File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4111,7 +4111,12 @@ static bool m_n_equal(const struct intel_link_m_n *m_n_1,
4111
4111
static bool crtcs_port_sync_compatible (const struct intel_crtc_state * crtc_state1 ,
4112
4112
const struct intel_crtc_state * crtc_state2 )
4113
4113
{
4114
+ /*
4115
+ * FIXME the modeset sequence is currently wrong and
4116
+ * can't deal with bigjoiner + port sync at the same time.
4117
+ */
4114
4118
return crtc_state1 -> hw .active && crtc_state2 -> hw .active &&
4119
+ !crtc_state1 -> bigjoiner_pipes && !crtc_state2 -> bigjoiner_pipes &&
4115
4120
crtc_state1 -> output_types == crtc_state2 -> output_types &&
4116
4121
crtc_state1 -> output_format == crtc_state2 -> output_format &&
4117
4122
crtc_state1 -> lane_count == crtc_state2 -> lane_count &&
You can’t perform that action at this time.
0 commit comments