This is a note to let you know that I've just added the patch titled

    drm/radeon: fix typo in trinity tiling setup

to the 3.4-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-fix-typo-in-trinity-tiling-setup.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 1f73cca799d29df80de3e8f1f1c488485467577a Mon Sep 17 00:00:00 2001
From: Alex Deucher <[email protected]>
Date: Thu, 24 May 2012 22:55:15 -0400
Subject: drm/radeon: fix typo in trinity tiling setup

From: Alex Deucher <[email protected]>

commit 1f73cca799d29df80de3e8f1f1c488485467577a upstream.

Using the wrong union.

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/ni.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/radeon/ni.c
+++ b/drivers/gpu/drm/radeon/ni.c
@@ -865,7 +865,7 @@ static void cayman_gpu_init(struct radeo
 
        /* num banks is 8 on all fusion asics. 0 = 4, 1 = 8, 2 = 16 */
        if (rdev->flags & RADEON_IS_IGP)
-               rdev->config.evergreen.tile_config |= 1 << 4;
+               rdev->config.cayman.tile_config |= 1 << 4;
        else
                rdev->config.cayman.tile_config |=
                        ((mc_arb_ramcfg & NOOFBANK_MASK) >> NOOFBANK_SHIFT) << 
4;


Patches currently in stable-queue which might be from [email protected] 
are

queue-3.4/drm-radeon-fix-typo-in-trinity-tiling-setup.patch
queue-3.4/drm-radeon-fix-xfx-quirk.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

Reply via email to