summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_gt_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/debugfs: Add dump of default LRCs' MI instructionsMatt Roper1-0/+46
2023-12-21drm/xe/pat: Add debugfs node to dump PATLucas De Marchi1-0/+12
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-1/+1
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast1-2/+3
2023-12-21drm/xe: Prefer WARN() over BUG() to avoid crashing the kernelFrancois Dugast1-1/+1
2023-12-21drm/xe: Rely on kmalloc/kzalloc log messageFrancois Dugast1-3/+1
2023-12-21drm/xe: ensure correct access_put orderingMatthew Auld1-1/+1
2023-12-21drm/xe: Cleanup COMPLEX_MACRO style issuesFrancois Dugast1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-3/+3
2023-12-20drm/xe: Move GGTT from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe/debugfs: Dump active workaroundsLucas De Marchi1-0/+12
2023-12-20drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi1-1/+1
2023-12-20drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper1-2/+2
2023-12-20drm/xe/debugfs: Dump register save-restore tablesLucas De Marchi1-0/+30
2023-12-20drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-20drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst1-0/+10
2023-12-20drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost1-24/+0
2023-12-20drm/xe: Add TLB invalidation fenceMatthew Brost1-1/+1
2023-12-20drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost1-2/+4
2023-12-20drm/xe: Break of TLB invalidation into its own fileMatthew Brost1-0/+1
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+160