This is a note to let you know that I've just added the patch titled
drm/radeon/ss: use num_crtc rather than hardcoded 6
to the 3.5-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-ss-use-num_crtc-rather-than-hardcoded-6.patch
and it can be found in the queue-3.5 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 5317670692f61675394db2eb6713484b67383750 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Tue, 21 Aug 2012 18:52:56 -0400
Subject: drm/radeon/ss: use num_crtc rather than hardcoded 6
From: Alex Deucher <[email protected]>
commit 5317670692f61675394db2eb6713484b67383750 upstream.
When checking if a pll is in use.
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/atombios_crtc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/radeon/atombios_crtc.c
+++ b/drivers/gpu/drm/radeon/atombios_crtc.c
@@ -452,7 +452,7 @@ static void atombios_crtc_program_ss(str
union atom_enable_ss args;
if (!enable) {
- for (i = 0; i < 6; i++) {
+ for (i = 0; i < rdev->num_crtc; i++) {
if (rdev->mode_info.crtcs[i] &&
rdev->mode_info.crtcs[i]->enabled &&
i != crtc_id &&
Patches currently in stable-queue which might be from [email protected]
are
queue-3.5/drm-radeon-avoid-turning-off-spread-spectrum-for-used-pll.patch
queue-3.5/drm-radeon-ss-use-num_crtc-rather-than-hardcoded-6.patch
queue-3.5/drm-radeon-fence-virtual-address-and-free-it-once-idle-v4.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