anv: flush utrace before at device destroy
Ensuring any remaining traces are displayed. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14798>
This commit is contained in:
committed by
Marge Bot
parent
960e72417f
commit
d0811ca046
@@ -307,6 +307,7 @@ anv_device_utrace_init(struct anv_device *device)
|
||||
void
|
||||
anv_device_utrace_finish(struct anv_device *device)
|
||||
{
|
||||
u_trace_context_process(&device->ds.trace_context, true);
|
||||
intel_ds_device_fini(&device->ds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user