lkml.org 
[lkml]   [2010]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 051/149] drm/edid: Fix
    2.6.32-stable review patch.  If anyone has any objections, please let us know.

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

    From: Adam Jackson <ajax@redhat.com>

    commit 61dd98fad58f945ed720ba132681acb58fcee015 upstream.

    Having hsync both start and end on pixel 1072 ain't gonna work very
    well. Matches the X server's list.

    Signed-off-by: Adam Jackson <ajax@redhat.com>
    Tested-By: Michael Tokarev <mjt@tls.msk.ru>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/gpu/drm/drm_edid.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/gpu/drm/drm_edid.c
    +++ b/drivers/gpu/drm/drm_edid.c
    @@ -324,7 +324,7 @@ static struct drm_display_mode drm_dmt_m
    DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
    /* 1024x768@85Hz */
    { DRM_MODE("1024x768", DRM_MODE_TYPE_DRIVER, 94500, 1024, 1072,
    - 1072, 1376, 0, 768, 769, 772, 808, 0,
    + 1168, 1376, 0, 768, 769, 772, 808, 0,
    DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
    /* 1152x864@75Hz */
    { DRM_MODE("1152x864", DRM_MODE_TYPE_DRIVER, 108000, 1152, 1216,



    \
     
     \ /
      Last update: 2010-07-01 20:49    [W:4.080 / U:0.264 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site