[Intel-xe] [PATCH 12/30] drm/xe/guc: Print doorbell ID in GuC engine debugfs entry
Matthew Brost
matthew.brost at intel.com
Mon May 1 07:50:56 UTC 2023
This information is helpful so print it.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
---
drivers/gpu/drm/xe/xe_guc_submit.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_guc_submit.c b/drivers/gpu/drm/xe/xe_guc_submit.c
index 1b6f36b04cd1..880f480c6d5f 100644
--- a/drivers/gpu/drm/xe/xe_guc_submit.c
+++ b/drivers/gpu/drm/xe/xe_guc_submit.c
@@ -2016,6 +2016,8 @@ static void guc_engine_print(struct xe_engine *e, struct drm_printer *p)
drm_printf(p, "\tTimeslice: %u (us)\n", e->sched_props.timeslice_us);
drm_printf(p, "\tPreempt timeout: %u (us)\n",
e->sched_props.preempt_timeout_us);
+ drm_printf(p, "\tDoorbell ID: %u\n",
+ e->guc->doorbell_id);
for (i = 0; i < e->width; ++i ) {
struct xe_lrc *lrc = e->lrc + i;
--
2.34.1
More information about the Intel-xe
mailing list