]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: tdfxfb: Make the VGA register initialisation a bit more obvious
authorDaniel Palmer <daniel@thingy.jp>
Fri, 27 Feb 2026 12:25:00 +0000 (21:25 +0900)
committerHelge Deller <deller@gmx.de>
Mon, 9 Mar 2026 12:06:48 +0000 (13:06 +0100)
commitd95beb0a373ae8b0b213a1f564c735e8ecfa54e2
treeb1d24190d20b1de31fd4a2f57bcc2d1733f04a37
parentf630c79accf67ad3e0f74fdc7c705f5401bf8658
fbdev: tdfxfb: Make the VGA register initialisation a bit more obvious

For a while I was trying to get this working on m68k, for some reason
the card doesn't display anything if it's own video BIOS didn't run..

Anyhow, I spent a long time looking up what each of these offsets
were to work out what the code is configuring and eventually
replaced them with the human readable defines in video/vga.h.

Functionally there is no change but maybe it makes it a bit easier to
look at for the next person that finds themselves in here.

Tested on a real voodoo 3 on x86_64.

Signed-off-by: Daniel Palmer <daniel@thingy.jp>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/tdfxfb.c