They do need pci_enable_device, both primary and secondary displays.
For the primary display its safe to call pci_enable_device. For
secondary displays, you have to first disable I/O decoding for all VGA
devices before you can enable a secondary display. You don't want more
than one device decoding the legacy VGA region at any one time.
Some cards have the capability to relocate the VGA region, which is
nice. The bigger problem is initializing secondary displays; every
video card has a proprietary video BIOS initialization sequence that is
run by main BIOS on startup. You can either duplicate this sequence
with C code, which is sometimes difficult due to lack of docs or variety
of boards, or you can execute the video BIOS with an x86 emulator.
-- Jeff Garzik | The difference between America and England is that Building 1024 | the English think 100 miles is a long distance and MandrakeSoft | the Americans think 100 years is a long time. | (random fortune) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/