mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
video: rockchip: hdmi: fix can not disable hdr error
Change-Id: I53f809d78a8a151a6b6985266ec73026bdc0b3a2 Signed-off-by: Zheng Yang <zhengyang@rock-chips.com> (cherry picked from commit b60715d9a028e849bd40a0f1a9693f0519e66f06)
This commit is contained in:
@@ -262,7 +262,7 @@ static int hdmi_set_color(struct rk_display_device *device,
|
||||
hdmi->eotf, value);
|
||||
if (hdmi->eotf != value &&
|
||||
(value & hdmi->edid.hdr.hdrinfo.eotf ||
|
||||
hdmi->eotf == 0))
|
||||
value == 0))
|
||||
hdmi->eotf = value;
|
||||
else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user