summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_gt_debugfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/xe_gt_debugfs: Add synchronous gt reset debugfsJonathan Cavitt2024-06-061-0/+12
* drm/xe/vf: Expose SR-IOV VF attributes to GT debugfsMichal Wajdeczko2024-05-161-0/+3
* drm/xe/mocs: Add debugfs node to dump mocsJanga Rahul Kumar2024-05-061-0/+11
* Merge drm/drm-next into drm-xe-nextThomas Hellström2024-05-021-0/+2
|\
| * Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-261-0/+2
| |\
| | * drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+2
* | | drm/xe/pf: Expose SR-IOV VFs configuration over debugfsMichal Wajdeczko2024-04-241-0/+5
|/ /
* | drm/xe: prefer snprintf over sprintfBommu Krishnaiah2024-04-041-1/+1
* | drm/xe: Refactor GT debugfsMichal Wajdeczko2024-03-291-111/+51
* | drm/xe: Define helper for GT specific debugfs filesMichal Wajdeczko2024-03-291-0/+52
* | drm/xe: Store pointer to struct xe_gt in gt/ debugfs directoryMichal Wajdeczko2024-03-291-0/+7
* | drm/xe: Runtime PM wake on every debugfs callRodrigo Vivi2024-02-261-5/+48
|/
* 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-201-3/+3
* drm/xe: Move GGTT from GT to tileMatt Roper2023-12-201-1/+1
* drm/xe/debugfs: Dump active workaroundsLucas De Marchi2023-12-201-0/+12
* drm/xe: Convert Xe HW Engine print to snapshot capture and print.Rodrigo Vivi2023-12-201-1/+1
* drm/xe: Let primary and media GT share a kernel_bb_poolMatt Roper2023-12-201-2/+2
* drm/xe/debugfs: Dump register save-restore tablesLucas De Marchi2023-12-201-0/+30
* drm/xe: Sort includesLucas De Marchi2023-12-201-1/+2
* drm/xe: Add debugfs for dumping GGTT mappingsMaarten Lankhorst2023-12-201-0/+10
* drm/xe: Delete debugfs entry to issue TLB invalidationMatthew Brost2023-12-201-24/+0
* drm/xe: Add TLB invalidation fenceMatthew Brost2023-12-201-1/+1
* drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost2023-12-201-2/+4
* drm/xe: Break of TLB invalidation into its own fileMatthew Brost2023-12-201-0/+1
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+160