]> git.hungrycats.org Git - linux/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:39:43 +0000 (10:39 -0700)
commit76a271deba25e001c25a5e24420838506858e426
treebe230ee9bdcd73698c5aaa0dcf3944fef75272b4
parentdf6a5ea44759e88b7c025704cd9cb6a6e64188a4
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