Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h134 enum color_coefficient ycbcr_coeff; member
H A Danalogix_dp_core.c1413 video->ycbcr_coeff = COLOR_YCBCR601; in analogix_dp_bridge_mode_set()
1416 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1419 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1459 &video->ycbcr_coeff); in analogix_dp_bridge_mode_set()
H A Danalogix_dp_reg.c657 if (dp->video_info.ycbcr_coeff) in analogix_dp_set_video_color_format()