aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_stolen.c
Commit message (Expand)AuthorAge
* Merge tag 'v3.16' into drm-nextDave Airlie2014-08-04
|\
| * drm/i915: Don't clobber the GTT when it's within stolen memoryVille Syrjälä2014-07-09
* | drm/i915: Try harder to get FBCBen Widawsky2014-07-03
* | drm/i915: Extract CFB threshold calculationBen Widawsky2014-07-03
* | drm/i915: Move compressed_fb to static allocationBen Widawsky2014-07-03
* | drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson2014-06-13
|/
* drm/i915: restrict vt-d stolen memory workaround to pre-gen8Daniel Vetter2014-03-31
* drm/i915: Disable stolen memory when DMAR is activeChris Wilson2014-03-19
* drm/i915: Resolving the memory region conflict for Stolen areaAkash Goel2014-03-03
* drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel2014-01-28
* drm/i915: grab a pages pin count for preallocate stolenDaniel Vetter2013-12-18
* Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter2013-09-24
|\
| * drm/i915: Skip stolen region initialisation if none is reservedChris Wilson2013-09-05
* | drm/i915: inline vma_create into lookup_or_create_vmaDaniel Vetter2013-09-04
|/
* Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-29
|\
| * drm/i915: clarify error paths in create_stolen_for_preallocatedDaniel Vetter2013-08-22
| * drm/i915: Allow the GPU to cache stolen memoryChris Wilson2013-08-10
* | Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-20
|\|
| * drm/i915: mm_list is per VMABen Widawsky2013-08-08
| * drm/i915: Use ggtt_vm to save some typingBen Widawsky2013-08-05
* | Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...Dave Airlie2013-08-07
|\|
| * Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-25
| |\
| * | drm/i915: Use Graphics Base of Stolen Memory on all gen3+Chris Wilson2013-07-24
| * | drm/i915: checking for NULL instead of IS_ERR()Dan Carpenter2013-07-19
| * | drm/i915: Create VMAsBen Widawsky2013-07-18
| * | drm/i915: Free stolen node on failed preallocationBen Widawsky2013-07-17
| * | drm/i915: Move active/inactive lists to new mmBen Widawsky2013-07-17
| * | drm/i915: Put the mm in the parent address spaceBen Widawsky2013-07-17
* | | drm/i915: pre-alloc instead of drm_mm search/get_blockDavid Herrmann2013-08-06
* | | drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann2013-08-06
* | | drm/gem: simplify object initializationDavid Herrmann2013-07-23
* | | Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...Dave Airlie2013-07-18
|\| | | |/ |/|
| * drm/i915: WARN if the bios reserved range is bigger than stolen sizeDaniel Vetter2013-07-09
| * drm/i915: Verify that our stolen memory doesn't conflictChris Wilson2013-07-09
| * drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky2013-07-08
| * drm/i915: Kill obj->gtt_offsetBen Widawsky2013-07-08
| * drm: Change create block to reserve nodeBen Widawsky2013-07-08
| * drm: pre allocate node for create_blockBen Widawsky2013-07-08
| * drm/i915: less magic for stolen preallocated objects w/o gtt offsetDaniel Vetter2013-07-05
| * drm/i915: Move fbc members out of lineBen Widawsky2013-07-01
* | drm/i915: Don't try to tear down the stolen drm_mm if it's not thereDaniel Vetter2013-07-02
|/
* drm/i915: Rename the gtt_list to global_listBen Widawsky2013-06-03
* drm/i915: Make stolen use pin pagesBen Widawsky2013-06-03
* drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2Jesse Barnes2013-05-10
* drm/i915: BIOS and power context stolen mem handling for VLV v7Jesse Barnes2013-05-10
* drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson2013-04-27
* Revert "drm/i915: set dummy page for stolen objects"Imre Deak2013-03-27
* drm/i915: Introduce i915_gem_object_create_stolen_for_preallocatedChris Wilson2013-03-26
* drm/i915: set dummy page for stolen objectsImre Deak2013-03-23
* drm/i915: remove intel_gtt structureBen Widawsky2013-01-31