summaryrefslogtreecommitdiff
path: root/src/ast_driver.c
AgeCommit message (Collapse)Author
2022-01-17Fix spelling/wording issuesAlan Coopersmith
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-08-14Support AST2500Y.C. Chen
2015-08-14Fixed Failed to Init when ASPEED Graphics is SecondaryY.C. Chen
2014-04-30Fix ABI version conflict in xf86UnclaimPciSlot()Egbert Eich
xf86UnclaimPciSlot() received a GDevPtr as 2nd argument with ABI_VIDEODRV_VERSION 13. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
2014-04-30Include local headers only when neededEgbert Eich
Move inclusion of local headers from ast.h to the individual files. Include only those headers which are needed. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
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-30Clean up namespace in ast_accel.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-30Clean up namespace in ast_mode.cEgbert Eich
- Make local functions static This sometimes helps the compiler to optimize. - 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-30Clean up namespace in ast_cursor.cEgbert Eich
- 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-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-30Clean up namespace in ast_vgatools.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: add DrawablePtr argument to ASTPutImageEgbert Eich
An archaeological survey revealed that this ABI change took place in 2006 already. Signed-off-by: Egbert Eich <eich@suse.de> Acked-by: Y.C. Chen <yc_chen@aspeedtech.com>
2014-04-30Fix compiler warnings: get rid of deprecated IOADDRESSEgbert Eich
For newer ABI versions IOADDRESS can be replaced by int which is big enough to hold an PIO offset. 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 DP501 Display OutputY.C. Chen
2014-03-19Support AST2400Y.C. Chen
2014-03-18Fixed driver name in error message about KMS active.Stefan Dirsch
Seems some code came from cirrus driver by copy & paste. Fixed this in error message about device already in use by KMS module. Signed-off-by: Stefan Dirsch <sndirsch@suse.de> Reviewed-by: Dave Airlie <airlied@redhat.com>
2014-03-18ast: fix falling back after kernel checkStefan Dirsch
if we find a kernel driver the code leave the pci slot claimed which stops us falling back. unclaim the pci slot. patch inspired by correspondant patch for cirrus driver by Dave Airlie. Signed-off-by: Stefan Dirsch <sndirsch@suse.de> Reviewed-by: Dave Airlie <airlied@redhat.com>
2014-03-18Revert "Support AST2400"Stefan Dirsch
This reverts commit 7f24775a468066601a79beaffb4efa5a36c5ed59.
2014-03-18Revert " Support DP501 Output"Stefan Dirsch
This reverts commit 2a2ecb551781d89e8e2a3123bb7d5b20ee807953.
2014-03-14 Support DP501 OutputY.C. Chen
2014-03-14Support AST2400Y.C. Chen
2013-08-07Support ShadowFB if no XAAY.C. Chen
2013-08-07Fixed Display Abnormal Issue with GOP DriverY.C. Chen
2013-08-05Fixed S3 Resume Failed IssueY.C. Chen
2013-07-31Cleanup leading/trailing whitespace in source filesAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-08-01Support 1360x768 and 1600x900 ResolutionsY.C. Chen
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-05-17ast: don't bind to device if there is a loaded PCI driver.Dave Airlie
This stops this driver being used on top of the kernel modesetting driver, so fallback works correctly. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-04-04revert the code changed by Adam Jacksonxf86-video-ast-0.95.00Y.C. Chen
2012-04-03fix segmentation fault issue if enable XENY.C. Chen
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
2011-12-19Fix for new vgaHW ABIAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19Make failure to XAA non-fatalAdam Jackson
No shadowfb support in this driver yet. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-17Check ABI major not encoded ABIAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-16Adapt to domain changes in videoabi 12Adam Jackson
This is a blind change, I don't have this hardware handy to test with. It probably wants the same new API that tdfx wants. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-07-13xf86-video-ast-0.93.09Y.C. Chen
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: change to using ABI version checkDave Airlie
2009-07-28ast: update for resources/RAC API removalDave Airlie
2009-06-04xf86-video-ast-v.0.89.8Y.C. Chen
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-04-13xf86-video-ast-0.89.0xf86-video-ast-0.89.0Y.C. Chen
2009-01-16Fixed the support mode issue on Solaris 10 x86xf86-video-ast-0.88.8Y.C. Chen
2009-01-08Support AST2200/2150Y.C. Chen