summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
AgeCommit message (Expand)Author
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak
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
2013-07-08drm/i915: Kill obj->gtt_offsetBen Widawsky
2013-07-08drm: Change create block to reserve nodeBen Widawsky
2013-07-08drm: pre allocate node for create_blockBen Widawsky
2013-07-05drm/i915: less magic for stolen preallocated objects w/o gtt offsetDaniel Vetter
2013-07-02drm/i915: Don't try to tear down the stolen drm_mm if it's not thereDaniel Vetter
2013-07-01drm/i915: Move fbc members out of lineBen Widawsky