Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c139 unsigned int colorimetryFormat = 0; in mod_build_vsc_infopacket() local
337 colorimetryFormat = ColorimetryRGB_DP_sRGB; in mod_build_vsc_infopacket()
339 colorimetryFormat = ColorimetryRGB_DP_AdobeRGB; in mod_build_vsc_infopacket()
342 colorimetryFormat = ColorimetryRGB_DP_ITU_R_BT2020RGB; in mod_build_vsc_infopacket()
352 colorimetryFormat = ColorimetryYCC_DP_ITU601; in mod_build_vsc_infopacket()
354 colorimetryFormat = ColorimetryYCC_DP_ITU709; in mod_build_vsc_infopacket()
356 colorimetryFormat = ColorimetryYCC_DP_AdobeYCC; in mod_build_vsc_infopacket()
358 colorimetryFormat = ColorimetryYCC_DP_ITU2020YCbCr; in mod_build_vsc_infopacket()
362 colorimetryFormat = ColorimetryRGB_DP_sRGB; in mod_build_vsc_infopacket()
366 info_packet->sb[16] = (pixelEncoding << 4) | colorimetryFormat; in mod_build_vsc_infopacket()