summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_debugfs.c
AgeCommit message (Expand)Author
2024-06-06drm/xe/xe_gt_debugfs: Add synchronous gt reset debugfsJonathan Cavitt
2024-05-16drm/xe/vf: Expose SR-IOV VF attributes to GT debugfsMichal Wajdeczko
2024-05-06drm/xe/mocs: Add debugfs node to dump mocsJanga Rahul Kumar
2024-05-02Merge drm/drm-next into drm-xe-nextThomas Hellström
2024-04-26Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula
2024-04-24drm/xe/pf: Expose SR-IOV VFs configuration over debugfsMichal Wajdeczko
2024-04-04drm/xe: prefer snprintf over sprintfBommu Krishnaiah
2024-03-29drm/xe: Refactor GT debugfsMichal Wajdeczko
2024-03-29drm/xe: Define helper for GT specific debugfs filesMichal Wajdeczko
2024-03-29drm/xe: Store pointer to struct xe_gt in gt/ debugfs directoryMichal Wajdeczko
2024-02-26drm/xe: Runtime PM wake on every debugfs callRodrigo Vivi
2023-12-21drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper
2023-12-21drm/xe/pat: Add debugfs node to dump PATLucas De Marchi
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast
2023-12-21drm/xe: Rely on kmalloc/kzalloc log messageFrancois Dugast
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld
2023-12-21drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper
2023-12-19drm/xe: Move GGTT from GT to tileMatt Roper
2023-12-19drm/xe/debugfs: Dump active workaroundsLucas De Marchi
2023-12-19drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi
2023-12-19drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper
2023-12-19drm/xe/debugfs: Dump register save-restore tablesLucas De Marchi
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst
2023-12-19drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fenceMatthew Brost
2023-12-19drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost
2023-12-19drm/xe: Break of TLB invalidation into its own fileMatthew Brost
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost