Home
last modified time | relevance | path

Searched refs:lfd_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c299 static inline int lfd_type_to_index(u32 lfd_type) in lfd_type_to_index() argument
303 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() argument
316 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()