Searched refs:lfd_type (Results 1 – 1 of 1) sorted by relevance
299 static inline int lfd_type_to_index(u32 lfd_type) in lfd_type_to_index() argument303 XE_WARN_ON(lfd_type < GUC_LFD_TYPE_FW_RANGE_FIRST || lfd_type > GUC_LFD_TYPE_FW_RANGE_LAST); in lfd_type_to_index()306 if (lic_lfd_type_map[i].lfd == lfd_type) in lfd_type_to_index()313 static int xe_guc_log_add_klv(struct drm_printer *p, u32 lfd_type, in xe_guc_log_add_klv() argument316 int klv_index = lfd_type_to_index(lfd_type); in xe_guc_log_add_klv()318 return xe_guc_log_add_typed_payload(p, lfd_type, sizeof(u32), &config->values[klv_index]); in xe_guc_log_add_klv()