Searched refs:xe_gt_sriov_err (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_vf.c | 57 xe_gt_sriov_err(gt, "Failed to reset GuC state (%pe)\n", ERR_PTR(err)); in vf_reset_guc_state() 149 xe_gt_sriov_err(gt, "New GuC interface version detected: %u.%u.%u.%u\n", in vf_handshake_with_guc() 188 xe_gt_sriov_err(gt, "Unsupported GuC version %u.%u.%u.%u (%pe)\n", in vf_handshake_with_guc() 191 xe_gt_sriov_err(gt, "Unable to confirm GuC version %u.%u (%pe)\n", in vf_handshake_with_guc() 257 xe_gt_sriov_err(gt, "Failed to notify GuC about resource fixup done (%pe)\n", in xe_gt_sriov_vf_notify_resfix_done() 357 xe_gt_sriov_err(gt, "Failed to obtain %s GMDID (%pe)\n", in xe_gt_sriov_vf_gmdid() 384 xe_gt_sriov_err(gt, "Unexpected GGTT reassignment: %lluK != %lluK\n", in vf_get_ggtt_info() 413 xe_gt_sriov_err(gt, "Unexpected LMEM reassignment: %lluM != %lluM\n", in vf_get_lmem_info() 444 xe_gt_sriov_err(gt, "Unexpected CTXs reassignment: %u != %u\n", in vf_get_submission_cfg() 449 xe_gt_sriov_err(gt, "Unexpected DBs reassignment: %u != %u\n", in vf_get_submission_cfg() [all …]
|
H A D | xe_gt_sriov_printk.h | 15 #define xe_gt_sriov_err(_gt, _fmt, ...) \ macro
|
H A D | xe_gt_sriov_pf_control.c | 66 xe_gt_sriov_err(gt, "VF%u control command %s failed (%pe)\n", in pf_send_vf_control_cmd()
|