mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
drm: bridge: dw-hdmi: Don't print hdr error log when switch resolution
RK3288 isn't support hdr, there is not need to print an error log when switch resolution. Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: I28c0abcbb421c1c868302f960591e56c015dc77d
This commit is contained in:
@@ -2328,7 +2328,7 @@ static void hdmi_config_drm_infoframe(struct dw_hdmi *hdmi,
|
||||
|
||||
/* Dynamic Range and Mastering Infoframe is introduced in v2.11a. */
|
||||
if (hdmi->version < 0x211a) {
|
||||
DRM_ERROR("Not support DRM Infoframe\n");
|
||||
dev_dbg(hdmi->dev, "Not support DRM Infoframe\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user