CVS commit: src/sys/dev/pci
"Radoslaw Kujawa" <[email protected]> Sun, 12 Jul 2026 11:36:26 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rkujawa Date: Sun Jul 12 11:36:26 UTC 2026 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: Several fixes that help with bringup of non-POSTed Radeon cards. - Stop preserving sync-disable bits in CRTC_EXT_CNTL - Unblank path also clears HSYNC_DIS/VSYNC_DIS (for CRTC0) - Reordered the TMDS transmitter enable after BIOS init - Skip the FP_SEL_CRTC2 "iBook/XVR-100" restore hack when a BIOS was found - Program TMDS_PLL_CNTL for internal-TMDS ports - Skip phantom ports when building the CRTC list (for single-port RV100) - Pixel clock ungating where appropriate Tested on RV100 and RV280 with RADEONFB_BIOS_INIT. Ok macallan@. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/dev/pci/radeonfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.