aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-3/+3
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-6/+10
2022-01-18drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.Maarten Lankhorst1-3/+7
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula1-0/+1
2022-01-05drm/i915: Use to_gt() helper for GGTT accessesMichaƂ Winiarski1-3/+3
2021-09-30drm/i915: Use direction definition DMA_BIDIRECTIONAL instead of PCI_DMA_BIDIRECTIONALCai Huoqing1-2/+2
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst1-1/+1
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+2
2020-12-09drm/i915: Remove livelock from "do_idle_maps" vtd w/aChris Wilson1-15/+10
2020-07-07drm/i915: Update dma-attributes for our sg DMAChris Wilson1-0/+2
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-2/+0
2020-02-04drm/i915: conversion to drm_device logging macros when drm_i915_private is present.Wambui Karuga1-1/+2
2020-01-07drm/i915/gtt: split up i915_gem_gttMatthew Auld1-3558/+2
2019-12-23drm/i915: Introduce a vma.krefChris Wilson1-2/+3
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-6/+2
2019-12-16drm/i915/gt: Tidy up full-ppgtt on IvybridgeChris Wilson1-0/+2
2019-12-07drm/i915/gtt: Account for preallocation in assertsChris Wilson1-2/+4
2019-12-06drm/i915/gt: Trim gen6 ppgtt updates to PD cachelinesChris Wilson1-5/+7
2019-12-05drm/i915: Try hard to bind the contextChris Wilson1-3/+1
2019-12-01drm/i915: Refactor gen6_flush_pd()Chris Wilson1-18/+20
2019-11-30drm/i915: Serialise access to GFX_FLSH_CNTLChris Wilson1-5/+15
2019-11-30drm/i915/gen7: Re-enable full-ppgtt for ivb & hswChris Wilson1-7/+14
2019-11-07drm/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