Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_gdp.c43 static struct gdp_format_to_str { struct
46 } gdp_format_to_str[] = { argument
156 for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) { in gdp_dbg_ctl()
157 if (gdp_format_to_str[i].format == (val & 0x1F)) { in gdp_dbg_ctl()
158 seq_puts(s, gdp_format_to_str[i].name); in gdp_dbg_ctl()
162 if (i == ARRAY_SIZE(gdp_format_to_str)) in gdp_dbg_ctl()