]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon/atom: rework DIG modesetting on DCE3+
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Aug 2012 13:54:56 +0000 (09:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:30:23 +0000 (10:30 -0700)
commitd468e2150f5f52ea7b0c459366028f28cc1cf96b
tree37cb45e7eccff29caafca43f8e9ab9159923dc7f
parent2607b9407db4cbc16d5a130c8c16702711c3b7be
drm/radeon/atom: rework DIG modesetting on DCE3+

commit 8d1af57ae3c4458ed0de93ef97f388dd1b3239c7 upstream.

The ordering is important and the current drm code
wasn't cutting it for modern DIG encoders.  We need
to have information about crtc before setting up
the encoders so I've shifted the ordering a bit.
Probably we'll need a full rework akin to danvet's
recent intel patchs.  This patch fixes numerous
issues with DP bridge chips and makes link training
much more reliable.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/atombios_encoders.c