mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
drm/rockchip: dw_hdmi: Fixed ID error when disable HDMI
Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: Iad2a8486d798b6a4ea0f1a0b41755ffcb4a554b7
This commit is contained in:
@@ -1484,9 +1484,9 @@ static void dw_hdmi_rockchip_encoder_disable(struct drm_encoder *encoder)
|
||||
s->output_if &= ~(VOP_OUTPUT_IF_HDMI0 | VOP_OUTPUT_IF_HDMI1);
|
||||
} else {
|
||||
if (!hdmi->id)
|
||||
s->output_if &= ~VOP_OUTPUT_IF_HDMI1;
|
||||
else
|
||||
s->output_if &= ~VOP_OUTPUT_IF_HDMI0;
|
||||
else
|
||||
s->output_if &= ~VOP_OUTPUT_IF_HDMI1;
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user