summaryrefslogtreecommitdiff
path: root/nv-report.py
AgeCommit message (Collapse)AuthorFilesLines
2020-08-10nv-report: add cachedKarol Herbst1-1/+1
needed for https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4264
2020-08-01nv-report: add ugpr attributeKarol Herbst1-1/+1
2020-08-01nv-report: refactor to make it easier adding new valuesKarol Herbst1-59/+29
Also make it python2 and python3 compatible
2020-08-01nv-report: set executable bitKarol Herbst1-0/+0
2017-11-12nv-report: deal with before/after lists being differentIlia Mirkin1-2/+4
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-11-04nv-report: Add "shared" as a possible reported fieldPierre Moreau1-8/+14
Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
2017-11-04nv-report: Match fields regardless of their orderPierre Moreau1-10/+28
If a field was not present, its value will default to 0. This lets the code run on outputs that did not include the amount of shared memory used, for example. Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
2017-11-04nv-report: Avoid division-by-zero in diff() functionPierre Moreau1-1/+6
Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
2015-12-01nv-report: keys have to be the same, but order can differIlia Mirkin1-1/+1
2015-11-09nv-report: initial checkin for nouveauIlia Mirkin1-0/+108