Searched refs:r_sel (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dpr.c | 257 static void dcss_dpr_argb_comp_sel(struct dcss_dpr_ch *ch, int a_sel, int r_sel, in dcss_dpr_argb_comp_sel() argument 263 ((r_sel << R_COMP_SEL_POS) & R_COMP_SEL_MASK) | in dcss_dpr_argb_comp_sel() 347 int r_sel; member 363 static int to_comp_sel(u32 pix_fmt, int *a_sel, int *r_sel, int *g_sel, in to_comp_sel() argument 371 *r_sel = comp_sel_map[i].r_sel; in to_comp_sel() 418 int a_sel, r_sel, g_sel, b_sel; in dcss_dpr_setup_components() local 449 if (!to_comp_sel(format->format, &a_sel, &r_sel, in dcss_dpr_setup_components() 451 dcss_dpr_argb_comp_sel(ch, a_sel, r_sel, g_sel, b_sel); in dcss_dpr_setup_components()
|