@@ -104,13 +104,13 @@ static int pf_push_vf_buf_klvs(struct xe_gt *gt, unsigned int vfid, u32 num_klvs
104
104
}
105
105
106
106
if (IS_ENABLED (CONFIG_DRM_XE_DEBUG_SRIOV )) {
107
- struct drm_printer p = xe_gt_info_printer (gt );
107
+ struct drm_printer p = xe_gt_dbg_printer (gt );
108
108
void * klvs = xe_guc_buf_cpu_ptr (buf );
109
109
char name [8 ];
110
110
111
- xe_gt_sriov_info (gt , "pushed %s config with %u KLV%s:\n" ,
112
- xe_sriov_function_name (vfid , name , sizeof (name )),
113
- num_klvs , str_plural (num_klvs ));
111
+ xe_gt_sriov_dbg (gt , "pushed %s config with %u KLV%s:\n" ,
112
+ xe_sriov_function_name (vfid , name , sizeof (name )),
113
+ num_klvs , str_plural (num_klvs ));
114
114
xe_guc_klv_print (klvs , num_dwords , & p );
115
115
}
116
116
@@ -2349,7 +2349,7 @@ int xe_gt_sriov_pf_config_restore(struct xe_gt *gt, unsigned int vfid,
2349
2349
return - EINVAL ;
2350
2350
2351
2351
if (IS_ENABLED (CONFIG_DRM_XE_DEBUG_SRIOV )) {
2352
- struct drm_printer p = xe_gt_info_printer (gt );
2352
+ struct drm_printer p = xe_gt_dbg_printer (gt );
2353
2353
2354
2354
drm_printf (& p , "restoring VF%u config:\n" , vfid );
2355
2355
xe_guc_klv_print (buf , size / sizeof (u32 ), & p );
0 commit comments