mirror of
https://github.com/X11Libre/xf86-video-neomagic.git
synced 2026-03-24 01:24:16 +00:00
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>
21 lines
541 B
Plaintext
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 $
|