summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie2013-12-121-2/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/i915: Prefer setting PTE cache age to 3Chris Wilson2013-11-251-2/+4
| | |_|/ | |/| |
* | | | drm/i915: Avoid dereference past end of page array in gen8_ppgtt_insert_entri...Chris Wilson2014-01-071-9/+9
* | | | drm/i915: Avoid dereference past end of page array in gen6_ppgtt_insert_entri...Chris Wilson2014-01-071-7/+9
* | | | drm/i915: Mention when we enable the Ironlake iommu workaroundsChris Wilson2014-01-071-0/+3
| |_|/ |/| |
* | | drm/i915: Move the gtt mm takedown to cleanupBen Widawsky2013-11-261-0/+2
* | | drm/i915: Add a few missed bits to the mmBen Widawsky2013-11-261-0/+6
* | | drm/i915: Fix BDW PPGTT error pathBen Widawsky2013-11-261-1/+7
* | | Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter2013-11-151-18/+491
|\ \ \ | | |/ | |/|
| * | drm/i915/bdw: Limit GTT to 2GBBen Widawsky2013-11-141-0/+5
| * | drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky2013-11-141-2/+2
| |/
| * drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup failsVille Syrjälä2013-11-081-1/+2
| * drm/i915/bdw: unleash PPGTTBen Widawsky2013-11-081-1/+1
| * drm/i915/bdw: Implement PPGTT enableBen Widawsky2013-11-081-0/+50
| * drm/i915/bdw: Implement PPGTT insertBen Widawsky2013-11-081-1/+32
| * drm/i915/bdw: Implement PPGTT clear rangeBen Widawsky2013-11-081-1/+41
| * drm/i915/bdw: Initialize the PDEsBen Widawsky2013-11-081-0/+27
| * drm/i915/bdw: PPGTT init & cleanupBen Widawsky2013-11-081-1/+122
| * drm/i915/bdw: Support BDW cachingBen Widawsky2013-11-081-0/+45
| * drm/i915/bdw: Add GTT functionsBen Widawsky2013-11-081-3/+86
| * drm/i915/bdw: Create gen8_gtt_pte_tBen Widawsky2013-11-081-1/+2
| * drm/i915/bdw: Make gen8_gmch_probeBen Widawsky2013-11-081-24/+68
| * drm/i915/bdw: support GMS and GGMS changesBen Widawsky2013-11-081-3/+26
| * drm/i915/bdw: Disable PPGTT for nowDaniel Vetter2013-11-081-0/+2
* | drm/i915: drop duplicate ggtt vma list add in setup_global_gttJesse Barnes2013-11-131-1/+0Star
|/
* Merge tag 'v3.12' into drm-intel-nextDaniel Vetter2013-11-041-24/+85
|\
| * drm/i915: Disable GGTT PTEs on GEN6+ suspendBen Widawsky2013-10-181-10/+66
| * drm/i915: Make PTE valid encoding optionalBen Widawsky2013-10-181-15/+20
* | drm/i915: Use kcalloc moreDaniel Vetter2013-10-011-2/+2
|/
* drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson2013-08-221-1/+10
* drm/i915: Update rules for writing through the LLC with the cpuChris Wilson2013-08-101-1/+1
* drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson2013-08-061-7/+30
* drm/i915: Use ggtt_vm to save some typingBen Widawsky2013-08-051-11/+8Star
* drm/i915: Make proper functions for VMsBen Widawsky2013-08-051-1/+1
* drm/i915/hsw: Change default LLC age to 3Ben Widawsky2013-08-051-1/+2
* drm/i915: Use the same pte_encoding for ppgtt as for gttChris Wilson2013-08-041-7/+1Star
* drm/i915: Create VMAsBen Widawsky2013-07-181-2/+3
* drm/i915: Put the mm in the parent address spaceBen Widawsky2013-07-171-6/+11
* drm/i915: Move gtt and ppgtt under address space umbrellaBen Widawsky2013-07-171-75/+90
* drm/i915: Use eLLC/LLC by default when availableBen Widawsky2013-07-161-1/+16
* drm/i915/hsw: Set correct Haswell PTE encodings.Ben Widawsky2013-07-161-2/+11
* drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky2013-07-081-18/+5Star
* drm/i915: Kill obj->gtt_offsetBen Widawsky2013-07-081-6/+8
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-4/+4
* drm: Change create block to reserve nodeBen Widawsky2013-07-081-4/+4
* drm: pre allocate node for create_blockBen Widawsky2013-07-081-4/+16
* drm/i915: Use gtt shortform where possibleBen Widawsky2013-07-011-21/+15Star
* drm/i915: Drop dev from pte_encodeBen Widawsky2013-07-011-13/+8Star
* drm/i915: Combine scratch members into a structBen Widawsky2013-07-011-9/+8Star
* drm/i915: Really share scratch pageBen Widawsky2013-07-011-2/+2