aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-5/+5
* nvc0: support MP performance counters on MaxwellSamuel Pitoiset2016-11-101-1/+25
* nvc0: add new warp_nonpred_execution_efficiency metric on SM35Samuel Pitoiset2016-11-021-1/+36
* nvc0: add missing metric-issue_slot on SM35Samuel Pitoiset2016-11-021-0/+1
* nvc0: do not expose metric-inst_issued twice on SM35Samuel Pitoiset2016-11-021-1/+0
* nvc0: add new warp_execution_efficiency metric on SM30+Samuel Pitoiset2016-11-021-0/+23
* nvc0: respect 80-chars for perf metrics descriptionsSamuel Pitoiset2016-11-021-4/+4
* nvc0: sort performance metrics alphabeticallySamuel Pitoiset2016-11-021-4/+4
* nvc0: do not duplicate similar performance metricsSamuel Pitoiset2016-11-011-43/+7
* nvc0: add descriptions for hardware perf counters/metricsSamuel Pitoiset2016-05-251-12/+55
* nvc0: compute a percentage for metric-achieved_occupancySamuel Pitoiset2016-05-031-4/+4
* nvc0: display some performance metrics with a percentageSamuel Pitoiset2016-05-031-3/+3
* nvc0: store the driver query type for performance metricsSamuel Pitoiset2016-05-031-18/+22
* nvc0: fix exposing of metric-issue_slots for SM21/SM30Samuel Pitoiset2016-05-031-2/+22
* nvc0: add driver metrics for SM35 (GK110)Samuel Pitoiset2016-03-101-1/+20
* nvc0: rework the driver metrics infrastructureSamuel Pitoiset2016-03-101-131/+165
* nvc0: rework the MP counters infrastructureSamuel Pitoiset2016-03-101-1/+1
* nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs2015-12-221-1/+1
* nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset2015-12-161-1/+2
* nvc0: fix metric-achieved_occupancy calculation on KeplerSamuel Pitoiset2015-12-161-1/+4
* nvc0: expose a group of performance metrics for SM30 (Kepler)Samuel Pitoiset2015-12-051-1/+1
* nvc0: re-introduce performance metrics for SM30 (Kepler)Samuel Pitoiset2015-12-051-5/+171
* nvc0: expose a group of performance metrics on FermiSamuel Pitoiset2015-10-291-1/+1
* nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset2015-10-171-0/+440