[Mesa-dev] [PATCH 0/8] use hwdb in loader v4
Emil Velikov
emil.l.velikov at gmail.com
Fri Feb 7 01:46:46 CET 2014
Helo Kristian,
Rather than nitpicking like an old bat, I took the liberty of respinning
your patchset. Most patches are left as is, minus a reshuffle
in their order + rebase.
Available in the hwdb-loader-v4 branch at https://github.com/evelikov/Mesa/
Highlights comparing to v3:
- Dropped "gallium-loader: Don't worry about PCI IDs in gallium-loader"
The code that it was removing is used by the clover st.
- Dropped "loader: Invert __NOT_HAVE_DRM_H to __HAVE_DRM_H". There are
a lot more cases in mesa (and xorg-server) that needs to be touched.
- No more dangling files after make clean.
- Vendor/device id should be in uppercase hex.
- The hwdb code is moved to a separate function. It does not belong
inside loader_get_pci_id_for_fd()
- Modalias builds now - s/driver/modalias and special case for
chip_id = 0 (nouveau) under android.
- Finally a couple of small cleaups in udev error paths
Note: The scons build is _broken_ with the modalias patch, but at least
the automake and android should be working like a charm.
Feel free to test and review.
Cheers,
Emil
More information about the mesa-dev
mailing list