diff options
author | Samuel Pitoiset <[email protected]> | 2016-11-02 23:50:03 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-11-02 23:35:49 +0100 |
commit | b6137f226c593a31f85a7551594ce161799992af (patch) | |
tree | fb09fe322b8d322b1e3f90ab4ceee4ca60119531 /src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h | |
parent | 98a382d013c8963e0854f4859b81065171992e04 (diff) |
nvc0: add new warp_nonpred_execution_efficiency metric on SM35
Event not_predicated_off_thread_inst_executed is SM35+.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h index c9a54c9493d..878df3e209c 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h @@ -33,6 +33,7 @@ enum nvc0_hw_metric_queries NVC0_HW_METRIC_QUERY_IPC, NVC0_HW_METRIC_QUERY_SHARED_REPLAY_OVERHEAD, NVC0_HW_METRIC_QUERY_WARP_EXECUTION_EFFICIENCY, + NVC0_HW_METRIC_QUERY_WARP_NONPRED_EXECUTION_EFFICIENCY, NVC0_HW_METRIC_QUERY_COUNT }; |