[Bug 49402] [snb dp dongle] DP-to-dual-HDMI (link_train issue?)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 22 06:56:06 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=49402

--- Comment #20 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
OK I lied. I did spend a few moments thinking about the issue a bit more.

The BIOS N values are power of two. So assuming that power of two values are
somehow better, perhaps we can adjust the calculated M/N values a bit.
Something like this perhaps:

new_n = min(roundup_pow_of_two(n), 1 << 23);
new_m = m * new_n / n;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130422/ef5aeb25/attachment.html>


More information about the intel-gfx-bugs mailing list