Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/
A Ddcss-dpr.c367 static struct rgb_comp_sel comp_sel_map[] = { variable
383 for (i = 0; i < ARRAY_SIZE(comp_sel_map); i++) { in to_comp_sel()
384 if (comp_sel_map[i].drm_format == pix_fmt) { in to_comp_sel()
385 *a_sel = comp_sel_map[i].a_sel; in to_comp_sel()
386 *r_sel = comp_sel_map[i].r_sel; in to_comp_sel()
387 *g_sel = comp_sel_map[i].g_sel; in to_comp_sel()
388 *b_sel = comp_sel_map[i].b_sel; in to_comp_sel()

Completed in 4 milliseconds