summaryrefslogtreecommitdiff
path: root/src/ast_accel.c
AgeCommit message (Collapse)Author
2014-04-30Clean up namespace in ast_2dtool.cEgbert Eich
- Make local functions static This sometimes helps the compiler to optimize. - Make sure exported functions have 'AST' in their name. This avoids name space conflicts with the server or other drivers. - Place 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>
2014-03-19Support AST2400Y.C. Chen
2014-03-18Revert "Support AST2400"Stefan Dirsch
This reverts commit 7f24775a468066601a79beaffb4efa5a36c5ed59.
2014-03-14Support AST2400Y.C. Chen
2013-08-07Fixed Display Abnormal Issue with GOP DriverY.C. Chen
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-06-06ast: port to new compat API.Dave Airlie
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
2010-11-10xf86-video-ast-0.92.02Y.C. Chen
2010-06-22 modified: autogen.shY.C. Chen
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.c modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2009-07-28ast: remove unneeded includes for RAC/resourceDave Airlie
2009-06-04xf86-video-ast-v.0.89.8Y.C. Chen
2009-04-13xf86-video-ast-0.89.0xf86-video-ast-0.89.0Y.C. Chen
2009-01-08Support AST2200/2150Y.C. Chen
2007-08-24 modified: ChangeLogroot
modified: configure.ac modified: src/ast.h modified: src/ast_2dtool.h modified: src/ast_accel.c modified: src/ast_cursor.c modified: src/ast_driver.c modified: src/ast_mode.c modified: src/ast_mode.h modified: src/ast_vgatool.c
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1Adam Jackson
2006-03-15Update from ASPEED Technology Inc. to fix incorrect line drawing issue andAlan Coopersmith
change driver name from "AST1000/2000" to "AST" to fix Xorg log formatting issues with long driver names. Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4948 <https://bugs.freedesktop.org/attachment.cgi?id=4948>
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-14Version 0.80 from ASPEED Technology Inc. (Fixed get video buffer sizeAlan Coopersmith
incorrect issue) Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4932 <https://bugs.freedesktop.org/attachment.cgi?id=4932>
2006-03-14Version 0.61 from ASPEED Technology Inc. (Update for Xorg 6.9.0 - Can'tAlan Coopersmith
reference XAACOPYROP) Bugzilla #4937 <https://bugs.freedesktop.org/show_bug.cgi?id=4937> Attachment #4044 <https://bugs.freedesktop.org/attachment.cgi?id=4245>
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>