summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2025-03-07drm/xe/userptr: fix EFAULT handlingMatthew Auld1-0/+12
2025-03-07drm/xe/userptr: restore invalidation list on errorMatthew Auld1-7/+21
2025-03-07drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)Mingcong Bai1-1/+0
2025-03-07drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa1-2/+3
2025-02-27drm/xe: Fix error handling in xe_irq_install()Lucas De Marchi1-13/+1
2025-02-27drm/xe/irq: Separate MSI and MSI-X flowsIlia Levi5-36/+237
2025-02-27drm/xe: Make irq enabled flag atomicIlia Levi3-35/+9
2025-02-21drm/xe/tracing: Fix a potential TP_printk UAFThomas Hellström1-6/+6
2025-02-21drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlockedAshutosh Dixit1-6/+3
2025-02-21drm/xe/oa/uapi: Expose an unblock after N reports OA propertyAshutosh Dixit3-5/+31
2025-02-21drm/xe/oa/uapi: Make OA buffer size configurableSai Teja Pottumuttu4-22/+47
2025-02-21drm/xe: Carve out wopcm portion from the stolen memoryNirmoy Das1-24/+30
2025-02-21drm/xe/client: bo->client does not need bos_lockTejas Upadhyay1-1/+1
2025-02-17drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi4-24/+19
2025-02-17drm/xe/devcoredump: Move exec queue snapshot to Contexts sectionLucas De Marchi1-5/+1
2025-02-17drm/xe/pf: Fix migration initializationMichal Wajdeczko3-2/+22
2025-02-17drm/xe/oa: Preserve oa_ctrl unused bitsAshutosh Dixit2-2/+16
2025-01-16drm/xe: Mark ComputeCS read mode as UC on iGPUMatthew Brost1-1/+1
2025-01-15drm/xe/oa: Add missing VISACTL mux registersAshutosh Dixit1-0/+1
2025-01-15drm/xe: make change ccs_mode a synchronous actionMaciej Patelczyk1-1/+1
2025-01-15drm/xe: introduce xe_gt_reset and xe_gt_wait_for_resetMaciej Patelczyk4-9/+30
2025-01-15drm/xe/guc: Adding steering info support for GuC register listsJesus Narvaez3-3/+22
2025-01-09drm/xe/dg1: Fix power gate sequence.Rodrigo Vivi1-4/+6
2025-01-09drm/xe: Fix tlb invalidation when wedgingLucas De Marchi3-7/+8
2025-01-02xe/oa: Fix query mode of operation for OAR/OACUmesh Nerlige Ramappa3-90/+51
2024-12-23drm/xe: Fix fault on fd close after unbindLucas De Marchi1-0/+9
2024-12-23drm/xe/pf: Use correct function to check LMEM provisioningMichal Wajdeczko1-1/+1
2024-12-23drm/xe: Wait for migration job before unmapping pagesNirmoy Das1-1/+9
2024-12-23drm/xe: Use non-interruptible wait when moving BO to systemNirmoy Das1-1/+1
2024-12-23drm/xe: Revert some changes that break a mesa debug toolJohn Harrison1-1/+14
2024-12-13Merge tag 'drm-xe-fixes-2024-12-12' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-35/+18
2024-12-12drm/xe/reg_sr: Remove register poolLucas De Marchi2-31/+6
2024-12-12drm/xe: Call invalidation_fence_fini for PT inval fences in error stateDaniele Ceraolo Spurio3-2/+10
2024-12-12drm/xe: fix the ERR_PTR() returned on failure to allocate tiny ptMirsad Todorovac1-2/+2
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-49/+101
2024-12-03drm/xe: Move the coredump registration to the worker threadJohn Harrison1-34/+39
2024-12-03drm/xe/guc: Fix missing init value and add register order checkZhanjun Dong1-15/+62
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-3/+3
2024-11-30Merge tag 'drm-next-2024-11-29' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-14/+43
2024-11-28drm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost1-0/+6
2024-11-28drm/xe/migrate: use XE_BO_FLAG_PAGETABLEMatthew Auld1-1/+2
2024-11-28drm/xe/migrate: fix pat index usageMatthew Auld1-1/+2
2024-11-28drm/xe/guc_submit: fix race around suspend_pendingMatthew Auld1-2/+15
2024-11-28drm/xe/guc_submit: fix race around pending_disableMatthew Auld1-7/+10
2024-11-28drm/xe: Update xe2_graphics name stringMatt Roper1-1/+1
2024-11-22Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds153-1990/+7297
2024-11-21drm/xe: Mark preempt fence workqueue as reclaimMatthew Brost1-1/+2
2024-11-21drm/xe/ufence: Wake up waiters after setting ufence->signalledNirmoy Das1-1/+5
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-14drm/xe/guc: Fix dereference before NULL checkEverest K.C.1-4/+1