summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2023-04-03drm/i915/ttm: fix sparse warningMatthew Auld1-2/+3
2023-03-27drm/i915/dpt: Treat the DPT BO as a framebufferVille Syrjälä2-1/+4
2023-03-27drm/i915/gem: Flush lmem contents after constructionChris Wilson1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-182/+546
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-02-06drm/i915: Initialize the obj flags for shmem objectsAravind Iddamsetty1-1/+1
2023-02-06drm/i915: Move fd_install after last use of fenceRob Clark1-7/+7
2023-02-02Merge tag 'drm-intel-gt-next-2023-02-01' of git://anongit.freedesktop.org/drm...Dave Airlie2-12/+20
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-1/+1
2023-01-30drm/i915: Fix potential bit_17 double-freeRob Clark1-4/+5
2023-01-30drm/i915: Avoid potential vm use-after-freeRob Clark1-3/+11
2023-01-30drm/i915: Fix potential bit_17 double-freeRob Clark1-4/+5
2023-01-30Merge tag 'drm-intel-next-2023-01-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-23/+22
2023-01-27drm/i915: Avoid potential vm use-after-freeRob Clark1-3/+11
2023-01-27Merge tag 'drm-misc-fixes-2023-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2023-01-25Merge drm/drm-next into drm-misc-nextThomas Zimmermann24-146/+462
2023-01-25drm/i915/display: add intel_display_limits.h for key enumsJani Nikula2-0/+2
2023-01-25Merge drm/drm-next into drm-intel-nextJani Nikula26-164/+520
2023-01-25drm/i915: audit bo->resource usage v3Christian König2-12/+71
2023-01-24Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin3-6/+9
2023-01-24Merge tag 'drm-intel-gt-next-2023-01-18' of git://anongit.freedesktop.org/drm...Daniel Vetter24-146/+462
2023-01-24drm/i915: Use uabi engines for the default engine mapTvrtko Ursulin1-5/+4
2023-01-20drm/i915: add i915_config.h and move relevant declarations thereJani Nikula1-0/+1
2023-01-19drm/i915: Fix a memory leak with reused mmap_offsetNirmoy Das1-1/+1
2023-01-18drm/i915/selftests: Unwind hugepages to drop wakeref on errorChris Wilson1-4/+4
2023-01-18drm/i915: drop cast from DEFINE_RES_MEM() usageJani Nikula1-7/+3
2023-01-18drm/i915: add struct i915_dsm to wrap dsm members togetherJani Nikula1-18/+18
2023-01-18drm/i915/selftests: Unwind hugepages to drop wakeref on errorChris Wilson1-4/+4
2023-01-09drm/i915: Fix potential context UAFsRob Clark1-6/+18
2023-01-09drm/i915/selftest: use igt_vma_move_to_active_unlocked if possibleAndrzej Hajda2-12/+4
2023-01-09drm/i915: use proper helper in igt_vma_move_to_active_unlockedAndrzej Hajda1-1/+1
2023-01-06drm/i915: Fix potential context UAFsRob Clark1-6/+18
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter3-6/+9
2023-01-03drm/i915: Use "%zu" to format size_tNirmoy Das1-1/+1
2022-12-30drm/i915: Remove truncation warning for large objectsChris Wilson1-15/+0
2022-12-30drm/i915: Use error code as -E2BIG when the size of gem ttm object is too largeGwan-gyeong Mun1-0/+11
2022-12-30drm/i915: Check if the size is too big while creating shmem fileGwan-gyeong Mun1-0/+14
2022-12-30drm/i915: Check for integer truncation on the configuration of ttm placeGwan-gyeong Mun1-0/+3
2022-12-30drm/i915: Check for integer truncation on scatterlist creationChris Wilson8-10/+37
2022-12-30drm/i915/gem: Typecheck page lookupsChris Wilson7-53/+304
2022-12-30Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi3-1/+5
2022-12-30drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2-12/+49
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-5/+26
2022-12-20drm/i915/selftests: Remove hardcoded value with a macroNirmoy Das1-1/+1
2022-12-19drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2-12/+49
2022-12-14drm/i915/ttm: consider CCS for backup objectsMatthew Auld3-5/+26
2022-12-14drm/i915/ttm: consider CCS for backup objectsMatthew Auld3-5/+26
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-339/+767
2022-12-13drm/i915: stop using ttm_bo_waitChristian König1-3/+6