summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark pin flags as u64Chris Wilson2018-11-211-14/+14
* drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-11-211-0/+2
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-11-211-3/+3
* drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield2018-07-131-1/+6
* drm/i915: Introduce i915_address_space.mutexChris Wilson2018-07-111-0/+2
* drm/i915: Remove defunct i915->vm_listChris Wilson2018-07-051-1/+0Star
* drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-041-3/+7
* drm/i915/gtt: Reduce a pair of runtime assertsChris Wilson2018-06-141-2/+2
* drm/i915/gtt: Cache the PTE encoding of the scratch pageChris Wilson2018-06-141-0/+1
* drm/i915/gtt: Free unused page tables on unbind the contextChris Wilson2018-06-141-0/+1
* drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson2018-06-141-0/+5
* drm/i915/gtt: Make gen6 page directories evictableChris Wilson2018-06-121-1/+1
* drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson2018-06-121-3/+16
* drm/i915/ringbuffer: Fix context restore upon resetChris Wilson2018-06-111-2/+0Star
* drm/i915: Decouple vma vfuncs from vmChris Wilson2018-06-071-9/+18
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-4/+4
* drm/i915/selftests: scrub 64KMatthew Auld2018-05-131-0/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-2/+1Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-1/+0Star
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-2/+3
* drm/i915: prefer resource_size_t for everything stolenMatthew Auld2017-12-121-1/+1
* drm/i915: give stolen_usable_size a more suitable homeMatthew Auld2017-12-121-10/+0Star
* drm/i915: make mappable struct resource centricMatthew Auld2017-12-121-2/+2
* drm/i915: make reserved struct resource centricMatthew Auld2017-12-121-2/+0Star
* drm/i915: make dsm struct resource centricMatthew Auld2017-12-121-1/+0Star
* drm/i915: support 64K pages for the 48b PPGTTMatthew Auld2017-10-071-0/+7
* drm/i915: add support for 64K scratch pageMatthew Auld2017-10-071-0/+1
* drm/i915: support 2M pages for the 48b PPGTTMatthew Auld2017-10-071-0/+2
* drm/i915: introduce vm set_pages/clear_pagesMatthew Auld2017-10-071-0/+2
* drm/i915: introduce page_sizes field to dev_infoMatthew Auld2017-10-071-1/+7
* drm/i915: Remove the "INDEX" suffix from PPAT marcosZhi Wang2017-09-141-4/+4
* drm/i915: Introduce private PAT managementZhi Wang2017-09-141-0/+36
* drm/i915: Make PAT macros more robustMichal Wajdeczko2017-09-081-1/+1
* drm/i915: pass the vma to insert_entriesMatthew Auld2017-06-221-2/+1Star
* drm/i915: First try the previous execbuffer locationChris Wilson2017-06-161-0/+1
* drm/i915: return the correct usable aperture size under gvt environmentWeinan Li2017-06-021-0/+1
* drm/i915: Avoid using word legacy with ppgttMika Kuoppala2017-03-031-10/+11
* drm/i915/gtt: Make I915_PDPES_PER_PDP inline functionMika Kuoppala2017-03-031-10/+16
* drm/i915: Use preferred kernel types in i915_gem_gtt.cChris Wilson2017-02-151-29/+27Star
* drm/i915: Remove i915_address_space.startChris Wilson2017-02-151-1/+0Star
* drm/i915: Remove unused ppgtt->enable()Chris Wilson2017-02-151-1/+0Star
* drm/i915: Remove bitmap tracking for used-pml4Chris Wilson2017-02-151-2/+0Star
* drm/i915: Remove bitmap tracking for used-pdpesChris Wilson2017-02-151-2/+1Star
* drm/i915: Remove bitmap tracking for used-pdesChris Wilson2017-02-151-4/+2Star
* drm/i915: Remove bitmap tracking for used-ptesChris Wilson2017-02-151-3/+2Star
* drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson2017-02-151-0/+8
* drm/i915: Extract aliasing ppgtt setupChris Wilson2017-02-131-0/+3
* drm/i915: Use the size/type of address space to make decisionsChris Wilson2017-02-091-0/+6
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-141-2/+0Star
* drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson2017-01-141-1/+0Star