Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_gdp.c37 static struct gdp_format_to_str { struct
40 } gdp_format_to_str[] = { variable
150 for (i = 0; i < ARRAY_SIZE(gdp_format_to_str); i++) { in gdp_dbg_ctl()
151 if (gdp_format_to_str[i].format == (val & 0x1F)) { in gdp_dbg_ctl()
152 seq_puts(s, gdp_format_to_str[i].name); in gdp_dbg_ctl()
156 if (i == ARRAY_SIZE(gdp_format_to_str)) in gdp_dbg_ctl()