Searched refs:r_sel (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c257 static void dcss_dpr_argb_comp_sel(struct dcss_dpr_ch *ch, int a_sel, int r_sel, argument
263 ((r_sel << R_COMP_SEL_POS) & R_COMP_SEL_MASK) |
347 int r_sel; member in struct:rgb_comp_sel
363 static int to_comp_sel(u32 pix_fmt, int *a_sel, int *r_sel, int *g_sel, argument
371 *r_sel = comp_sel_map[i].r_sel;
418 int a_sel, r_sel, g_sel, b_sel; local
449 if (!to_comp_sel(format->format, &a_sel, &r_sel,
451 dcss_dpr_argb_comp_sel(ch, a_sel, r_sel, g_sel, b_sel);

Completed in 110 milliseconds