Skip to content

pps: Fix build errors.

Vinson Lee requested to merge vlee/mesa:fix-pps-build into main

In file included from ../src/tool/pps/pps_device.cc:10: ../src/tool/pps/pps_device.h:23:11: error: ‘uint32_t’ does not name a type 23 | static uint32_t device_count(); | ^~~~~~~~

In file included from ../src/tool/pps/pps_counter.cc:10: ../src/tool/pps/pps_counter.h:22:4: error: ‘uint32_t’ does not name a type 22 | uint32_t id; | ^~~~~~~~

Fixes: 1cc72b2a ("pps: Gfx-pps v0.3.0") Closes: #8186 (closed) Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports