开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_gt_debugfs.c
Age
Commit message (
Expand
)
Author
2024-06-06
drm/xe/xe_gt_debugfs: Add synchronous gt reset debugfs
Jonathan Cavitt
2024-05-16
drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs
Michal Wajdeczko
2024-05-06
drm/xe/mocs: Add debugfs node to dump mocs
Janga Rahul Kumar
2024-05-02
Merge drm/drm-next into drm-xe-next
Thomas Hellström
2024-04-26
Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
2024-04-24
drm/xe/pf: Expose SR-IOV VFs configuration over debugfs
Michal Wajdeczko
2024-04-04
drm/xe: prefer snprintf over sprintf
Bommu Krishnaiah
2024-03-29
drm/xe: Refactor GT debugfs
Michal Wajdeczko
2024-03-29
drm/xe: Define helper for GT specific debugfs files
Michal Wajdeczko
2024-03-29
drm/xe: Store pointer to struct xe_gt in gt/ debugfs directory
Michal Wajdeczko
2024-02-26
drm/xe: Runtime PM wake on every debugfs call
Rodrigo Vivi
2023-12-21
drm/xe/debugfs: Add dump of default LRCs' MI instructions
Matt Roper
2023-12-21
drm/xe/pat: Add debugfs node to dump PAT
Lucas De Marchi
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Rely on kmalloc/kzalloc log message
Francois Dugast
2023-12-21
drm/xe: ensure correct access_put ordering
Matthew Auld
2023-12-21
drm/xe: Cleanup COMPLEX_MACRO style issues
Francois Dugast
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe: Move GGTT from GT to tile
Matt Roper
2023-12-19
drm/xe/debugfs: Dump active workarounds
Lucas De Marchi
2023-12-19
drm/xe: Convert Xe HW Engine print to snapshot capture and print.
Rodrigo Vivi
2023-12-19
drm/xe: Let primary and media GT share a kernel_bb_pool
Matt Roper
2023-12-19
drm/xe/debugfs: Dump register save-restore tables
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add debugfs for dumping GGTT mappings
Maarten Lankhorst
2023-12-19
drm/xe: Delete debugfs entry to issue TLB invalidation
Matthew Brost
2023-12-19
drm/xe: Add TLB invalidation fence
Matthew Brost
2023-12-19
drm/xe: Move TLB invalidation variable to own sub-structure in GT
Matthew Brost
2023-12-19
drm/xe: Break of TLB invalidation into its own file
Matthew Brost
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost