[PATCH] drm/radeon/kms: fix dp_detect handling for DP bridge chips

2011-10-04 Thread Michel Dänzer
On Die, 2011-10-04 at 12:23 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > The HPD pin is not reliable for detecting whether a monitor > is connected or not. Skip HPD and just use DDC or load > detection. > > Fixes phantom VGA connected bugs. > > Signed-off-by: Alex Deucher

[PATCH] drm/radeon/kms: fix dp_detect handling for DP bridge chips

2011-10-04 Thread alexdeuc...@gmail.com
From: Alex Deucher The HPD pin is not reliable for detecting whether a monitor is connected or not. Skip HPD and just use DDC or load detection. Fixes phantom VGA connected bugs. Signed-off-by: Alex Deucher Cc: stable at kernel.org ---