From: Helge Deller <deller@gmx.de>
To: Daniel Palmer <daniel@0x0f.com>
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/5] fbdev: tdfxfb: Make "unbooted" cards work
Date: Fri, 31 Jul 2026 09:25:47 +0200 [thread overview]
Message-ID: <6bbf7e18-92b9-4d18-beb0-0c9812fc7ba8@gmx.de> (raw)
In-Reply-To: <20260730182640.2808572-1-daniel@0x0f.com>
On 7/30/26 20:26, Daniel Palmer wrote:
> Currently using voodoo cards that weren't booted by the video
> BIOS aren't usable.
>
> This means if you happen to have a proper - non-x86 - computer,
> another card is the primary or you have a new BIOS that cannot
> run the video BIOS tdfxfb would probe but you be staring at
> "no signal detected".
>
> This series implements manually booting cards using the
> values from the video BIOS' own table.
>
> Debugging was partially assisted by Claude Fable 5. I could not
> work out why this would not work for months so I told it to
> create a voodoo 3 emulation for QEMU to compare the BIOS against
> my code. That made it obvious my init sequence matched the BIOS
> but the VGA core wasn't running.
>
> This has been tested on a real voodoo 3 in an x86-64 board.
> I have some patches to add an interface for doing 3D rendering
> that are not included in this series and 3D rendering is also
> working so as far as I can tell everything is good.
Nice work!
Series applied to fbdev git tree.
Thanks for doing this!
Helge
> Daniel Palmer (5):
> fbdev: tdfxfb: Add helper to read config table from BIOS
> fbdev: tdfxfb: Attempt to detect if the card wasn't booted
> fbdev: tdfxfb: Manually boot unbooted cards
> fbdev: tdfxfb: Wake the VGA core before programming the CRTC
> fbdev: tdfxfb: Program the initial video mode
>
> drivers/video/fbdev/tdfxfb.c | 151 +++++++++++++++++++++++++++++++++++
> 1 file changed, 151 insertions(+)
>
next prev parent reply other threads:[~2026-07-31 7:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-30 18:26 [PATCH 0/5] fbdev: tdfxfb: Make "unbooted" cards work Daniel Palmer
2026-07-30 18:26 ` [PATCH 1/5] fbdev: tdfxfb: Add helper to read config table from BIOS Daniel Palmer
2026-07-30 18:26 ` [PATCH 2/5] fbdev: tdfxfb: Attempt to detect if the card wasn't booted Daniel Palmer
2026-07-30 18:26 ` [PATCH 3/5] fbdev: tdfxfb: Manually boot unbooted cards Daniel Palmer
2026-07-30 18:26 ` [PATCH 4/5] fbdev: tdfxfb: Wake the VGA core before programming the CRTC Daniel Palmer
2026-07-30 18:26 ` [PATCH 5/5] fbdev: tdfxfb: Program the initial video mode Daniel Palmer
2026-07-31 7:25 ` Helge Deller [this message]
2026-07-31 8:48 ` [PATCH 0/5] fbdev: tdfxfb: Make "unbooted" cards work Daniel Palmer
2026-07-31 9:11 ` Helge Deller
2026-07-31 9:22 ` Daniel Palmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6bbf7e18-92b9-4d18-beb0-0c9812fc7ba8@gmx.de \
--to=deller@gmx.de \
--cc=daniel@0x0f.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox