summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
AgeCommit message (Expand)Author
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
2014-07-03drm/i915: Move compressed_fb to static allocationBen Widawsky
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson
2014-03-31drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter
2014-03-19drm/i915: Disable stolen memory when DMAR is activeChris Wilson
2014-03-03drm/i915: Resolving the memory region conflict for Stolen areaAkash Goel
2014-01-28drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel
2013-12-18drm/i915: grab a pages pin count for preallocate stolenDaniel Vetter
2013-09-24Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter
2013-09-05drm/i915: Skip stolen region initialisation if none is reservedChris Wilson
2013-09-04drm/i915: inline vma_create into lookup_or_create_vmaDaniel Vetter
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-22drm/i915: clarify error paths in create_stolen_for_preallocatedDaniel Vetter
2013-08-21Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-08-10drm/i915: Allow the GPU to cache stolen memoryChris Wilson
2013-08-08drm/i915: mm_list is per VMABen Widawsky
2013-08-07Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...Dave Airlie
2013-08-07drm/i915: pre-alloc instead of drm_mm search/get_blockDavid Herrmann
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann
2013-08-05drm/i915: Use ggtt_vm to save some typingBen Widawsky
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter
2013-07-24drm/i915: Use Graphics Base of Stolen Memory on all gen3+Chris Wilson
2013-07-23drm/gem: simplify object initializationDavid Herrmann
2013-07-19drm/i915: checking for NULL instead of IS_ERR()Dan Carpenter
2013-07-19Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-07-18drm/i915: Create VMAsBen Widawsky
2013-07-17drm/i915: Free stolen node on failed preallocationBen Widawsky
2013-07-17drm/i915: Move active/inactive lists to new mmBen Widawsky
2013-07-17drm/i915: Put the mm in the parent address spaceBen Widawsky
2013-07-09drm/i915: WARN if the bios reserved range is bigger than stolen sizeDaniel Vetter
2013-07-09drm/i915: Verify that our stolen memory doesn't conflictChris Wilson
2013-07-08drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky