Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-ic.c238 if (inf == IPUV3_COLORSPACE_YUV && outf == IPUV3_COLORSPACE_RGB) in init_csc()
240 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_YUV) in init_csc()
242 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_RGB) in init_csc()
407 ret = init_csc(ic, IPUV3_COLORSPACE_RGB, in ipu_ic_task_graphics_init()
408 IPUV3_COLORSPACE_RGB, 0); in ipu_ic_task_graphics_init()
Dipu-dp.c151 if (in == IPUV3_COLORSPACE_RGB && out == IPUV3_COLORSPACE_YUV) { in ipu_dp_csc_init()
Dipu-common.c78 return IPUV3_COLORSPACE_RGB; in ipu_drm_fourcc_to_colorspace()
114 return IPUV3_COLORSPACE_RGB; in ipu_pixelformat_to_colorspace()
142 return IPUV3_COLORSPACE_RGB; in ipu_mbus_code_to_colorspace()
/linux-4.4.14/drivers/gpu/drm/imx/
Dipuv3-plane.c170 IPUV3_COLORSPACE_RGB, in ipu_plane_mode_set()
171 IPUV3_COLORSPACE_RGB); in ipu_plane_mode_set()
/linux-4.4.14/include/video/
Dimx-ipu-v3.h78 IPUV3_COLORSPACE_RGB, enumerator