summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen5-11/+17
2022-04-08drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULLMatt Roper1-1/+1
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König4-9/+15
2022-04-06drm/i915: Fixup kerneldoc in struct i915_gem_contextTvrtko Ursulin1-1/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard39-333/+1239
2022-04-05drm/i915: Track all user contexts per clientTvrtko Ursulin2-0/+16
2022-04-05drm/i915: Track runtime spent in closed and unreachable GEM contextsTvrtko Ursulin1-2/+23
2022-04-05drm/i915: Make GEM contexts track DRM clientsTvrtko Ursulin2-0/+8
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-1/+1
2022-03-29drm/i915/ttm: limit where we apply TTM_PL_FLAG_CONTIGUOUSMatthew Auld1-0/+3
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-1/+1
2022-03-22drm/i915/: Re-work clflush_write32Michael Cheng1-5/+3
2022-03-21drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0Andi Shyti3-9/+9
2022-03-16drm/i915/ttm: wire up the object offsetMatthew Auld2-4/+16
2022-03-16drm/i915: add i915_gem_object_create_region_at()Matthew Auld8-70/+67
2022-03-16drm/i915/stolen: consider I915_BO_ALLOC_GPU_ONLYMatthew Auld1-0/+8
2022-03-16drm/i915/stolen: don't treat small BAR as an errorAkeem G Abodunrin1-19/+43
2022-03-14drm/i915/gem: add missing boundary check in vm_accessMastan Katragadda1-1/+1
2022-03-11drm/i915/gem: add missing boundary check in vm_accessMastan Katragadda1-1/+1
2022-03-08drm/i915: opportunistically apply ALLOC_CONTIGIOUSMatthew Auld1-0/+3
2022-03-07drm/i915: Remove the vm open countThomas Hellström3-26/+14
2022-03-07drm/i915/dmabuf: Fix prime_mmap to work when using LMEMGwan-gyeong Mun1-0/+4
2022-03-07drm/i915/dmabuf: Update dma_buf_ops.unmap_dma_buf callback to use drm_gem_unm...Gwan-gyeong Mun1-10/+1
2022-03-02drm/i915/xehp: Don't support parallel submission on compute / renderMatthew Brost1-0/+10
2022-03-02drm/i915/xehp: CCS should use RCS setup functionsMatt Roper1-3/+5
2022-03-01drm/i915/selftests: exercise mmap migrationMatthew Auld1-0/+329
2022-03-01drm/i915/selftests: handle allocation failuresMatthew Auld1-1/+1
2022-03-01drm/i915/ttm: mappable migration on faultMatthew Auld1-6/+48
2022-03-01drm/i915/ttm: make eviction mappable awareMatthew Auld1-2/+63
2022-02-28drm/i915: Clarify vma lifetimeThomas Hellström2-15/+3
2022-02-28drm/i915: add I915_BO_ALLOC_GPU_ONLYMatthew Auld4-8/+30
2022-02-28drm/i915/ttm: require mappable by defaultMatthew Auld1-0/+4
2022-02-28drm/i915: add io_size plumbingMatthew Auld4-6/+8
2022-02-25drm/i915: apply PM_EARLY for non-GTT mappable objectsMatthew Auld1-0/+11
2022-02-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin31-15/+179
2022-02-25drm/i915: Check stolen memory size before calling drm_mm_initJosé Roberto de Souza1-3/+6
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi21-278/+482
2022-02-19drm/i915: support 64K GTT pages for discrete cardsMatthew Auld1-0/+60
2022-02-19drm/i915: enforce min GTT alignment for discrete cardsMatthew Auld1-8/+13
2022-02-16drm/i915: Move MCHBAR registers to their own headerMatt Roper1-0/+1
2022-02-14drm/i915: include some drm headers only where neededJani Nikula1-0/+2
2022-02-14drm/i915: include shmem_fs.h only where neededJani Nikula2-0/+3
2022-02-14drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula6-0/+11
2022-02-14drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula5-0/+5
2022-02-14drm/i915: move i915_gem_vm_lookup() where it's usedJani Nikula1-0/+14
2022-02-14drm/i915: split out gem/i915_gem_domain.h from i915_drv.hJani Nikula2-2/+18
2022-02-11drm/i915: split out gem/i915_gem_create.h from i915_drv.hJani Nikula2-0/+18
2022-02-11drm/i915: split out gem/i915_gem_dmabuf.h from i915_drv.hJani Nikula3-0/+21
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula6-2/+31