aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson1-0/+5
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson1-1/+4
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson1-6/+7
2016-12-20drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni1-1/+9
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson1-1/+1
2016-11-17drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin1-4/+4
2016-11-17drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin1-1/+1
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen1-213/+12
2016-11-01drm/i915: Store the vma in an rbtree under the objectChris Wilson1-0/+1
2016-10-28drm/i915: Enable multiple timelinesChris Wilson1-1/+3
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-0/+1
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-2/+4
2016-10-14drm/i915: Remove unused "valid" parameter from pte_encodeMichaƂ Winiarski1-3/+2
2016-10-12drm/i915: Always use the GTT for error captureChris Wilson1-0/+2
2016-08-22drm/i915: Embed the scratch page struct into each VMChris Wilson1-5/+1
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson1-1/+1
2016-08-18drm/i915: Track display alignment on VMAChris Wilson1-0/+1
2016-08-18drm/i915: Choose not to evict faultable objects from the GGTTChris Wilson1-0/+1