mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user