Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imx/dcss/
Ddcss-dpr.c352 static struct rgb_comp_sel comp_sel_map[] = { variable
368 for (i = 0; i < ARRAY_SIZE(comp_sel_map); i++) { in to_comp_sel()
369 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()
370 *a_sel = comp_sel_map[i].a_sel; in to_comp_sel()
371 *r_sel = comp_sel_map[i].r_sel; in to_comp_sel()
372 *g_sel = comp_sel_map[i].g_sel; in to_comp_sel()
373 *b_sel = comp_sel_map[i].b_sel; in to_comp_sel()