Adam Jackson
3fade932ef
alpine: Fix int10 setup
...
The PC98-removal fix accidentally took out the non-PC98 path here.
Reported-by: Benjamin Herrenschmidt <benh@kernel.crashing.org >
Signed-off-by: Adam Jackson <ajax@redhat.com >
2012-03-13 18:36:15 -04:00
Adam Jackson
cbca35e71e
Typo fix
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2011-12-20 13:56:42 -05:00
Adam Jackson
f422d0c38b
Fix for new vgaHW ABI
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2011-12-19 17:46:26 -05:00
Adam Jackson
92c7067070
Fall back to shadowfb if XAA is unavailable
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2011-12-19 16:21:51 -05:00
Jeremy Huddleston
d9c9cc333e
Build fix for older servers (error: conflicting types for 'pciTag')
...
/usr/include/xorg/xf86Pci.h:254:25: note: previous declaration of 'pciTag' was here
Reported-by: Johannes Obermayr <johannesobermayr@gmx.de >
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-31 11:55:47 -07:00
Jeremy Huddleston
05fd00f46e
pciTag was removed from xorg-server, so provide it in-driver until this is updated to use libpciaccess
...
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-29 16:58:41 -07:00
Jeremy Huddleston
1a4dc3fb35
Disable PC98 code on newer servers.
...
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-29 16:47:43 -07:00
Satoshi KImura
28aef0c4a4
Add support for the NEC PC-9821
...
https://bugs.freedesktop.org/show_bug.cgi?id=1837
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-21 15:36:22 -07:00
Stefan Potyra
f5a8080f14
Limit the maximul pitch of GD5436 and GD5446
...
Limit the maximum supported pitch of the GD5446 to 4088, since the internal
pitch register is only 9 bit (and contains the pitch left shifted by 3).
See https://bugs.freedesktop.org/show_bug.cgi?id=23775
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-20 14:50:10 -07:00
Jeremy Huddleston
9fcfd1aa76
Build fix for ABI Version 12
...
ABI Version 12 removes support for multiple PCI domains. If you need to
use this driver on a system with more than one PCI domain, you should
either port this driver to using libpciaccess directly or stick with an
older server.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-19 00:12:15 -07:00
Jeremy Huddleston
80f60e4af0
Use malloc/calloc/realloc/free directly
...
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-17 01:42:00 -07:00
Jeremy Huddleston
3e5ebc4c1b
GD5436 timings are the same as GD5446
...
Based on information from http://www.xfree86.org/3.3.6/cirrus1.html
See: https://bugs.freedesktop.org/show_bug.cgi?id=4169
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-17 01:40:17 -07:00
Alan Coopersmith
e4f80ffd9d
Sun's copyrights now belong to Oracle
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2010-10-30 09:34:26 -07:00
Jesse Adkins
366a025a3f
Purge cvs tags.
...
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com >
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2010-10-06 20:42:25 -07:00
Gaetan Nadon
c3daa8cd1d
config: add comments for main statements
2010-07-21 20:12:43 -04:00
Gaetan Nadon
278aaf299c
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 16:07:00 -04:00
Gaetan Nadon
33b562de1f
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 14:37:41 -04:00
Gaetan Nadon
7e57f3cfab
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 14:05:22 -04:00
Gaetan Nadon
eab829dcd7
config: complete AC_INIT m4 quoting
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 09:27:42 -04:00
Gaetan Nadon
edf97d9e61
config: remove unrequired AC_SUBST([XORG_CFLAGS])
...
This macro is called by PKG_CHECK_MODULES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 21:44:57 -04:00
Gaetan Nadon
78c1ea02b3
config: remove unrequired AC_HEADER_STDC
...
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 20:24:42 -04:00
Gaetan Nadon
fed5c9e4c8
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
...
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 19:41:30 -04:00
Gaetan Nadon
4b18662b6f
config: update AC_PREREQ statement to 2.60
...
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-20 18:45:18 -04:00
Gaetan Nadon
d0e8c28f0b
config: upgrade to util-macros 1.8 for additional man page support
...
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.
2010-07-20 17:38:00 -04:00
Alan Coopersmith
ebb417ee48
Update Sun license notices to current X.Org standard form
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2010-01-15 15:53:13 -08:00
Gaetan Nadon
80e115c8cd
configure.ac: remove unused sdkdir=$(pkg-config...) statement
...
The sdkdir variable isn't use, so remove the statement.
Acked-by: Dan Nicholson <dbn.lists@gmail.com >
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2009-12-30 15:13:00 -05:00
Gaetan Nadon
ad50be355b
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
...
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:05 -05:00
Gaetan Nadon
385557063f
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
d2bed9c37b
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:09 -04:00
Gaetan Nadon
53b83b628c
Several driver modules do not have a ChangeLog target in Makefile.am #23814
...
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:21 -04:00
Gaetan Nadon
70204fab02
.gitignore: use common defaults with custom section # 24239
...
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-10-22 15:31:26 -04:00
Gaetan Nadon
f68b55531f
.gitignore: use common defaults with custom section # 24239
...
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-10-22 12:34:16 -04:00
Dave Airlie
5cbe6d11d1
cirrus: bump for release 1.3.2
xf86-video-cirrus-1.3.2
2009-07-30 12:04:26 +10:00
Dave Airlie
4ecaa548a9
cirrus: change to using ABI version check
2009-07-28 15:22:40 +10:00
Dave Airlie
2765aba56f
cirrus: update for resources/RAC API removal
2009-07-28 13:32:29 +10:00
Adam Jackson
ecdf94e86d
cirrus 1.3.1
xf86-video-cirrus-1.3.1
2009-07-02 10:28:20 -04:00
Dave Airlie
2939b59585
cirrus: add inputstr.h explicitly
...
using inputInfo requires inputstr.h this got included by accident before
2009-06-10 14:16:32 +10:00
Adam Jackson
f07b4a3c5d
Remove useless loader symbol lists.
2009-05-28 14:53:06 -04:00
Alan Coopersmith
15b1632d41
Version 1.3.0
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
xf86-video-cirrus-1.3.0
2009-05-07 06:56:57 -07:00
Alan Coopersmith
b2dd1f8616
Updates to COPYING, README, & cirrus.man
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2009-05-07 06:45:12 -07:00
Alan Coopersmith
5db201643f
renamed: {man,src}/.cvsignore -> {man,src}/.gitignore
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2009-05-07 06:43:12 -07:00
Alan Coopersmith
8676a781c9
Raise minimum xorg-server required to 1.4 for miGetPointerPosition
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2009-04-29 18:30:25 -07:00
Alan Coopersmith
6e13b31347
Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2009-04-24 02:31:23 -07:00
Alan Coopersmith
19b9d2335a
Add README with pointers to mailing list, bugzilla & git repos
2009-01-30 20:38:04 -08:00
Alan Coopersmith
c5c3a60d08
Remove xorgconfig & xorgcfg from See Also list in man page
2009-01-09 16:26:50 -08:00
Matthieu Herrb
d92459edcb
alpine: fix order of arguments of PCI_WRITE_LONG().
2008-09-16 23:48:07 +02:00
Paulo Cesar Pereira de Andrade
6dcbf42d6d
Update to use miPointerGetPosition.
...
miPointerPosition is deprecated.
2008-07-28 19:09:43 -03:00
Paulo Cesar Pereira de Andrade
8341f8b029
Export symbols used by different cirrus driver modules.
...
Symbols are used by cirrus_drv.so, cirrus_alpine.so, and cirrus_laguna.so.
These must have public visibility if compiling with hidden symbols.
2008-07-28 19:09:16 -03:00
Adam Jackson
5dfd5d1772
cirrus 1.2.1
xf86-video-cirrus-1.2.1
2008-05-21 15:43:45 -04:00
Adam Jackson
e44db96ed0
Bug #10715 : Fix depth configuration for alpine chips.
...
In particular, don't try to set up 24+32 on the chip that qemu emulates,
since it doesn't work, either in qemu or in hardware.
2008-03-24 14:54:13 -04:00