drm/rockchip: dw-hdmi: fix note of Automatic color depth

Automatic color depth is same as 24bit.

Change-Id: Ifb9cc0d1292626019c9e1260124f79db1490bb70
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang
2017-12-29 16:04:29 +08:00
committed by Tao Huang
parent 6e4eaff822
commit 214f0874a3

View File

@@ -842,7 +842,7 @@ dw_hdmi_rockchip_get_enc_out_encoding(void *data)
}
static const struct drm_prop_enum_list color_depth_enum_list[] = {
{ 0, "Automatic" }, /* Prefer highest color depth */
{ 0, "Automatic" }, /* Same as 24bit */
{ 8, "24bit" },
{ 10, "30bit" },
};