drm/rockchip: dw-hdmi: Support multi connector attach one crtc

VOP support one VP output to multi connectors with
the same scan out timing.

Change-Id: I4f31140135b0ebca89caa6a94be2f1a558e34a31
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
Andy Yan
2021-03-15 09:13:43 +08:00
parent 53744719be
commit cc27baeeb7

View File

@@ -847,7 +847,7 @@ dw_hdmi_rockchip_encoder_atomic_check(struct drm_encoder *encoder,
s->output_type = DRM_MODE_CONNECTOR_HDMIA;
s->tv_state = &conn_state->tv;
s->output_if = VOP_OUTPUT_IF_HDMI0;
s->output_if |= VOP_OUTPUT_IF_HDMI0;
s->output_mode = output_mode;
s->bus_format = bus_format;