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

Egbert Eich eich at freedesktop.org
Thu Apr 24 10:36:48 PDT 2014


[2nd attempt - sorry for the noise]

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