Mesa (main): intel/ds: fix compilation

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 19 17:16:14 UTC 2022


Module: Mesa
Branch: main
Commit: 5398c9183ed710fddc406d345a169ad231988bcc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5398c9183ed710fddc406d345a169ad231988bcc

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Thu May 19 10:43:23 2022 +0300

intel/ds: fix compilation

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6518
Fixes: efc2782f970c ("intel/perf: store a copy of devinfo")
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16601>

---

 src/intel/ds/intel_pps_driver.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/ds/intel_pps_driver.cc b/src/intel/ds/intel_pps_driver.cc
index c54aaca643e..7ed59d269f8 100644
--- a/src/intel/ds/intel_pps_driver.cc
+++ b/src/intel/ds/intel_pps_driver.cc
@@ -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 */);



More information about the mesa-commit mailing list