xserver-multidpi/hw/kdrive
Eric Anholt 545c082cf9 - Replace the syncAccel hook in the kdrive structure with a pair of hooks
in the kaa structure: markSync and waitMarker. The first, if set,
    returns a hardware-dependent marker number which can then be waited for
    with waitMarker. If markSync is absent (which is the case on all
    drivers currently), waitMarker must wait for idle on any given marker
    number. The intention is to allow for more parallelism when we get
    downloading from framebuffer, or more fine-grained idling.
- Replace the KdMarkSync/KdCheckSync functions with kaaMarkSync and
    kaaWaitSync. These will need to be refined when KAA starts being smart
    about using them. Merge kpict.c into kasync.c since kasyn.c has all the
    rest of these fallback funcs.
- Restructure all drivers to initialize a KaaInfo structure by hand rather
    than statically in dubious order.
- Whack the i810 driver into shape in hopes that it'll work after this
    change (it certainly wouldn't have before this). Doesn't support my
    i845 though.
- Make a new KXV helper to avoid duplicated code to fill the region with
    the necessary color key. Use it in i810 and mach64 (tested).
2005-06-09 10:44:45 +00:00
..
ati - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
chips - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
ephyr Xephyr on Xorg fix 2004-12-06 22:29:31 +00:00
epson - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
fake - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
fbdev hw/kdrive/ati/radeon_composite.c Support linear filtering 2005-02-08 22:43:54 +00:00
i810 - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
igs Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
ipaq hw/kdrive/ati/radeon_composite.c Support linear filtering 2005-02-08 22:43:54 +00:00
itsy Polling input mode for the kdrive os layer. And a moose! 2004-02-05 09:09:51 +00:00
linux Add initial evdev framework 2005-02-09 03:56:35 +00:00
mach64 - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
mga - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
neomagic - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
nvidia - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
pcmcia Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
pm2 - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
r128 - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
savage Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
sdl sdl x server so that we can x-on-x the fb stuff for ease of debugging. if 2004-02-28 09:47:55 +00:00
sis300 Add dependency lines so that servers are rebuilt when server libraries are 2003-12-29 09:04:20 +00:00
sis530 Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
smi - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
src - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
trident Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
trio Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
ts300 Added infrastructure for driver specific usage messages and added vesa 2003-11-18 04:53:16 +00:00
vesa Prefer 32bpp to 24bpp. Fix 16 color planar mode (!) 2005-01-19 06:35:28 +00:00
via - Replace the syncAccel hook in the kdrive structure with a pair of hooks 2005-06-09 10:44:45 +00:00
vxworks Polling input mode for the kdrive os layer. And a moose! 2004-02-05 09:09:51 +00:00
Imakefile Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add 2003-07-07 19:13:03 +00:00
Kdrive.tmpl Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add 2003-07-07 19:13:03 +00:00
Makefile.am Add epson. 2004-10-20 18:06:58 +00:00
Xkdrive.man Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add 2003-07-07 19:13:03 +00:00