xf86-video-mga: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 25 14:53:29 PDT 2012


 src/mga.h         |   45 +++++++++++++++++++++++----------------------
 src/mga_bios.c    |    3 ---
 src/mga_dac3026.c |    3 ---
 src/mga_dacG.c    |    3 ---
 src/mga_dga.c     |    1 -
 src/mga_dh.c      |    3 ---
 src/mga_dri.c     |    1 -
 src/mga_driver.c  |    5 +----
 src/mga_exa.c     |    1 -
 src/mga_g450pll.c |    3 ---
 src/mga_hwcurs.c  |    1 -
 src/mga_merge.c   |    2 --
 src/mga_shadow.c  |    1 -
 src/mga_storm.c   |    3 ---
 src/mga_video.c   |    1 -
 15 files changed, 24 insertions(+), 52 deletions(-)

New commits:
commit 0cb8ba6dc5e7bf4179174f9f17e211df7d89bd41
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed May 23 23:40:32 2012 -0700

    Add const qualifier to char *from in MGAdoDDC
    
    Only used to store arguments to pass as printf %s strings to xf86DrvMsg
    
    Fixes gcc warnings:
    mga_driver.c: In function 'MGAdoDDC':
    mga_driver.c:1338:7: warning: assignment discards qualifiers from pointer target type
    mga_driver.c:1343:11: warning: assignment discards qualifiers from pointer target type
    mga_driver.c:1351:8: warning: assignment discards qualifiers from pointer target type
    mga_driver.c:1359:8: warning: assignment discards qualifiers from pointer target type
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>

commit 3d9631b819c5c6f64ebf9bda8aab93e1cc7f391f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed May 23 23:34:07 2012 -0700

    Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.h
    
    Silences deprecation warnings from xf86PciInfo.h in current Xorg servers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>



More information about the xorg-commit mailing list