mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
The drm device file is closed and re-opened between perfetto traces. So we either need to re-create the fd_device, or use fd_device_new_dup() so we hold on to our own fd. The former is preferred so that the kernel can realize when we are no longer reading the perfcntrs. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33073> |
||
|---|---|---|
| .. | ||
| fd_pps_driver.cc | ||
| fd_pps_driver.h | ||
| meson.build | ||