aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)Author
2013-12-18Merge tag 'drm-intel-next-2013-11-29' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-11-26drm/i915: Move the gtt mm takedown to cleanupBen Widawsky
2013-11-26drm/i915: Add a few missed bits to the mmBen Widawsky
2013-11-26drm/i915: Fix BDW PPGTT error pathBen Widawsky
2013-11-25drm/i915: Prefer setting PTE cache age to 3Chris Wilson
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter
2013-11-14drm/i915/bdw: Limit GTT to 2GBBen Widawsky
2013-11-14drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky
2013-11-13drm/i915: drop duplicate ggtt vma list add in setup_global_gttJesse Barnes
2013-11-08drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup failsVille Syrjälä
2013-11-08drm/i915/bdw: unleash PPGTTBen Widawsky
2013-11-08drm/i915/bdw: Implement PPGTT enableBen Widawsky
2013-11-08drm/i915/bdw: Implement PPGTT insertBen Widawsky
2013-11-08drm/i915/bdw: Implement PPGTT clear rangeBen Widawsky
2013-11-08drm/i915/bdw: Initialize the PDEsBen Widawsky
2013-11-08drm/i915/bdw: PPGTT init & cleanupBen Widawsky
2013-11-08drm/i915/bdw: Support BDW cachingBen Widawsky
2013-11-08drm/i915/bdw: Add GTT functionsBen Widawsky
2013-11-08drm/i915/bdw: Create gen8_gtt_pte_tBen Widawsky
2013-11-08drm/i915/bdw: Make gen8_gmch_probeBen Widawsky
2013-11-08drm/i915/bdw: support GMS and GGMS changesBen Widawsky
2013-11-08drm/i915/bdw: Disable PPGTT for nowDaniel Vetter
2013-11-04Merge tag 'v3.12' into drm-intel-nextDaniel Vetter
2013-10-18drm/i915: Disable GGTT PTEs on GEN6+ suspendBen Widawsky
2013-10-18drm/i915: Make PTE valid encoding optionalBen Widawsky
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter
2013-08-22drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson
2013-08-05drm/i915: Use ggtt_vm to save some typingBen Widawsky
2013-08-05drm/i915: Make proper functions for VMsBen Widawsky
2013-08-05drm/i915/hsw: Change default LLC age to 3Ben Widawsky
2013-08-04drm/i915: Use the same pte_encoding for ppgtt as for gttChris Wilson
2013-07-18drm/i915: Create VMAsBen Widawsky
2013-07-17drm/i915: Put the mm in the parent address spaceBen Widawsky
2013-07-17drm/i915: Move gtt and ppgtt under address space umbrellaBen Widawsky
2013-07-16drm/i915: Use eLLC/LLC by default when availableBen Widawsky
2013-07-16drm/i915/hsw: Set correct Haswell PTE encodings.Ben Widawsky
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/i915: Getter/setter for object attributesBen Widawsky
2013-07-08drm: Change create block to reserve nodeBen Widawsky
2013-07-08drm: pre allocate node for create_blockBen Widawsky
2013-07-01drm/i915: Use gtt shortform where possibleBen Widawsky
2013-07-01drm/i915: Drop dev from pte_encodeBen Widawsky
2013-07-01drm/i915: Combine scratch members into a structBen Widawsky
2013-07-01drm/i915: Really share scratch pageBen Widawsky
2013-07-01drm/i915: make PDE|PTE platform specificBen Widawsky
2013-06-03drm/i915: Rename the gtt_list to global_listBen Widawsky
2013-05-21Merge tag 'v3.10-rc2' into drm-intel-next-queuedDaniel Vetter