Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c87 } const lic_lfd_type_map[] = { variable
305 for (i = 0; i < ARRAY_SIZE(lic_lfd_type_map); i++) in lfd_type_to_index()
306 if (lic_lfd_type_map[i].lfd == lfd_type) in lfd_type_to_index()
307 lic_type = lic_lfd_type_map[i].lic; in lfd_type_to_index()