intel/ds: fix compilation

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6518
Fixes: efc2782f97 ("intel/perf: store a copy of devinfo")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16601>
This commit is contained in:
Lionel Landwerlin 2022-05-19 10:43:23 +03:00 committed by Marge Bot
parent 9565ea5640
commit 5398c9183e
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ uint64_t IntelDriver::gpu_next()
intel_perf_query_result_accumulate_fields(&perf->result,
selected_query,
&perf->devinfo,
record_a + 1,
record_b + 1,
false /* no_oa_accumulate */);