Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.h139 enum color_coefficient ycbcr_coeff; member
Danalogix_dp_core.c1547 video->ycbcr_coeff = COLOR_YCBCR601; in analogix_dp_bridge_mode_set()
1550 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1553 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_bridge_mode_set()
1593 &video->ycbcr_coeff); in analogix_dp_bridge_mode_set()
Danalogix_dp_reg.c845 if (dp->video_info.ycbcr_coeff) in analogix_dp_set_video_color_format()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch8594 - video->ycbcr_coeff = COLOR_YCBCR601;
8598 - video->ycbcr_coeff = COLOR_YCBCR709;
8602 - video->ycbcr_coeff = COLOR_YCBCR709;
8615 + video->ycbcr_coeff = COLOR_YCBCR709;
8619 + video->ycbcr_coeff = COLOR_YCBCR709;
8622 + video->ycbcr_coeff = COLOR_YCBCR601;
10349 if (dp->video_info.ycbcr_coeff)