Searched refs:HDMI_DEEP_COLOR_DEPTH (Results 1 – 2 of 2) sorted by relevance
339 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_30BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth()345 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_36BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth()
526 # define HDMI_DEEP_COLOR_DEPTH(x) (((x) & 3) << 28) macro