Skip to content

Commit 89cd027

Browse files
committed
drm/xe/pf: Print runtime registers using debug printer
While we already print VF's runtime registers only under DEBUG_SRIOV config, we should be still doing it at debug level, not info. Signed-off-by: Michal Wajdeczko <[email protected]> Reviewed-by: Lukasz Laguna <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent cdc36b6 commit 89cd027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static void pf_prepare_runtime_info(struct xe_gt *gt)
266266
read_many(gt, size, regs, values);
267267

268268
if (IS_ENABLED(CONFIG_DRM_XE_DEBUG_SRIOV)) {
269-
struct drm_printer p = xe_gt_info_printer(gt);
269+
struct drm_printer p = xe_gt_dbg_printer(gt);
270270

271271
xe_gt_sriov_pf_service_print_runtime(gt, &p);
272272
}

0 commit comments

Comments
 (0)