]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon/kms: fix analog load detection on DVI-I connectors
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 16 Mar 2012 16:22:09 +0000 (12:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:27:12 +0000 (09:27 -0700)
commit0f745b71c0c7fdf8ceb3712dc266cf25c5b6d537
tree77e2ea7181b8ba863c96263a9d655569a9fc8b75
parente60622654396c213acf6cbd2d520d94ae330e4f6
drm/radeon/kms: fix analog load detection on DVI-I connectors

commit e00e8b5e760cbbe9067daeae5454d67c44c8d035 upstream.

We digital encoders have a detect function as well (for
DP to VGA bridges), so we make sure we choose the analog
one here.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=47007

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/radeon_connectors.c