Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Devergreen_hdmi.c339 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()
Devergreend.h526 # define HDMI_DEEP_COLOR_DEPTH(x) (((x) & 3) << 28) macro