[Nouveau] [Bug 67628] [NVC1] [BISECTED] Monitor on Display port shows distortions

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 13 14:25:01 PST 2014


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

--- Comment #25 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to comment #24)
> It looks like that function is in
> drivers/gpu/drm/nouveau/core/engine/disp/dport.c, but I can't figure out how
> it should be modified to set the lane count.

Change

        dp->link_nr = dp->dpcd[2] & DPCD_RC02_MAX_LANE_COUNT;
        while ((dp->link_nr >> 1) * link_bw[0] > datarate)
            dp->link_nr >>= 1;

To

dp->link_nr = 4;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140213/ec4a73f3/attachment.html>


More information about the Nouveau mailing list