summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-06drm/i915: Mark pin flags as u64Chris Wilson1-14/+14
2018-11-06drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson1-0/+2
2018-11-06drm/i915: Mark up GTT sizes as u64Chris Wilson1-3/+3
2018-09-01drm/i915: Explicitly mark Global GTT address spacesTvrtko Ursulin1-1/+4
2018-08-28drm/i915: Fix gtt_view assertsVille Syrjälä1-11/+4
2018-07-30drm/i915/gtt: remove px_pageMatthew Auld1-1/+0
2018-07-27drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński1-0/+2
2018-07-13drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield1-1/+6
2018-07-11drm/i915: Introduce i915_address_space.mutexChris Wilson1-0/+2
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson1-1/+0
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson1-3/+7
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