Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h59 unsigned int ycbcr_coeff; member
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h139 enum color_coefficient ycbcr_coeff; member
H A Danalogix_dp_core.c1546 video->ycbcr_coeff = COLOR_YCBCR601; in analogix_dp_bridge_mode_set()
1549 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1552 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1592 &video->ycbcr_coeff); in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c757 if (dp->video_info.ycbcr_coeff) in analogix_dp_set_video_color_format()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp.c929 priv->video_info.ycbcr_coeff = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
H A Dexynos_dp_lowlevel.c1054 if (video_info->ycbcr_coeff) in exynos_dp_set_video_color_format()