summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_debugfs.c
AgeCommit message (Expand)Author
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