summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-07-11drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld1-4/+4
2024-07-11drm/xe/mcr: Avoid clobbering DSS steeringMatt Roper1-3/+3
2024-07-11drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_bufRodrigo Vivi1-0/+3
2024-07-05drm/xe: Check pat.ops before dumping PAT settingsMichal Wajdeczko1-1/+1
2024-07-05drm/xe/xe_devcoredump: Check NULL before assignmentsHimal Prasad Ghimiray1-4/+6
2024-07-05drm/xe: Add a NULL check in xe_ttm_stolen_mgr_initNirmoy Das1-0/+5
2024-07-05drm/xe: Fix potential integer overflow in page size calculationNirmoy Das1-1/+1
2024-06-27drm/xe/vf: Don't touch GuC irq registers if using memory irqsMichal Wajdeczko1-2/+2
2024-06-21drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-06-21drm/xe: move disable_c6 callRiana Tauro2-6/+7
2024-06-21drm/xe: Remove mem_access from guc_pc callsRodrigo Vivi1-54/+10
2024-06-21drm/xe: flush engine buffers before signalling user fence on all enginesAndrzej Hajda1-2/+16
2024-06-21drm/xe/xe_gt_idle: use GT forcewake domain assertionRiana Tauro1-1/+1
2024-06-16drm/xe/bb: assert width in xe_bb_create_job()Matthew Auld1-1/+2
2024-06-12drm/xe: Only use reserved BCS instances for usm migrate exec queueMatthew Brost1-7/+5
2024-06-12drm/xe: Change pcode timeout to 50msec while polling againHimal Prasad Ghimiray1-1/+1
2024-06-12drm/xe: check pcode init status only on root gt of root tileRiana Tauro4-64/+94
2024-06-12drm/xe: Add dbg messages on the suspend resume functions.Rodrigo Vivi1-5/+17
2024-05-09drm/xe: Use ordered WQ for G2H handlerMatthew Brost3-1/+8
2024-05-09drm/xe/guc: Check error code when initializing the CT mutexDaniele Ceraolo Spurio1-1/+4
2024-05-09drm/xe/ads: Use flexible-arrayLucas De Marchi1-1/+1
2024-05-02drm/xe/display: Fix ADL-N detectionLucas De Marchi1-1/+2
2024-05-01drm/xe/vm: prevent UAF in rebind_work_func()Matthew Auld1-0/+3
2024-04-24drm/xe/guc: Fix arguments passed to relay G2H handlersMichal Wajdeczko1-2/+2
2024-04-24drm/xe: call free_gsc_pkt only once on action add failureHimal Prasad Ghimiray1-8/+1
2024-04-24drm/xe: Remove sysfs only once on action add failureHimal Prasad Ghimiray3-14/+11
2024-04-17drm/xe/vm: prevent UAF with asid based lookupMatthew Auld1-10/+11
2024-04-17drm/xe: Fix bo leak in intel_fb_bo_framebuffer_initMaarten Lankhorst1-2/+6
2024-04-11drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit2-4/+3
2024-04-11drm/xe/xe_migrate: Cast to output precision before multiplying operandsHimal Prasad Ghimiray1-4/+4
2024-04-11drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa1-2/+2
2024-04-11drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-04drm/xe: Use ordered wq for preempt fence waitingMatthew Brost3-2/+14
2024-04-04drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström5-75/+83
2024-04-04drm/xe: Make TLB invalidation fences unorderedThomas Hellström3-10/+1
2024-04-04drm/xe: Rework rebindingThomas Hellström5-51/+14
2024-04-04drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström6-9/+30
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-2/+2
2024-03-25drm/xe: Fix END redefinitionLucas De Marchi1-11/+9
2024-03-25drm/xe/query: fix gt_id bounds checkMatthew Auld1-1/+1
2024-03-25drm/xe/device: fix XE_MAX_TILES_PER_DEVICE checkMatthew Auld1-1/+1
2024-03-25drm/xe/device: fix XE_MAX_GT_PER_TILE checkMatthew Auld1-1/+1
2024-03-25drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-25drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-03-25drm/xe: Remove unused xe_bo->props structNirmoy Das2-69/+9
2024-03-22Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-35/+55
2024-03-14drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-14drm/xe: Return if kobj creation is failedHimal Prasad Ghimiray1-1/+3
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost4-16/+29