https://github.com/torvalds/linux
Revision 5ba7ddf81634bfdf32d09261d2959e3f5b7c4263 authored by Alex Deucher on 03 October 2011, 12:37:33 UTC, committed by Dave Airlie on 03 October 2011, 17:37:32 UTC
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>
1 parent 6375bda
Raw File
Tip revision: 5ba7ddf81634bfdf32d09261d2959e3f5b7c4263 authored by Alex Deucher on 03 October 2011, 12:37:33 UTC
drm/radeon/kms: Fix logic error in DP HPD handler
Tip revision: 5ba7ddf
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top