[PATCH driver/ast 00/15] Set of cleanup patches

YC Chen yc_chen at aspeedtech.com
Wed Apr 30 18:08:51 PDT 2014


Tested-by: Y.C. Chen <yc_chen at aspeedtech.com>

-----Original Message-----
From: YC Chen 
Sent: Tuesday, April 29, 2014 8:42 AM
To: Egbert Eich; xorg-devel at lists.x.org
Cc: David Airlie; Stefan Dirsch; YC Chen
Subject: RE: [PATCH driver/ast 00/15] Set of cleanup patches

Hi Egbert,
Thanks,
Acked-by: Y.C. Chen <yc_chen at aspeedtech.com>

-----Original Message-----
From: Egbert Eich [mailto:eich at freedesktop.org]
Sent: Friday, April 25, 2014 1:02 AM
To: xorg-devel at lists.x.org
Cc: YC Chen; David Airlie; Stefan Dirsch; Egbert Eich
Subject: [PATCH driver/ast 00/15] Set of cleanup patches

While I was testing the AST 2400 support I cleaned up the code a bit.
Basically I
- fixed a bunch of compiler warnings
- removed unused functions
- cleaned up namespace issues (either made functions static or
  renamed them so that they live in the ast driver name space).
  This removes potential conflicts with symbols from the Xserver
  or other drivers or modules.
- fixed ABI compatibility issues with older Xservers
- moved the firmware for the DP501 from ast_vgatool.c to
  a separate file. This made ast_vgatool.c much easier to handle.


Egbert Eich (15):
  Fix compiler warnings: get rid if xf86PciInfo.h
  Fix compiler warnings: get rid of deprecated IOADDRESS
  Fix compiler warnings: add DrawablePtr argument to ASTPutImage
  Remove upused functions from ast_vgatools.c
  Clean up namespace in ast_vgatools.c
  Clean up namespace in ast_2dtool.c
  Clean up namespace in ast_cursor.c
  Clean up namespace in ast_mode.c
  Clean up namespace in ast_accel.c
  Clean up namespace in ast_tool.c
  Include local headers only when needed
  Fix typo
  Fix ABI version conflict in xf86UnclaimPciSlot()
  Move firmware for DP501 to a separate file
  Add _AST_H_ define to ast.h

 src/Makefile.am   |    1 +
 src/ast.h         |   68 +-
 src/ast_2dtool.c  |   45 +-
 src/ast_2dtool.h  |    2 +
 src/ast_accel.c   |   86 +-
 src/ast_cursor.c  |    8 +-
 src/ast_dp501fw.h | 3326 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/ast_driver.c  |  136 +-
 src/ast_mode.c    |  121 +-
 src/ast_tool.c    |    7 -
 src/ast_vgatool.c | 3606 +----------------------------------------------------
 11 files changed, 3618 insertions(+), 3788 deletions(-)  create mode 100644 src/ast_dp501fw.h

--
1.8.4.5



More information about the xorg-devel mailing list