aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-25/+25
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-1/+1
2016-02-15drm/i915: GEM operations need to be done under the big lockTvrtko Ursulin1-0/+2
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble1-0/+3
2016-01-05drm/i915: Allow use of get_dma_address for stolen backed objectsAnkitprasad Sharma1-0/+3
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson1-0/+1
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi1-1/+2
2015-10-09drm/i915: Determine the stolen memory base address on gen2Ville Syrjälä1-11/+81
2015-09-30drm/i915: don't use the first stolen page on BroadwellPaulo Zanoni1-1/+16
2015-09-24drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson1-10/+6
2015-09-23drm/i915: Implement stolen reserved detection for ctg/elkVille Syrjälä1-3/+28
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni1-7/+19
2015-09-14drm/i915: Set stolen reserved to 0 for pre-g4x platformsVille Syrjälä1-1/+4
2015-08-26drm/i915: Fix build warning on 32-bitThierry Reding1-1/+1
2015-08-14drm/i915: fix stolen bios_reserved checksPaulo Zanoni1-16/+143
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+0
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-1/+0
2015-07-06drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni1-2/+14
2015-07-06drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni1-127/+0
2015-07-06drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni1-16/+32
2015-04-09drm/i915: use proper FBC base register on all new platformsImre Deak1-1/+1
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-4/+2
2015-02-24drm/i915: Align initial plane backing objects correctlyDaniel Vetter1-4/+2
2015-02-24drm/i915: don't reallocate the compressed FB at every framePaulo Zanoni1-1/+1
2015-02-13drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula1-4/+4
2014-12-10drm/i915: Don't complain about stolen conflicts on gen3Daniel Vetter1-1/+5
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-1/+1
2014-09-19drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter1-2/+11
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie1-0/+44
2014-07-09drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä1-0/+44
2014-07-03drm/i915: Try harder to get FBCBen Widawsky1-14/+40
2014-07-03drm/i915: Extract CFB threshold calculationBen Widawsky1-6/+20
2014-07-03drm/i915: Move compressed_fb to static allocationBen Widawsky1-17/+10
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson1-10/+11
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter1-1/+1
2014-03-19drm/i915: Disable stolen memory when DMAR is activeChris Wilson1-0/+7
2014-03-03drm/i915: Resolving the memory region conflict for Stolen areaAkash Goel1-3/+16
2014-01-28drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel1-1/+1
2013-12-18drm/i915: grab a pages pin count for preallocate stolenDaniel Vetter1-0/+1
2013-09-24Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter1-0/+3
2013-09-05drm/i915: Skip stolen region initialisation if none is reservedChris Wilson1-0/+3
2013-09-04drm/i915: inline vma_create into lookup_or_create_vmaDaniel Vetter1-1/+1
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-5/+5
2013-08-22drm/i915: clarify error paths in create_stolen_for_preallocatedDaniel Vetter1-2/+3
2013-08-21Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-5/+5
2013-08-10drm/i915: Allow the GPU to cache stolen memoryChris Wilson1-3/+2
2013-08-08drm/i915: mm_list is per VMABen Widawsky1-1/+1
2013-08-07Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-38/+30
2013-08-07drm/i915: pre-alloc instead of drm_mm search/get_blockDavid Herrmann1-31/+47
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-4/+8