]> git.baikalelectronics.ru Git - kernel.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)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Aug 2012 16:11:01 +0000 (12:11 -0400)
commit931d3e4735544ac03728087c72fe1d553c697908
treed0c091c27dfa52065449301f0f11a03c15e47f1c
parent10202b6d9eff90559fe2b5c25e44c3ccdc851524
drm/radeon/atom: rework DIG modesetting on DCE3+

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/atombios_encoders.c