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 @@ -4256,7 +4256,12 @@ static bool m_n_equal(const struct intel_link_m_n *m_n_1,
4256
4256
static bool crtcs_port_sync_compatible (const struct intel_crtc_state * crtc_state1 ,
4257
4257
const struct intel_crtc_state * crtc_state2 )
4258
4258
{
4259
+ /*
4260
+ * FIXME the modeset sequence is currently wrong and
4261
+ * can't deal with bigjoiner + port sync at the same time.
4262
+ */
4259
4263
return crtc_state1 -> hw .active && crtc_state2 -> hw .active &&
4264
+ !crtc_state1 -> bigjoiner_pipes && !crtc_state2 -> bigjoiner_pipes &&
4260
4265
crtc_state1 -> output_types == crtc_state2 -> output_types &&
4261
4266
crtc_state1 -> output_format == crtc_state2 -> output_format &&
4262
4267
crtc_state1 -> lane_count == crtc_state2 -> lane_count &&
You can’t perform that action at this time.
0 commit comments