summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_devcoredump.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-24drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzallocShuicheng Lin1-2/+2
2025-02-24drm/xe/devcoredump: Fix print typo of offsetShuicheng Lin1-2/+2
2025-01-27drm/xe: Fix and re-enable xe_print_blob_ascii85()Lucas De Marchi1-21/+13
2025-01-27drm/xe/devcoredump: Move exec queue snapshot to Contexts sectionLucas De Marchi1-5/+1
2025-01-09drm/xe: Fix all typos in xeNitin Gote1-1/+1
2024-12-13drm/xe: Revert some changes that break a mesa debug toolJohn Harrison1-1/+14
2024-12-02drm/xe: Add mutex locking to devcoredumpJohn Harrison1-2/+31
2024-12-02drm/xe: Move the coredump registration to the worker threadJohn Harrison1-34/+39
2024-12-02drm/xe: Add a reason string to the devcoredumpJohn Harrison1-3/+18
2024-11-27drm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost1-0/+6
2024-11-14drm/xe: Change xe_engine_snapshot_capture_for_job to be for queueMatthew Brost1-4/+1
2024-11-14drm/xe: Add exec queue param to devcoredumpMatthew Brost1-6/+9
2024-11-04drm/xe: Improve devcoredump documentationLucas De Marchi1-21/+30
2024-10-29drm/xe/guc: Separate full CTB content from guc_info debugfsJohn Harrison1-1/+1
2024-10-17drm/xe/devcoredump: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray1-6/+8
2024-10-08drm/xe/guc: Save manual engine capture into capture listZhanjun Dong1-1/+1
2024-10-08drm/xe/guc: Plumb GuC-capture into dev coredumpZhanjun Dong1-10/+7
2024-10-07drm/xe/guc: Add GuC log to devcoredump capturesJohn Harrison1-4/+12
2024-10-07drm/xe/devcoredump: Add ASCII85 dump helper functionJohn Harrison1-0/+87
2024-10-07drm/xe/devcoredump: Improve section headings and add tile infoJohn Harrison1-0/+5
2024-10-07drm/xe/devcoredump: Use drm_puts and already cached local variablesJohn Harrison1-20/+20
2024-08-01drm/xe: Faster devcoredumpMatthew Brost1-31/+80
2024-07-23drm/xe: Store process name and pid in xe fileMatthew Brost1-8/+2
2024-06-12drm/xe: Increase devcoredump timeoutJosé Roberto de Souza1-2/+6
2024-05-31drm/xe: Fix NULL ptr dereference in devcoredumpMatthew Brost1-1/+1
2024-05-30drm/xe: replace format-less snprintf() with strscpy()Arnd Bergmann1-1/+1
2024-05-23drm/xe: Add process name to devcoredumpJosé Roberto de Souza1-0/+13
2024-05-22drm/xe/coredump: move over to devmMatthew Auld1-2/+4
2024-04-11drm/xe: Remove devcoredump during driver releaseJosé Roberto de Souza1-1/+12
2024-04-08drm/xe: Always capture exec queues on snapshotMatthew Brost1-1/+1
2024-03-29drm/xe/xe_devcoredump: Check NULL before assignmentsHimal Prasad Ghimiray1-4/+6
2024-03-22drm/xe/devcoredump: Print errno if VM snapshot was not capturedJosé Roberto de Souza1-4/+2
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-2/+7
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst1-4/+3
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst1-2/+30
2024-02-21drm/xe: Clear all snapshot members after deleting coredumpMaarten Lankhorst1-0/+2
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza1-0/+5
2024-01-24drm/xe: Print more device information in devcoredumpJosé Roberto de Souza1-0/+2
2024-01-24drm/xe: Change devcoredump functions parameters to xe_sched_jobJosé Roberto de Souza1-6/+8
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-19/+19
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-19drm/xe: Add HW Engine snapshot to xe_devcoredump.Rodrigo Vivi1-0/+41
2023-12-19drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump.Rodrigo Vivi1-0/+4
2023-12-19drm/xe: Add GuC CT snapshot to xe_devcoredump.Rodrigo Vivi1-0/+17
2023-12-19drm/xe: Do not take any action if our device was removed.Rodrigo Vivi1-0/+8
2023-12-19drm/xe: Introduce the dev_coredump infrastructure.Rodrigo Vivi1-0/+126