Searched refs:xe_gt_sriov_err (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_sriov_vf.c | 56 xe_gt_sriov_err(gt, "Failed to reset GuC state (%pe)\n", ERR_PTR(err)); in vf_reset_guc_state() 148 xe_gt_sriov_err(gt, "New GuC interface version detected: %u.%u.%u.%u\n", in vf_handshake_with_guc() 187 xe_gt_sriov_err(gt, "Unsupported GuC version %u.%u.%u.%u (%pe)\n", in vf_handshake_with_guc() 190 xe_gt_sriov_err(gt, "Unable to confirm GuC version %u.%u (%pe)\n", in vf_handshake_with_guc() 318 xe_gt_sriov_err(gt, "Failed to obtain %s GMDID (%pe)\n", in xe_gt_sriov_vf_gmdid() 345 xe_gt_sriov_err(gt, "Unexpected GGTT reassignment: %lluK != %lluK\n", in vf_get_ggtt_info() 374 xe_gt_sriov_err(gt, "Unexpected LMEM reassignment: %lluM != %lluM\n", in vf_get_lmem_info() 405 xe_gt_sriov_err(gt, "Unexpected CTXs reassignment: %u != %u\n", in vf_get_submission_cfg() 410 xe_gt_sriov_err(gt, "Unexpected DBs reassignment: %u != %u\n", in vf_get_submission_cfg() 666 xe_gt_sriov_err(gt, "Unable to confirm VF/PF ABI version %u.%u (%pe)\n", in vf_handshake_with_pf() [all …]
|
D | xe_gt_sriov_printk.h | 15 #define xe_gt_sriov_err(_gt, _fmt, ...) \ macro
|
D | xe_gt_sriov_pf_service.c | 286 xe_gt_sriov_err(gt, "Failed to initialize service (%pe)\n", ERR_PTR(err)); in xe_gt_sriov_pf_service_init()
|
D | xe_gt_sriov_pf_control.c | 64 xe_gt_sriov_err(gt, "VF%u control command %s failed (%pe)\n", in pf_send_vf_control_cmd()
|