Software changes:
- added new PCI IDs
- works with /dev/dri/card* (no /dev/kmem access required anymore)
Port changes:
- drop readme, because /dev/dri/card* is owned by the user when xenodm
is used to start X.
- add post extract step to set the version string for --version
ok op@
View your GPU utilization, both for the total activity percent and individual
blocks. The total GPU utilization is also valid for OpenCL loads; the other
blocks are only useful in GL loads.
Requires access to /dev/dri/cardN files or /dev/mem (root privileges).
R600 and up, even Southern Islands should work fine.
Tweak: AMD Catalyst driver reference removed from DESCR before commit.
Port originally created by thfr@, updated by sdk@ and I'm taking maintainer.
ok by thfr@ and solene@