Files
xf86-video-neomagic/TODO
Alan Coopersmith 6217df67d4 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-neomagic/-/merge_requests/11>
2025-12-15 17:31:58 +01:00

21 lines
541 B
Plaintext

1. Acceleration:
a. Limitations from 3.3 apply.
b. No CPU to Screen color expand. Chipset requires SCANLINE_PAD_BYTE
XAA only supports SCANLINE_PAD_WORD
2. Driver itself:
a. VL bus probe might be too intrusive
b. min clock guessed 11.0 MHz
c. guessed: interlace allowed only when external display is enabled.
d. display pitch guessed to be 8 bit.
3. I2C Support:
a. Readback of clockline not implemented.
$XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/TODO,v 1.1 1999/04/17 07:06:16 dawes Exp $