mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm: rockchip: dw-hdmi: fix 10bit not work when booting up with uboot logo
Default value of hdmi->colordepth is defined by input color mode, so there is no need to set value again when color depth property is created. Change-Id: I2e242fabdaadc0c3b41e48f806cbded5f619c455 Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -865,7 +865,6 @@ dw_hdmi_rockchip_attach_properties(struct drm_connector *connector,
|
||||
if (prop) {
|
||||
hdmi->color_depth_property = prop;
|
||||
drm_object_attach_property(&connector->base, prop, 0);
|
||||
hdmi->colordepth = 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user