aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/xe/xe_gt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08drm/xe/gsc: do not flush the GSC worker from the reset pathDaniele Ceraolo Spurio1-1/+1
2025-02-28drm/xe: Add performance tunings to debugfsTvrtko Ursulin1-0/+4
2025-02-28drm/xe: Fix GT "for each engine" workaroundsTvrtko Ursulin1-2/+2
2025-02-26drm/xe/eustall: Add support to init, enable and disable EU stall samplingHarish Chegondi1-0/+5
2025-02-18drm/xe: Add xe_mmio_init() initialization functionIlia Levi1-4/+3
2025-02-14drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()Lucas De Marchi1-11/+4
2025-02-14drm/xe: Cleanup unwind of gt initializationLucas De Marchi1-20/+15
2025-02-04drm/xe/vf: Don't try to trigger a full GT reset if VFMichal Wajdeczko1-0/+4
2025-01-21drm/xe/pf: Fix migration initializationMichal Wajdeczko1-1/+3
2025-01-18drm/xe: Always setup GT MMIO adjustment dataMichal Wajdeczko1-0/+3
2025-01-03drm/xe: Fix tlb invalidation when wedgingLucas De Marchi1-4/+4
2024-12-11drm/xe: Apply whitelist to engine save-restoreLucas De Marchi1-3/+1
2024-10-23drm/xe: Mark GT work queue with WQ_MEM_RECLAIMMatthew Brost1-1/+2
2024-10-17drm/xe/gt: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray1-47/+58
2024-10-17drm/xe: Add caller info to xe_gt_reset_asyncNirmoy Das1-1/+1
2024-10-09drm/xe/bmg: improve cache flushing behaviourMatthew Auld1-1/+0
2024-10-04Merge drm/drm-next into drm-xe-nextThomas Hellström1-2/+0
2024-10-03drm/xe: Restore GT freq on GSC load errorVinay Belgaumkar1-1/+3
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+6
2024-09-18drm/xe: Defer gt->mmio initialization until after multi-tile setupMatt Roper1-0/+24
2024-09-12drm/xe/gt: Remove double includeLucas De Marchi1-1/+0
2024-09-11drm/xe/gt: Convert register access to use xe_mmioMatt Roper1-5/+5
2024-09-11Merge drm/drm-next into drm-xe-nextLucas De Marchi1-0/+2
2024-09-11drm/xe: Wire up device shutdown handlerMaarten Lankhorst1-0/+7
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-5/+4
2024-09-04drm/xe: Add missing runtime reference to wedged upon gt_resetRodrigo Vivi1-2/+3
2024-09-03drm/xe: Add missing runtime reference to wedged upon gt_resetRodrigo Vivi1-2/+3
2024-09-03drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper1-2/+0
2024-08-30drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper1-2/+0
2024-08-30Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie1-5/+5
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-0/+2
2024-08-19drm/xe/xe2: Make subsequent L2 flush sequentialTejas Upadhyay1-0/+1
2024-08-19drm/xe/bmg: implement Wa_16023588340Matthew Auld1-0/+54
2024-08-14drm/xe: Write all slices if its mcr registerTejas Upadhyay1-4/+4
2024-08-14drm/xe: Move enable host l2 VRAM post MCR initTejas Upadhyay1-1/+1
2024-07-18drm/xe: Wedge the entire deviceMatthew Brost1-0/+15
2024-07-17drm/xe: Wedge the entire deviceMatthew Brost1-0/+15
2024-07-11drm/xe/xe2: Make subsequent L2 flush sequentialTejas Upadhyay1-0/+1
2024-07-09drm/xe/gt: Remove double includeLucas De Marchi1-1/+0
2024-07-05drm/xe/bmg: implement Wa_16023588340Matthew Auld1-0/+54
2024-07-02drm/xe/bmg: Apply Wa_22019338487Vinay Belgaumkar1-2/+1
2024-07-01drm/xe/pf: Restart VFs provisioning after GT resetMichal Wajdeczko1-0/+3
2024-06-26drm/xe/lnl: Apply Wa_22019338487Vinay Belgaumkar1-0/+24
2024-06-06drm/xe/vf: Custom GT restartMichal Wajdeczko1-0/+22
2024-05-31drm/xe: Split MCR initializationMichal Wajdeczko1-2/+4
2024-05-30Revert "drm/xe: make gt_remove use devm"Daniele Ceraolo Spurio1-7/+9
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-2/+2
2024-05-28drm/xe: Enable Coarse Power GatingRiana Tauro1-4/+8
2024-05-22drm/xe: make gt_remove use devmMatthew Auld1-9/+7