Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_gdp.c41 static struct gdp_format_to_str { struct
44 } gdp_format_to_str[] = { variable
154 for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) { in gdp_dbg_ctl()
155 if (gdp_format_to_str[i].format == (val & 0x1F)) { in gdp_dbg_ctl()
156 seq_puts(s, gdp_format_to_str[i].name); in gdp_dbg_ctl()
160 if (i == ARRAY_SIZE(gdp_format_to_str)) in gdp_dbg_ctl()