Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h60 unsigned int ycbcr_coeff; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h137 enum color_coefficient ycbcr_coeff; member
H A Danalogix_dp_core.c1889 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1892 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1895 video->ycbcr_coeff = COLOR_YCBCR601; in analogix_dp_bridge_mode_set()
1910 &video->ycbcr_coeff); in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c816 if (dp->video_info.ycbcr_coeff) in analogix_dp_set_video_color_format()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h585 enum color_coefficient ycbcr_coeff; member
H A Danalogix_dp_reg.c1137 if (dp->video_info.ycbcr_coeff) in analogix_dp_set_video_color_format()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp.c930 priv->video_info.ycbcr_coeff = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
H A Dexynos_dp_lowlevel.c1057 if (video_info->ycbcr_coeff) in exynos_dp_set_video_color_format()