This is a note to let you know that I've just added the patch titled
drm/radeon/kms: fix backend map typo on juniper
to the 2.6.39-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-kms-fix-backend-map-typo-on-juniper.patch
and it can be found in the queue-2.6.39 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 9a4a0b9c9fa6ad9902f49801d7b770462b69c4d3 Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Mon, 11 Jul 2011 19:45:32 +0000
Subject: drm/radeon/kms: fix backend map typo on juniper
From: Alex Deucher <[email protected]>
commit 9a4a0b9c9fa6ad9902f49801d7b770462b69c4d3 upstream.
Don't enable backends that don't exist.
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/radeon/evergreen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/radeon/evergreen.c
+++ b/drivers/gpu/drm/radeon/evergreen.c
@@ -1900,7 +1900,7 @@ static void evergreen_gpu_init(struct ra
gb_backend_map = 0x66442200;
break;
case CHIP_JUNIPER:
- gb_backend_map = 0x00006420;
+ gb_backend_map = 0x00002200;
break;
default:
gb_backend_map =
Patches currently in stable-queue which might be from [email protected] are
queue-2.6.39/drm-radeon-kms-add-new-ni-pci-ids.patch
queue-2.6.39/drm-radeon-kms-fix-backend-map-typo-on-juniper.patch
queue-2.6.39/drm-radeon-kms-fix-typo-in-evergreen-disp-int-status.patch
queue-2.6.39/drm-radeon-kms-free-ib-pool-on-module-unloading.patch
queue-2.6.39/drm-radeon-fix-oops-in-ttm-reserve-when-pageflipping-v2.patch
queue-2.6.39/drm-radeon-kms-clean-up-multiple-crtc-handling-for.patch
queue-2.6.39/drm-radeon-kms-fix-typo-in-ih_cntl-swap-bitfield.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable