summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2024-08-19drm/i915/gem: Adjust vma offset for framebuffer mmap offsetAndi Shyti1-0/+2
2024-08-19drm/i915: Fix a NULL vs IS_ERR() bugDan Carpenter1-2/+2
2024-08-19drm/i915: Add a function to mmap framebuffer objNirmoy Das2-46/+93
2024-08-19drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti1-6/+47
2024-06-21drm/i915/dpt: Make DPT object unshrinkableVidya Srinivas1-1/+3
2024-04-03drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2023-11-28drm/i915: Fix potential spectre vulnerabilityKunwu Chan1-0/+1
2023-10-25drm/i915: Retry gtt fault when out of fence registersVille Syrjälä1-0/+1
2023-08-03drm/i915: Fix an error handling path in igt_write_huge()Christophe JAILLET1-2/+4
2023-06-14drm/i915/selftests: Add some missing error propagationTvrtko Ursulin1-4/+10
2023-06-14drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin1-52/+66
2023-04-06drm/i915/dpt: Treat the DPT BO as a framebufferVille Syrjälä2-1/+4
2023-04-06drm/i915/gem: Flush lmem contents after constructionChris Wilson1-1/+2
2023-02-14drm/i915: Initialize the obj flags for shmem objectsAravind Iddamsetty1-1/+1
2023-02-14drm/i915: Move fd_install after last use of fenceRob Clark1-7/+7
2023-02-09drm/i915: Fix potential bit_17 double-freeRob Clark1-4/+5
2023-02-09drm/i915: Avoid potential vm use-after-freeRob Clark1-3/+11
2023-02-01drm/i915: Fix a memory leak with reused mmap_offsetNirmoy Das1-1/+1
2023-02-01drm/i915/selftests: Unwind hugepages to drop wakeref on errorChris Wilson1-4/+4
2023-01-18drm/i915: Fix potential context UAFsRob Clark1-6/+18
2023-01-07drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld2-12/+49
2023-01-07drm/i915/ttm: consider CCS for backup objectsMatthew Auld3-5/+26
2022-12-31drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtualAnshuman Gupta2-24/+33
2022-12-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta3-8/+8
2022-12-31drm/i915: Refactor ttm ghost obj detectionNirmoy Das3-17/+24
2022-11-21drm/i915/ttm: never purge busy objectsMatthew Auld1-0/+4
2022-11-14drm/i915/ttm: fix uaf with lmem_userfault_list handlingMatthew Auld1-3/+3
2022-11-07drm/i915/userptr: restore probe_range behaviourMatthew Auld1-2/+3
2022-11-07drm/i915: Do not set cache_dirty for DGFXNiranjana Vishwanathapura1-2/+2
2022-11-07drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld1-2/+2
2022-10-31drm/i915: stop abusing swiotlb_max_segmentRobert Beckett4-19/+8
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-14Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-11/+46
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld4-4/+45
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+5
2022-10-10drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin1-7/+1
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds20-127/+131
2022-09-27drm/i915: Do not cleanup obj with NULL bo->resourceNirmoy Das1-1/+1
2022-09-27i915: use the VMA iteratorMatthew Wilcox (Oracle)1-9/+5
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie8-43/+77
2022-09-20drm/i915/gem: Really move i915_gem_context.link under ref protectionChris Wilson1-4/+4
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-19/+24
2022-09-15drm/i915: Invert if/else ladder for stolen initLucas De Marchi1-35/+16
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta5-4/+59
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta2-2/+2
2022-09-13drm/i915: remove unused i915_gem_lmem_obj_ops declarationGaosheng Cui1-2/+0
2022-09-12Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm...Dave Airlie10-19/+27
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-40/+1
2022-09-08drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura4-13/+13