lkml.org 
[lkml]   [2012]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 29/82] drm/radeon: fix typo in trinity tiling setup
    3.4-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Alex Deucher <alexander.deucher@amd.com>

    commit 1f73cca799d29df80de3e8f1f1c488485467577a upstream.

    Using the wrong union.

    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    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;



    \
     
     \ /
      Last update: 2012-06-07 07:43    [W:4.252 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site