Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_plane_regs.h90 #define RSZ_VL_FMT_SHIFT 3 macro
91 #define RSZ_VL_FMT_MASK (0x3 << RSZ_VL_FMT_SHIFT)
92 #define RSZ_VL_FMT_YCBCR420 (0x0 << RSZ_VL_FMT_SHIFT)
93 #define RSZ_VL_FMT_YCBCR422 (0x1 << RSZ_VL_FMT_SHIFT)
94 #define RSZ_VL_FMT_YCBCR444 (0x2 << RSZ_VL_FMT_SHIFT)