This is a note to let you know that I've just added the patch titled
drm/radeon: disable dpm on BTC
to the 3.13-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-radeon-disable-dpm-on-btc.patch
and it can be found in the queue-3.13 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 919cf555c04e16dafb1fba56904eb23889a812c3 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Sat, 11 Jan 2014 10:55:55 -0500
Subject: drm/radeon: disable dpm on BTC
From: Alex Deucher <[email protected]>
commit 919cf555c04e16dafb1fba56904eb23889a812c3 upstream.
Still unstable on some boards.
Bugs:
https://bugs.freedesktop.org/show_bug.cgi?id=73053
https://bugzilla.kernel.org/show_bug.cgi?id=68571
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/radeon_pm.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/drivers/gpu/drm/radeon/radeon_pm.c
+++ b/drivers/gpu/drm/radeon/radeon_pm.c
@@ -1230,6 +1230,9 @@ int radeon_pm_init(struct radeon_device
case CHIP_RV670:
case CHIP_RS780:
case CHIP_RS880:
+ case CHIP_BARTS:
+ case CHIP_TURKS:
+ case CHIP_CAICOS:
case CHIP_CAYMAN:
case CHIP_BONAIRE:
case CHIP_KABINI:
@@ -1259,9 +1262,6 @@ int radeon_pm_init(struct radeon_device
case CHIP_PALM:
case CHIP_SUMO:
case CHIP_SUMO2:
- case CHIP_BARTS:
- case CHIP_TURKS:
- case CHIP_CAICOS:
case CHIP_ARUBA:
case CHIP_TAHITI:
case CHIP_PITCAIRN:
Patches currently in stable-queue which might be from [email protected]
are
queue-3.13/drm-radeon-skip-colorbuffer-checking-if-color_info.format-is-set-to-invalid.patch
queue-3.13/drm-radeon-dce4-clear-bios-scratch-dpms-bit-v2.patch
queue-3.13/drm-radeon-warn-users-when-hw_i2c-is-enabled-v2.patch
queue-3.13/drm-radeon-add-uvd-support-for-oland.patch
queue-3.13/drm-radeon-dce8-workaround-for-atom-blankcrtc-table.patch
queue-3.13/radeon-pm-guard-access-to-rdev-pm.power_state-array.patch
queue-3.13/drm-radeon-disable-dpm-on-btc.patch
queue-3.13/drm-radeon-set-si_notify_smc_display_change-properly.patch
queue-3.13/drm-radeon-fix-surface-sync-in-fence-on-cayman-v2.patch
queue-3.13/drm-radeon-runpm-don-t-runtime-suspend-non-px-cards.patch
queue-3.13/drm-radeon-set-the-full-cache-bit-for-fences-on-r7xx.patch
queue-3.13/drm-radeon-fix-dac-interrupt-handling-on-dce5.patch
queue-3.13/drm-radeon-disable-ss-on-dp-for-dce3.x.patch
queue-3.13/drm-radeon-dpm-disable-mclk-switching-on-desktop-rv770.patch
queue-3.13/revert-drm-radeon-disable-cik-cp-semaphores-for-now.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html