diff options
author | Samuel Pitoiset <[email protected]> | 2016-11-01 19:19:15 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-11-02 23:35:44 +0100 |
commit | c32d7175aaef7892b0ab6f64a232fceb10509857 (patch) | |
tree | 7c8f9b3d389e1a009d40542e970c207dca00bf07 /src/gallium | |
parent | 524703da5899443ca83cb7aaa587c50d5d74a996 (diff) |
nvc0: do not expose metric-inst_issued twice on SM35
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c index e5034f79b5a..0d7ead3b502 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c @@ -353,7 +353,6 @@ static const struct nvc0_hw_metric_query_cfg *sm35_hw_metric_queries[] = &sm30_inst_replay_overhead, &sm20_ipc, &sm30_issued_ipc, - &sm30_inst_issued, &sm30_issue_slot_utilization, &sm30_shared_replay_overhead, &sm30_warp_execution_efficiency, |