From: Greg Kroah-Hartman Date: Mon, 5 Nov 2012 13:56:50 +0000 (+0100) Subject: 3.0-stable patches X-Git-Tag: v3.0.52~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b760280b59c9d87326a3af11c3a5dc1d05a28217;p=thirdparty%2Fkernel%2Fstable-queue.git 3.0-stable patches added patches: drm-radeon-fix-load-detection-on-legacy-primary-dac.patch --- diff --git a/queue-3.0/drm-radeon-fix-load-detection-on-legacy-primary-dac.patch b/queue-3.0/drm-radeon-fix-load-detection-on-legacy-primary-dac.patch new file mode 100644 index 00000000000..583d807ce6f --- /dev/null +++ b/queue-3.0/drm-radeon-fix-load-detection-on-legacy-primary-dac.patch @@ -0,0 +1,29 @@ +From 83325d072185899b706de2956170b246585aaec9 Mon Sep 17 00:00:00 2001 +From: Egbert Eich +Date: Wed, 24 Oct 2012 18:29:49 +0200 +Subject: DRM/Radeon: Fix Load Detection on legacy primary DAC. + +From: Egbert Eich + +commit 83325d072185899b706de2956170b246585aaec9 upstream. + +An uninitialized variable led to broken load detection. + +Signed-off-by: Egbert Eich +Signed-off-by: Alex Deucher +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/gpu/drm/radeon/radeon_legacy_encoders.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c ++++ b/drivers/gpu/drm/radeon/radeon_legacy_encoders.c +@@ -650,6 +650,7 @@ static enum drm_connector_status radeon_ + tmp |= RADEON_DAC_RANGE_CNTL_PS2 | RADEON_DAC_CMP_EN; + WREG32(RADEON_DAC_CNTL, tmp); + ++ tmp = dac_macro_cntl; + tmp &= ~(RADEON_DAC_PDWN_R | + RADEON_DAC_PDWN_G | + RADEON_DAC_PDWN_B); diff --git a/queue-3.0/series b/queue-3.0/series index 28a3ece3b00..e903cf86b69 100644 --- a/queue-3.0/series +++ b/queue-3.0/series @@ -4,3 +4,4 @@ target-don-t-return-success-from-module_init-if-setup-fails.patch cfg80211-fix-antenna-gain-handling.patch wireless-drop-invalid-mesh-address-extension-frames.patch mac80211-don-t-inspect-sequence-control-field-on-control-frames.patch +drm-radeon-fix-load-detection-on-legacy-primary-dac.patch