anv: Nuke perf_metric

This is not used.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31026>
This commit is contained in:
José Roberto de Souza
2024-08-14 09:18:01 -07:00
parent 8f6fca89aa
commit 5d4e319aec

View File

@@ -1952,7 +1952,6 @@ struct anv_device {
struct anv_cmd_buffer *cmd_buffer_being_decoded; struct anv_cmd_buffer *cmd_buffer_being_decoded;
int perf_fd; /* -1 if no opened */ int perf_fd; /* -1 if no opened */
uint64_t perf_metric; /* 0 if unset */
struct intel_aux_map_context *aux_map_ctx; struct intel_aux_map_context *aux_map_ctx;