]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon/kms: fix DVO setup on some r4xx chips
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Apr 2012 21:05:41 +0000 (17:05 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2012 22:38:53 +0000 (15:38 -0700)
commit9285285e7bdd4a151576acdb433618950ab7a327
tree2483392b183611746bf48df22625d01a8d396a2d
parent1048aff3edf4969a6b215503e22ee667de386a83
drm/radeon/kms: fix DVO setup on some r4xx chips

commit afceb9319f21b18ee3bc15ee9a5f92e18ef8a8c9 upstream.

Some r4xx chips have the wrong frev in the
DVOEncoderControl table.  It should always be 1
on r4xx.  Fixes modesetting on DVO on r4xx chips
with the bad frev.

Reported by twied on #radeon.

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