Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/imx/dcss/
Ddcss-dpr.c35 #define COMP_2PLANE_EN BIT(7) macro
330 ch->mode_ctrl &= ~COMP_2PLANE_EN; in dcss_dpr_2plane_en()
331 ch->mode_ctrl |= (en ? COMP_2PLANE_EN : 0); in dcss_dpr_2plane_en()