Lines Matching full:ycbcr
108 #define LTDC_L1CYR0R (ldev->caps.layer_regs[21]) /* L1 Conversion YCbCr RGB 0 */
109 #define LTDC_L1CYR1R (ldev->caps.layer_regs[22]) /* L1 Conversion YCbCr RGB 1 */
184 #define EDCR_OCYEN BIT(25) /* Output Conversion to YCbCr 422: ENable */
185 #define EDCR_OCYSEL BIT(26) /* Output Conversion to YCbCr 422: SELection of the CCIR */
186 #define EDCR_OCYCO BIT(27) /* Output Conversion to YCbCr 422: Chrominance Order */
214 #define LXCR_C1R_YIA BIT(0) /* Ycbcr 422 Interleaved Ability */
215 #define LXCR_C1R_YSPA BIT(1) /* Ycbcr 420 Semi-Planar Ability */
216 #define LXCR_C1R_YFPA BIT(2) /* Ycbcr 420 Full-Planar Ability */
223 #define LxPCR_YCM GENMASK(5, 4) /* Ycbcr Conversion Mode */
227 #define LxPCR_YCEN BIT(3) /* YCbCr-to-RGB Conversion Enable */
447 0x16c, /* L1 Conversion YCbCr RGB 0 */
448 0x170, /* L1 Conversion YCbCr RGB 1 */
643 /* RGB or not a YCbCr supported format */ in ltdc_set_ycbcr_config()
652 /* enable ycbcr conversion */ in ltdc_set_ycbcr_config()
1014 /* enable ycbcr output converter */ in ltdc_crtc_mode_set_nofb()
1018 /* enable ycbcr output converter & invert chrominance order */ in ltdc_crtc_mode_set_nofb()
1022 /* disable ycbcr output converter */ in ltdc_crtc_mode_set_nofb()
1456 /* Configure YCbCr format and enable/disable conversion */ in ltdc_plane_atomic_update()
1459 /* disable ycbcr conversion */ in ltdc_plane_atomic_update()
1594 /* Add YCbCr supported pixel formats */ in ltdc_plane_create()