Commit 5a814e3a authored by Michal Wajdeczko's avatar Michal Wajdeczko
Browse files

drm/xe/guc: Add VF_CFG_SCHED_PRIORITY to KLV helper

parent 5bd3521d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ const char *xe_guc_klv_key_to_string(u16 key)
		return "begin_db_id";
	case GUC_KLV_VF_CFG_BEGIN_CONTEXT_ID_KEY:
		return "begin_ctx_id";
	case GUC_KLV_VF_CFG_SCHED_PRIORITY_KEY:
		return "sched_priority";

	/* VF CFG threshold keys */
#define define_threshold_key_to_string_case(TAG, NAME, ...)	\