Searched refs:xe_guc_klv_key_to_string (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_klv_helpers.c | 21 const char *xe_guc_klv_key_to_string(u16 key) in xe_guc_klv_key_to_string() function 91 xe_guc_klv_key_to_string(key)); in xe_guc_klv_print() 98 key, xe_guc_klv_key_to_string(key)); in xe_guc_klv_print() 102 key, klvs[0], xe_guc_klv_key_to_string(key)); in xe_guc_klv_print() 107 xe_guc_klv_key_to_string(key)); in xe_guc_klv_print() 112 klvs, xe_guc_klv_key_to_string(key)); in xe_guc_klv_print()
|
H A D | xe_gt_sriov_pf_policy.c | 104 key, xe_guc_klv_key_to_string(key), in pf_update_policy_bool() 110 key, xe_guc_klv_key_to_string(key), in pf_update_policy_bool() 124 key, xe_guc_klv_key_to_string(key), in pf_update_policy_u32() 130 key, xe_guc_klv_key_to_string(key), value); in pf_update_policy_u32() 407 xe_guc_klv_key_to_string(GUC_KLV_VGT_POLICY_SCHED_IF_IDLE_KEY), in print_guc_policies() 410 xe_guc_klv_key_to_string(GUC_KLV_VGT_POLICY_RESET_AFTER_VF_SWITCH_KEY), in print_guc_policies() 413 xe_guc_klv_key_to_string(GUC_KLV_VGT_POLICY_ADVERSE_SAMPLE_PERIOD_KEY), in print_guc_policies()
|
H A D | xe_guc_klv_helpers.h | 14 const char *xe_guc_klv_key_to_string(u16 key);
|
H A D | xe_gt_sriov_pf_monitor.c | 61 xe_guc_klv_key_to_string(threshold)); in pf_handle_vf_threshold_event()
|
H A D | xe_gt_sriov_pf_config.c | 1973 const char *name = xe_guc_klv_key_to_string(key); in xe_gt_sriov_pf_config_set_threshold()
|