lkml.org 
[lkml]   [2012]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 101/262] gma500: Fix regression on Oaktrail devices
    Date
    From: Greg KH <gregkh@linuxfoundation.org>

    3.5-stable review patch. If anyone has any objections, please let me know.

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

    From: Alan Cox <alan@linux.intel.com>

    commit 26df641eac05abe1a3276eea441359b4d1120816 upstream.

    The register map patches didn't set one value for the GMA600 which
    means the Fujitsu Q550 dies on boot with the GMA500 driver enabled.

    Add the map entry so we don't read from the device MMIO + 0 by mistake.

    Signed-off-by: Alan Cox <alan@linux.intel.com>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/gpu/drm/gma500/oaktrail_device.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/gpu/drm/gma500/oaktrail_device.c
    +++ b/drivers/gpu/drm/gma500/oaktrail_device.c
    @@ -476,6 +476,7 @@ static const struct psb_offset oaktrail_
    .pos = DSPAPOS,
    .surf = DSPASURF,
    .addr = MRST_DSPABASE,
    + .base = MRST_DSPABASE,
    .status = PIPEASTAT,
    .linoff = DSPALINOFF,
    .tileoff = DSPATILEOFF,
    @@ -499,6 +500,7 @@ static const struct psb_offset oaktrail_
    .pos = DSPBPOS,
    .surf = DSPBSURF,
    .addr = DSPBBASE,
    + .base = DSPBBASE,
    .status = PIPEBSTAT,
    .linoff = DSPBLINOFF,
    .tileoff = DSPBTILEOFF,



    \
     
     \ /
      Last update: 2012-09-28 22:41    [W:2.558 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site