summaryrefslogtreecommitdiff
path: root/src/ast_tool.c
AgeCommit message (Collapse)Author
2014-04-30Clean up namespace in ast_tool.cEgbert Eich
- Made sure exported functions have 'AST' in their name. This avoids name space conflicts with the server or other drivers. - Placed declaration of exported functions in a header file. This ensures that changes to the function type or arguments are followed thru everywhere. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
2014-04-30Fix compiler warnings: get rid if xf86PciInfo.hEgbert Eich
xf86PciInfo.h is not needed in the ASpeed driver at all. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
2013-07-31Cleanup leading/trailing whitespace in source filesAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-09-25Remove mibstore.hAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-08-15Don't bother to include vbe.hAdam Jackson
This driver no longer uses VBE, so this can go. Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-07-13ast: deal with XAA removal.Dave Airlie
This deals with the removal of XAA from the server, should fix tinderbox. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-04-03Revert "xf86-video-ast-ast 0.95.00"Dave Airlie
This reverts commit 6f0b593c273979bc4a83e845e037ab35d4565b72.
2012-04-03xf86-video-ast-ast 0.95.00xf86-video-ast-0.95.0root
2009-07-28ast: remove unneeded includes for RAC/resourceDave Airlie
2008-03-18Compile warning fixes.Paulo Cesar Pereira de Andrade
Declare ulGetCMDQLength as static, and don't declare a variable if XSERVER_LIBPCIACCESS is defined. There is a lot of prototypes defined in some c files, that would be better to be moved to the appropriate header, to make sure definition matches prototype, but not done for now. Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
2008-03-10ast: pciaccess conversionDave Airlie
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1Adam Jackson
2006-03-15Add the normal trappings of the Xorg modular build system.Alan Coopersmith
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for modular build Strip ^M out of ast_accel.c
2006-03-14Initial code release from ASPEED Technology Inc. Bugzilla #4937Alan Coopersmith
<https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment 3686 <https://bugs.freedesktop.org/attachment.cgi?id=3686>