Age | Commit message (Collapse) | Author |
|
It still uses the old probe method though, this is due to the ati wrapper.
|
|
Conflicts:
src/ati.c
|
|
|
|
atimisc is PCI-only now, so we only need to scan the PCI space.
|
|
Subdrivers are now loaded from the wrapper Probe function rather than at screen
creation time.
The wrapper Identify callback only prints chip families now, chip lists are
printed when a subdriver is loaded. This also avoids duplication of subdriver
Identify callbacks.
Unknown radeons should still get a list of known radeon and then probe fails...
Probe for atimisc last to avoid needless loading in most cases (r128, radeon).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|