]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/radeon/kms: Fix logic error in DP HPD handler
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 3 Oct 2011 12:37:33 +0000 (08:37 -0400)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:16:09 +0000 (11:16 -0800)
commit7cf80dcb933ecd24a6bec28cf118df453fe9cbfa
tree7f3c20b5136e8fe719578f083f296ed5f7320f4e
parent17ceb65b22a20c861a674cd9e88f170e331e2ca5
drm/radeon/kms: Fix logic error in DP HPD handler

commit 5ba7ddf81634bfdf32d09261d2959e3f5b7c4263 upstream.

Only disable the pipe if the monitor is physically
disconnected.  The previous logic also disabled the
pipe if the link was trained.

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

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