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