Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/imx/dcss/
Ddcss-dpr.c272 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
277 sel = ((a_sel << A_COMP_SEL_POS) & A_COMP_SEL_MASK) | in dcss_dpr_argb_comp_sel()
361 int a_sel; member
378 static int to_comp_sel(u32 pix_fmt, int *a_sel, int *r_sel, int *g_sel, in to_comp_sel() argument
385 *a_sel = comp_sel_map[i].a_sel; in to_comp_sel()
433 int a_sel, r_sel, g_sel, b_sel; in dcss_dpr_setup_components() local
464 if (!to_comp_sel(format->format, &a_sel, &r_sel, in dcss_dpr_setup_components()
466 dcss_dpr_argb_comp_sel(ch, a_sel, r_sel, g_sel, b_sel); in dcss_dpr_setup_components()