https://bugs.freedesktop.org/show_bug.cgi?id=27314 --- Comment #36 from Alex Deucher <agd5f@xxxxxxxxx> 2011-03-23 09:46:22 PDT --- (In reply to comment #35) > Just out of curiosity, why is link training implemented on driver level and not > on drm level? I see that nouvau and radeon each have their own implementation. > The algorithm does not depend on the card, right? Only the way voltage, > patterns etc are set does. Maybe by merging them the problem can be found. The link training algo is the same across all chips in theory (it's defined in a VESA spec). However, there are often a lot of asic specific things that need to be handled. It would probably be doable if you could figure out the right set of callbacks and driver adjustable fields to make all the drivers happy. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel