summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_devcoredump.c
AgeCommit message (Expand)Author
2024-12-23drm/xe: Revert some changes that break a mesa debug toolJohn Harrison
2024-12-03drm/xe: Move the coredump registration to the worker threadJohn Harrison
2024-11-28drm/xe: Take PM ref in delayed snapshot capture workerMatthew Brost
2024-10-29drm/xe/guc: Separate full CTB content from guc_info debugfsJohn Harrison
2024-10-17drm/xe/devcoredump: Update handling of xe_force_wake_get returnHimal Prasad Ghimiray
2024-10-08drm/xe/guc: Save manual engine capture into capture listZhanjun Dong
2024-10-08drm/xe/guc: Plumb GuC-capture into dev coredumpZhanjun Dong
2024-10-07drm/xe/guc: Add GuC log to devcoredump capturesJohn Harrison
2024-10-07drm/xe/devcoredump: Add ASCII85 dump helper functionJohn Harrison
2024-10-07drm/xe/devcoredump: Improve section headings and add tile infoJohn Harrison
2024-10-07drm/xe/devcoredump: Use drm_puts and already cached local variablesJohn Harrison
2024-08-01drm/xe: Faster devcoredumpMatthew Brost
2024-07-23drm/xe: Store process name and pid in xe fileMatthew Brost
2024-06-12drm/xe: Increase devcoredump timeoutJosé Roberto de Souza
2024-05-31drm/xe: Fix NULL ptr dereference in devcoredumpMatthew Brost
2024-05-30drm/xe: replace format-less snprintf() with strscpy()Arnd Bergmann
2024-05-23drm/xe: Add process name to devcoredumpJosé Roberto de Souza
2024-05-22drm/xe/coredump: move over to devmMatthew Auld
2024-04-11drm/xe: Remove devcoredump during driver releaseJosé Roberto de Souza
2024-04-08drm/xe: Always capture exec queues on snapshotMatthew Brost
2024-03-29drm/xe/xe_devcoredump: Check NULL before assignmentsHimal Prasad Ghimiray
2024-03-22drm/xe/devcoredump: Print errno if VM snapshot was not capturedJosé Roberto de Souza
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst
2024-02-21drm/xe: Clear all snapshot members after deleting coredumpMaarten Lankhorst
2024-01-30drm/xe: Add batch buffer addresses to devcoredumpJosé Roberto de Souza
2024-01-24drm/xe: Print more device information in devcoredumpJosé Roberto de Souza
2024-01-24drm/xe: Change devcoredump functions parameters to xe_sched_jobJosé Roberto de Souza
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-19drm/xe: Add HW Engine snapshot to xe_devcoredump.Rodrigo Vivi
2023-12-19drm/xe: Add GuC Submit Engine snapshot to xe_devcoredump.Rodrigo Vivi
2023-12-19drm/xe: Add GuC CT snapshot to xe_devcoredump.Rodrigo Vivi
2023-12-19drm/xe: Do not take any action if our device was removed.Rodrigo Vivi
2023-12-19drm/xe: Introduce the dev_coredump infrastructure.Rodrigo Vivi