]> git.baikalelectronics.ru Git - kernel.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)
committerDave Airlie <airlied@redhat.com>
Mon, 3 Oct 2011 17:37:32 +0000 (18:37 +0100)
commit4c45afa48ac7e9762585d0aae2c7624a232eb4a2
tree342bcb633c786c9e4161b9ed64e93211a518c141
parentee93b69abed3e6ead6b6f2c8a94bfe0f13c3f04e
drm/radeon/kms: Fix logic error in DP HPD handler

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>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c