aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11drm/i915: Leave the aliasing-ppgtt size aloneChris Wilson1-2/+0
2019-10-29drm/i915: error capture with no ggtt slotDaniele Ceraolo Spurio1-8/+11
2019-10-29drm/i915: do not map aperture if it is not available.Daniele Ceraolo Spurio1-12/+23
2019-10-26drm/i915: Split memory_region initialisation into its own fileChris Wilson1-63/+0
2019-10-24drm/i915: Convert PAT setup to uncore mmioTvrtko Ursulin1-39/+59
2019-10-18drm/i915/gt: Convert the leftover for_each_engine(gt)Chris Wilson1-1/+1
2019-10-18drm/i915: treat stolen as a regionMatthew Auld1-11/+3
2019-10-18drm/i915: treat shmem as a regionMatthew Auld1-0/+15
2019-10-18drm/i915: enumerate and init each supported regionAbdiel Janulgue1-7/+49
2019-10-04drm/i915: Move context management under GEMChris Wilson1-1/+3
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-2/+3
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson1-1/+3
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-2/+1
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-56/+53
2019-10-04drm/i915: Mark up address spaces that may need to allocateChris Wilson1-0/+3
2019-10-04drm/i915: Only track bound elements of the GTTChris Wilson1-19/+4
2019-09-13drm/i915/gtt: Make sure the gen6 ppgtt is bound before first useChris Wilson1-18/+22
2019-09-11drm/i915/tgl: Disable read-only ppgtt supportChris Wilson1-1/+3
2019-09-11drm/i915: Make i915_vma.flags atomic_t for mutex reductionChris Wilson1-7/+7
2019-09-09drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjustMatthew Auld1-5/+5
2019-09-09drm/i915: export color_differsMatthew Auld1-1/+1
2019-09-03drm/i915: Restrict the aliasing-ppgtt to the size of the ggttChris Wilson1-0/+2
2019-08-30drm/i915: Remove ppgtt->dirty_enginesChris Wilson1-15/+1
2019-08-29drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld1-2/+2
2019-08-27drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 onwardsMichel Thierry1-1/+1
2019-08-24drm/i915: to make vgpu ppgtt notificaiton as atomic operationXiaolin Zhang1-5/+7
2019-08-23drm/i915/gtt: Preallocate Braswell top-level page directoryChris Wilson1-5/+5
2019-08-23drm/i915/tgl: Move GTCR register to cope with GAM MMIO address remapMichel Thierry1-1/+7
2019-08-21drm/i915/gtt: Add some range assertsChris Wilson1-5/+11
2019-08-21drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICTChris Wilson1-1/+5
2019-08-21drm/i915/gtt: Include asm/smp.hChris Wilson1-0/+1
2019-08-21drm/i915/gtt: Relax assertion for pt_usedChris Wilson1-1/+2
2019-08-20drm/i915/gtt: Relax pd_used assertionChris Wilson1-1/+2
2019-08-20drm/i915/tgl: Updated Private PAT programmingMichel Thierry1-1/+16
2019-08-19drm/i915: Assume exclusive access to objects inside resumeChris Wilson1-4/+7
2019-08-17drm/i915/gtt: Fold gen8 insertions into oneMika Kuoppala1-46/+46
2019-08-16drm/i915: Use the associated uncore for the vmChris Wilson1-2/+2
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson1-2/+3
2019-08-12drm/i915: Forgo last_fence active request trackingChris Wilson1-1/+0
2019-08-10drm/i915/gtt: enable GTT cache by defaultMatthew Auld1-0/+21
2019-08-07drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula1-1/+0
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula1-1/+1
2019-07-30drm/i915: Move aliasing_ppgtt underneath its i915_ggttChris Wilson1-18/+18
2019-07-29drm/i915: Flush the i915_vm_release before ggtt shutdownChris Wilson1-0/+3
2019-07-23drm/i915: Rely on spinlock protection for GPU error captureChris Wilson1-5/+0
2019-07-22drm/i915/gtt: Fix rounding for 36bChris Wilson1-7/+10
2019-07-19drm/i915/gtt: Don't try to clear failed empty pd allocationMichal Wajdeczko1-1/+1
2019-07-19drm/i915/gtt: Correct unshifted 'from' for gen8_ppgtt_alloc errorsChris Wilson1-1/+2
2019-07-16drm/i915/gtt: Tidy up ppgtt insertion for gen8Chris Wilson1-72/+43
2019-07-16drm/i915/gtt: Recursive ppgtt alloc for gen8Chris Wilson1-175/+97