summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10nvc0: support MP performance counters on MaxwellSamuel Pitoiset1-1/+25
2016-11-02nvc0: add new warp_nonpred_execution_efficiency metric on SM35Samuel Pitoiset1-1/+36
2016-11-02nvc0: add missing metric-issue_slot on SM35Samuel Pitoiset1-0/+1
2016-11-02nvc0: do not expose metric-inst_issued twice on SM35Samuel Pitoiset1-1/+0
2016-11-02nvc0: add new warp_execution_efficiency metric on SM30+Samuel Pitoiset1-0/+23
2016-11-02nvc0: respect 80-chars for perf metrics descriptionsSamuel Pitoiset1-4/+4
2016-11-02nvc0: sort performance metrics alphabeticallySamuel Pitoiset1-4/+4
2016-11-01nvc0: do not duplicate similar performance metricsSamuel Pitoiset1-43/+7
2016-05-25nvc0: add descriptions for hardware perf counters/metricsSamuel Pitoiset1-12/+55
2016-05-03nvc0: compute a percentage for metric-achieved_occupancySamuel Pitoiset1-4/+4
2016-05-03nvc0: display some performance metrics with a percentageSamuel Pitoiset1-3/+3
2016-05-03nvc0: store the driver query type for performance metricsSamuel Pitoiset1-18/+22
2016-05-03nvc0: fix exposing of metric-issue_slots for SM21/SM30Samuel Pitoiset1-2/+22
2016-03-10nvc0: add driver metrics for SM35 (GK110)Samuel Pitoiset1-1/+20
2016-03-10nvc0: rework the driver metrics infrastructureSamuel Pitoiset1-131/+165
2016-03-10nvc0: rework the MP counters infrastructureSamuel Pitoiset1-1/+1
2015-12-22nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs1-1/+1
2015-12-16nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset1-1/+2
2015-12-16nvc0: fix metric-achieved_occupancy calculation on KeplerSamuel Pitoiset1-1/+4
2015-12-05nvc0: expose a group of performance metrics for SM30 (Kepler)Samuel Pitoiset1-1/+1
2015-12-05nvc0: re-introduce performance metrics for SM30 (Kepler)Samuel Pitoiset1-5/+171
2015-10-29nvc0: expose a group of performance metrics on FermiSamuel Pitoiset1-1/+1
2015-10-17nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset1-0/+440