summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
AgeCommit message (Expand)Author
2017-05-25drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson
2017-03-15drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson
2017-01-09drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni
2016-08-22drm/i915: pdev cleanupDavid Weinehall
2016-08-17drm/i915: Remember to set vma->pages for the preallocated stolen objectChris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-11drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson
2016-08-04drm/i915: Mark the context and address space as closedChris Wilson
2016-08-04drm/i915: Count how many VMA are bound for an objectChris Wilson
2016-08-04drm/i915: Split early global GTT initialisationChris Wilson
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-08drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0Mika Kuoppala
2016-05-11drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin
2016-04-25drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen
2016-04-19drm/i915: Clean up PCI config register handlingJoonas Lahtinen
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson
2016-02-15drm/i915: GEM operations need to be done under the big lockTvrtko Ursulin
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble
2016-01-05drm/i915: Allow use of get_dma_address for stolen backed objectsAnkitprasad Sharma
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi
2015-10-09drm/i915: Determine the stolen memory base address on gen2Ville Syrjälä
2015-09-30drm/i915: don't use the first stolen page on BroadwellPaulo Zanoni
2015-09-24drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson
2015-09-23drm/i915: Implement stolen reserved detection for ctg/elkVille Syrjälä
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni
2015-09-14drm/i915: Set stolen reserved to 0 for pre-g4x platformsVille Syrjälä
2015-08-26drm/i915: Fix build warning on 32-bitThierry Reding
2015-08-14drm/i915: fix stolen bios_reserved checksPaulo Zanoni
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak
2015-07-06drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni
2015-07-06drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni
2015-07-06drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni
2015-04-09drm/i915: use proper FBC base register on all new platformsImre Deak
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie
2015-02-24drm/i915: Align initial plane backing objects correctlyDaniel Vetter
2015-02-24drm/i915: don't reallocate the compressed FB at every framePaulo Zanoni
2015-02-13drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula
2014-12-10drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin
2014-09-19drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie
2014-07-09drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä
2014-07-03drm/i915: Try harder to get FBCBen Widawsky
2014-07-03drm/i915: Extract CFB threshold calculationBen Widawsky