[Bug 100919] [DC] "Out of range" on a display connected to a DVI-D output of RX460 card via DVI-D<=>HDMI-A cable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 9 17:29:36 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100919
--- Comment #6 from Alex Deucher <alexdeucher at 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;
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170509/1b1f4921/attachment.html>
More information about the dri-devel
mailing list