summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: split up i915_gem_gttMatthew Auld2020-01-071-624/+6
* drm/i915/gen7: Re-enable full-ppgtt for ivb & hswChris Wilson2019-11-301-0/+1
* drm/i915: define i915_ggtt_has_apertureDaniele Ceraolo Spurio2019-10-291-0/+5
* drm/i915: Move swizzle_bit under i915_ggttChris Wilson2019-10-161-0/+5
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-5/+40
* drm/i915: Mark up address spaces that may need to allocateChris Wilson2019-10-041-0/+2
* drm/i915: Only track bound elements of the GTTChris Wilson2019-10-041-5/+0
* drm/i915/gtt: Make sure the gen6 ppgtt is bound before first useChris Wilson2019-09-131-1/+3
* drm/i915: cleanup cache-coloringMatthew Auld2019-09-091-0/+6
* drm/i915: Remove ppgtt->dirty_enginesChris Wilson2019-08-301-1/+0
* drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld2019-08-291-2/+2
* drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson2019-08-211-3/+3
* drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson2019-07-301-0/+3
* drm/i915/gtt: Tidy up ppgtt insertion for gen8Chris Wilson2019-07-161-85/+5
* drm/i915/uc: prefer intel_gt over i915 in GuC/HuC pathsDaniele Ceraolo Spurio2019-07-131-2/+2
* drm/i915: Propagate "_release" function name suffix downJanusz Krzysztofik2019-07-121-1/+1
* drm/i915/gtt: Use NULL to encode scratch shadow entriesChris Wilson2019-07-121-1/+1
* drm/i915/gtt: Convert vm->scratch into an arrayChris Wilson2019-07-121-7/+9
* drm/i915/gtt: Compute the radix for gen8 page table levelsChris Wilson2019-07-121-1/+0
* drm/i915/gtt: Markup i915_ppgtt heightChris Wilson2019-07-121-0/+1
* drm/i915/gtt: Wrap page_table with page_directoryChris Wilson2019-07-121-6/+10
* drm/i915/gtt: Use shallow dma pages for scratchChris Wilson2019-07-121-6/+17
* drm/i915/gtt: pde entry encoding is identicalMika Kuoppala2019-07-061-3/+0
* Revert "drm/i915: Introduce private PAT management"Michał Winiarski2019-07-021-36/+0
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Compartmentalize i915_gem_init_ggttTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Store intel_gt backpointer in vmTvrtko Ursulin2019-06-211-0/+1
* drm/i915: Make ggtt invalidation work on ggttTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Convert i915_ppgtt_init_hw to intel_gtTvrtko Ursulin2019-06-211-1/+2
* drm/i915/gtt: Defer address space cleanup to an RCU workerChris Wilson2019-06-201-2/+5
* 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/+0
* drm/i915: Unexport i915_gem_init/fini_aliasing_ppgttTvrtko Ursulin2019-06-071-3/+0
* 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/+0
* 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