drm/radeon: fix load detect on rn50 with hardcoded EDIDs.
authorDave Airlie <airlied@redhat.com>
Thu, 19 Apr 2012 14:42:58 +0000 (15:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2012 22:39:18 +0000 (15:39 -0700)
commitfc0d7e607bb1b2bd867a35428e1aab2348d1431d
tree4e3faca3abffa13184cad3d8a595ddc3f3e34b1d
parentef49ff4bbe3894b92d4949753ab8f352920c6151
drm/radeon: fix load detect on rn50 with hardcoded EDIDs.

commit a09d431f344d854e4fe9cfac44f78cb8202f3eb7 upstream.

When the force changes went in back in 3.3.0, we ended up returning
disconnected in the !force case, and the connected in when forced,
as it hit the hardcoded check.

Fix it so all exits go via the hardcoded check and stop spurious
modesets on platforms with hardcoded EDIDs.

Reported-by: Evan McNabb (Red Hat)
Reviewed-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