https://bugs.freedesktop.org/show_bug.cgi?id=100919
--- Comment #6 from Alex Deucher alexdeucher@gmail.com --- what about the else case? Shouldn't the logic be:
if (dc_is_dvi_signal(stream->signal)) { if (stream->public.timing.pix_clk_khz > TMDS_MAX_PIXEL_CLOCK_IN_KHZ) stream->signal = SIGNAL_TYPE_DVI_DUAL_LINK; else stream->signal = SIGNAL_TYPE_DVI_SINGLE_LINK; }