summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
AgeCommit message (Expand)AuthorFilesLines
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...Dave 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...Dave 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/~...Dave 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
2013-08-05drm/i915: Use ggtt_vm to save some typingBen Widawsky1-5/+5
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter1-3/+6
2013-07-24drm/i915: Use Graphics Base of Stolen Memory on all gen3+Chris Wilson1-30/+12
2013-07-23drm/gem: simplify object initializationDavid Herrmann1-3/+1
2013-07-19drm/i915: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2013-07-19Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...Dave Airlie1-24/+52
2013-07-18drm/i915: Create VMAsBen Widawsky1-4/+11
2013-07-17drm/i915: Free stolen node on failed preallocationBen Widawsky1-2/+3
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky1-1/+2
2013-07-17drm/i915: Put the mm in the parent address spaceBen Widawsky1-2/+2
2013-07-09drm/i915: WARN if the bios reserved range is bigger than stolen sizeDaniel Vetter1-0/+3
2013-07-09drm/i915: Verify that our stolen memory doesn't conflictChris Wilson1-0/+17
2013-07-08drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky1-18/+4
2013-07-08drm/i915: Kill obj->gtt_offsetBen Widawsky1-3/+6
2013-07-08drm: Change create block to reserve nodeBen Widawsky1-5/+7