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:
Algea Cao
2023-09-08 17:08:03 +08:00
parent 78ece52290
commit 2ceea71ac3

View File

@@ -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;
}