summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: Use a common type for page directoriesMika Kuoppala2019-06-171-29/+35
* drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-131-1/+13
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-111-14/+14
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-8/+19
* drm/i915: Move i915_check_and_clear_faults to intel_reset.cTvrtko Ursulin2019-06-101-1/+0Star
* drm/i915: Unexport i915_gem_init/fini_aliasing_ppgttTvrtko Ursulin2019-06-071-3/+0Star
* drm/i915/gtt: Replace struct_mutex serialisation for allocationChris Wilson2019-06-041-3/+6
* drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2019-05-281-1/+3
* drm/i915: Split GEM object type definition to its own headerChris Wilson2019-05-281-0/+1
* drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanupChris Wilson2019-05-231-0/+2
* drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-201-4/+21
* drm/i915: Allow multiple user handles to the same VMChris Wilson2019-04-251-2/+0Star
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+1
* drm/i915/uc: Reserve upper range of GGTTFernando Pacheco2019-04-201-0/+1
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-1/+1
* drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-4/+6
* drm/i915: Separate GEM context construction and registration to userspaceChris Wilson2019-03-211-3/+5
* drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson2019-03-151-2/+2
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-1/+1
* drm/i915/gtt: Store scratch page size alongside not in the common structChris Wilson2019-03-051-2/+2
* drm/i915: Enlarge vma->pin_countChris Wilson2019-01-281-13/+13
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-281-23/+3Star
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-0/+1
* drm/i915: Differentiate between ggtt->mutex and ppgtt->mutexChris Wilson2019-01-141-0/+2
* drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson2018-12-271-2/+0Star
* drm/i915: Mark pin flags as u64Chris Wilson2018-11-021-14/+14
* drm/i915/gtt: Record the scratch pteChris Wilson2018-10-301-6/+5Star
* drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-10-261-0/+2
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-10-261-3/+3
* drm/i915: Explicitly mark Global GTT address spacesTvrtko Ursulin2018-09-011-1/+4
* drm/i915: Fix gtt_view assertsVille Syrjälä2018-08-281-11/+4Star
* drm/i915/gtt: remove px_pageMatthew Auld2018-07-301-1/+0Star
* drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński2018-07-271-0/+2
* 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