aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-18/+36
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
2014-01-16Merge commit origin/master into drm-intel-nextDaniel Vetter1-4/+4
2014-01-07drm/i915: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-3/+3
2014-01-07drm/i915: Avoid dereference past end of page array in gen8_ppgtt_insert_entries()Chris Wilson1-9/+9
2014-01-07drm/i915: Avoid dereference past end of page array in gen6_ppgtt_insert_entries()Chris Wilson1-7/+9
2014-01-07drm/i915: Mention when we enable the Ironlake iommu workaroundsChris Wilson1-0/+3
2014-01-06drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky1-2/+0
2013-12-12Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie1-2/+7
2013-11-26drm/i915: Move the gtt mm takedown to cleanupBen Widawsky1-0/+2
2013-11-26drm/i915: Add a few missed bits to the mmBen Widawsky1-0/+6
2013-11-26drm/i915: Fix BDW PPGTT error pathBen Widawsky1-1/+7
2013-11-25drm/i915: Prefer setting PTE cache age to 3Chris Wilson1-2/+4
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter1-18/+491
2013-11-14drm/i915/bdw: Limit GTT to 2GBBen Widawsky1-0/+5
2013-11-14drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky1-2/+2
2013-11-13drm/i915: drop duplicate ggtt vma list add in setup_global_gttJesse Barnes1-1/+0
2013-11-08drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup failsVille Syrjälä1-1/+2
2013-11-08drm/i915/bdw: unleash PPGTTBen Widawsky1-1/+1
2013-11-08drm/i915/bdw: Implement PPGTT enableBen Widawsky1-0/+50
2013-11-08drm/i915/bdw: Implement PPGTT insertBen Widawsky1-1/+32
2013-11-08drm/i915/bdw: Implement PPGTT clear rangeBen Widawsky1-1/+41
2013-11-08drm/i915/bdw: Initialize the PDEsBen Widawsky1-0/+27
2013-11-08drm/i915/bdw: PPGTT init & cleanupBen Widawsky1-1/+122
2013-11-08drm/i915/bdw: Support BDW cachingBen Widawsky1-0/+45
2013-11-08drm/i915/bdw: Add GTT functionsBen Widawsky1-3/+86
2013-11-08drm/i915/bdw: Create gen8_gtt_pte_tBen Widawsky1-1/+2
2013-11-08drm/i915/bdw: Make gen8_gmch_probeBen Widawsky1-24/+68
2013-11-08drm/i915/bdw: support GMS and GGMS changesBen Widawsky1-3/+26
2013-11-08drm/i915/bdw: Disable PPGTT for nowDaniel Vetter1-0/+2
2013-11-04Merge tag 'v3.12' into drm-intel-nextDaniel Vetter1-24/+85
2013-10-18drm/i915: Disable GGTT PTEs on GEN6+ suspendBen Widawsky1-10/+66
2013-10-18drm/i915: Make PTE valid encoding optionalBen Widawsky1-15/+20
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter1-2/+2
2013-08-22drm/i915: Use Write-Through cacheing for the display plane on IrisChris Wilson1-1/+10
2013-08-10drm/i915: Update rules for writing through the LLC with the cpuChris Wilson1-1/+1
2013-08-06drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for IvybridgeChris Wilson1-7/+30
2013-08-05drm/i915: Use ggtt_vm to save some typingBen Widawsky1-11/+8
2013-08-05drm/i915: Make proper functions for VMsBen Widawsky1-1/+1
2013-08-05drm/i915/hsw: Change default LLC age to 3Ben Widawsky1-1/+2
2013-08-04drm/i915: Use the same pte_encoding for ppgtt as for gttChris Wilson1-7/+1
2013-07-18drm/i915: Create VMAsBen Widawsky1-2/+3
2013-07-17drm/i915: Put the mm in the parent address spaceBen Widawsky1-6/+11
2013-07-17drm/i915: Move gtt and ppgtt under address space umbrellaBen Widawsky1-75/+90
2013-07-16drm/i915: Use eLLC/LLC by default when availableBen Widawsky1-1/+16
2013-07-16drm/i915/hsw: Set correct Haswell PTE encodings.Ben Widawsky1-2/+11
2013-07-08drm/i915: Embed drm_mm_node in i915 gem objBen Widawsky1-18/+5
2013-07-08drm/i915: Kill obj->gtt_offsetBen Widawsky1-6/+8
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-4/+4
2013-07-08drm: Change create block to reserve nodeBen Widawsky1-4/+4