aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14drm/i915/gtt: Reduce a pair of runtime assertsChris Wilson1-2/+2
2018-06-14drm/i915/gtt: Cache the PTE encoding of the scratch pageChris Wilson1-0/+1
2018-06-14drm/i915/gtt: Free unused page tables on unbind the contextChris Wilson1-0/+1
2018-06-14drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson1-0/+5
2018-06-12drm/i915/gtt: Make gen6 page directories evictableChris Wilson1-1/+1
2018-06-12drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson1-3/+16
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson1-2/+0
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson1-9/+18
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-4/+4
2018-05-13drm/i915/selftests: scrub 64KMatthew Auld1-0/+1
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-2/+1
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-1/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-2/+3
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld1-1/+1
2017-12-12drm/i915: give stolen_usable_size a more suitable homeMatthew Auld1-10/+0
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld1-2/+2
2017-12-12drm/i915: make reserved struct resource centricMatthew Auld1-2/+0
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld1-1/+0
2017-10-07drm/i915: support 64K pages for the 48b PPGTTMatthew Auld1-0/+7
2017-10-07drm/i915: add support for 64K scratch pageMatthew Auld1-0/+1
2017-10-07drm/i915: support 2M pages for the 48b PPGTTMatthew Auld1-0/+2
2017-10-07drm/i915: introduce vm set_pages/clear_pagesMatthew Auld1-0/+2
2017-10-07drm/i915: introduce page_sizes field to dev_infoMatthew Auld1-1/+7
2017-09-14drm/i915: Remove the "INDEX" suffix from PPAT marcosZhi Wang1-4/+4
2017-09-14drm/i915: Introduce private PAT managementZhi Wang1-0/+36
2017-09-08drm/i915: Make PAT macros more robustMichal Wajdeczko1-1/+1
2017-06-22drm/i915: pass the vma to insert_entriesMatthew Auld1-2/+1
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson1-0/+1
2017-06-02drm/i915: return the correct usable aperture size under gvt environmentWeinan Li1-0/+1
2017-03-03drm/i915: Avoid using word legacy with ppgttMika Kuoppala1-10/+11
2017-03-03drm/i915/gtt: Make I915_PDPES_PER_PDP inline functionMika Kuoppala1-10/+16
2017-02-15drm/i915: Use preferred kernel types in i915_gem_gtt.cChris Wilson1-29/+27
2017-02-15drm/i915: Remove i915_address_space.startChris Wilson1-1/+0
2017-02-15drm/i915: Remove unused ppgtt->enable()Chris Wilson1-1/+0
2017-02-15drm/i915: Remove bitmap tracking for used-pml4Chris Wilson1-2/+0
2017-02-15drm/i915: Remove bitmap tracking for used-pdpesChris Wilson1-2/+1
2017-02-15drm/i915: Remove bitmap tracking for used-pdesChris Wilson1-4/+2
2017-02-15drm/i915: Remove bitmap tracking for used-ptesChris Wilson1-3/+2
2017-02-15drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson1-0/+8
2017-02-13drm/i915: Extract aliasing ppgtt setupChris Wilson1-0/+3
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson1-0/+6
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson1-2/+0
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson1-1/+0
2017-01-14drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson1-1/+1
2017-01-14drm/i915: Compact memcmp in i915_vma_compare()Chris Wilson1-7/+21
2017-01-14drm/i915: Mark the ggtt_view structs as packedChris Wilson1-2/+12
2017-01-14drm/i915: Name the anonymous structs inside i915_ggtt_viewChris Wilson1-5/+7
2017-01-13drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson1-0/+1
2017-01-12drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson1-0/+3
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson1-0/+5