Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_hdmi_helper.c12 static inline bool is_eotf_supported(u8 output_eotf, u8 sink_eotf) in is_eotf_supported() argument
14 return sink_eotf & BIT(output_eotf); in is_eotf_supported()