summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Change types of FBBase/MMIOBase to pointer, remove castsMatt Turner2-5/+5
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-26Use pci_device_map_legacy rather than xf86MapDomainMemoryMatt Turner1-2/+3
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-26Fix typo in 5ab0bf04Matt Turner1-1/+1
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-26Use unsigned long rather than deprecated IOADDRESSMatt Turner2-13/+13
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-26Remove uses of xf86PciInfo.hMatt Turner3-3/+6
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-25Remove if(E != NULL) checks around free(E)Matt Turner1-3/+0
Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-01-25Remove xalloc/xcalloc/xrealloc/xfreeMatt Turner1-5/+5
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-12-19Fix for new vgaHW ABIAdam Jackson1-0/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-12-19Make failure to XAA non-fatalAdam Jackson1-2/+3
No shadowfb support in this driver yet. Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-11-17Adapt to videoabi 12Adam Jackson2-14/+26
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-02-28Don't assume that FB address registers are initialized properlyOndrej Zary2-12/+19
https://bugs.freedesktop.org/show_bug.cgi?id=28249 ark driver does not work with Hercules Stingray 64 card (ark2000pv). X fails to start with: [...] (II) ark(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) ark(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 (==) ark(0): Depth 24, (--) framebuffer bpp 32 (==) ark(0): RGB weight 888 (==) ark(0): Default visual is TrueColor (**) ark(0): Chipset: "ark2000pv" (--) ark(0): Framebuffer @ 0xe5e50000 (==) ark(0): Using gamma correction (1.0, 1.0, 1.0) (--) ark(0): Detected 2048 bytes video ram [...] Fatal server error: AddScreen/ScreenInit failed for driver 0 Comparing with lspci, the framebuffer address is wrong: 00:0f.0 VGA compatible controller: ARK Logic Inc 2000PV [Stingray] (prog-if 00 [VGA controller]) Flags: medium devsel Memory at e5000000 (32-bit, prefetchable) [size=4M] [virtual] Expansion ROM at 1c000000 [disabled] [size=64K] Reviewed-by: Adam Jackson <ajax@redhat.com>
2010-02-08config: move compiler flags from configure.ac to Makefile.amGaetan Nadon1-0/+3
CFLAGS is an automake defined variable that should not be set by the module. It should not be AC_SUBST either, it already is. Use AM_CFLAGS in Makefile.am. This will allow the user to override the flags as they will be in the right order. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+0
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-09-07ark: fix make distcheckxf86-video-ark-0.7.2Dave Airlie1-0/+4
2009-07-28ark: update for resources/RAC API removalDave Airlie1-10/+0
2009-07-28ark: switch to using pci config instead of activeDave Airlie1-3/+4
2009-05-28Remove useless loader symbol lists.Adam Jackson1-34/+0
2008-08-15Uninclude xf86Version.hAdam Jackson1-1/+0
2008-03-19Death to RCS tags.Adam Jackson4-4/+0
2008-03-10ark: add basic pciaccess supportDave Airlie2-2/+40
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2007-08-07Define VERSION* using PACKAGE_VERSION*Brice Goglin1-4/+4
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 0.6.0.xf86-video-impact-0_2_0ark-0_6_0XORG-7_1Adam Jackson3-6/+4
2006-02-08ARK: Remove wrong usage of pScrn->clock.Luc Verhaegen1-3/+0
2005-11-21Add .cvsignores for drivers.Eric Anholt1-0/+6
2005-07-13driver/xf86-video-ark/src: Add Makefile.amSøren Sandmann Pedersen1-0/+35
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson2-0/+7
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13Adam Jackson1-5/+7
2005-04-20Fix includes right throughout the Xserver tree:sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Daniel Stone1-2/+2
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-trunk-20040721DRI-trunk-20040613DRI-XFree86-4_3_99_12-mergeEric Anholt4-8/+6
2004-05-26Fixing setting of physical framebuffer base for several drivers. C&Trel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XORG-6_8-branchEgbert Eich1-0/+2
driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic driver: improved support for lowres double scan modes.
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich4-5/+5
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich4-4/+4
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich4-4/+4
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich4-4/+4
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich4-4/+4
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-4/+4
2003-11-14Initial revisionXORG-STABLEKaleb Keithley4-0/+1572