edid: fix compiled error dut to set 'true' to 'hdmi_monitor_detected'
BRANCH=None BUG=None TEST=Veyron Micket Compiled Change-Id: Ie56db237e46158da1ee2929fde20c1d7f83745ee Signed-off-by: Yakir Yang <ykk@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/309276 Reviewed-by: Agnes Cheng <agnescheng@google.com> Commit-Queue: Agnes Cheng <agnescheng@google.com> Trybot-Ready: Agnes Cheng <agnescheng@google.com> Tested-by: Agnes Cheng <agnescheng@google.com>
This commit is contained in:
parent
bcd7deb01b
commit
835952cd0e
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ cea_hdmi_block(struct edid *out, unsigned char *x)
|
|||
{
|
||||
int length = x[0] & 0x1f;
|
||||
|
||||
out->hdmi_monitor_detected = true;
|
||||
out->hdmi_monitor_detected = 1;
|
||||
|
||||
printk(BIOS_SPEW, " (HDMI)\n");
|
||||
printk(BIOS_SPEW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue