Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h46 enum vic_pxl_encoding_format color_fmt; member
H A Dcdn-dp-reg.c591 switch (video->color_fmt) { in cdn_dp_get_msa_misc()
627 ((video->color_fmt == Y_ONLY) ? (1 << 14) : 0); in cdn_dp_get_msa_misc()
641 bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ? in cdn_dp_config_video()
707 val += video->color_fmt << 8; in cdn_dp_config_video()
H A Dcdn-dp-core.c522 video->color_fmt = PXL_RGB; in cdn_dp_bridge_mode_set()