mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 21:48:22 +02:00
i915g: Activate trace
This commit is contained in:
parent
e369294f76
commit
19798e17fe
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "i915simple/i915_context.h"
|
||||
#include "i915simple/i915_screen.h"
|
||||
|
||||
#include "trace/tr_drm.h"
|
||||
|
||||
/*
|
||||
* Helper functions
|
||||
|
|
@ -198,5 +199,5 @@ struct drm_api intel_drm_api =
|
|||
struct drm_api *
|
||||
drm_api_create()
|
||||
{
|
||||
return &intel_drm_api;
|
||||
return trace_drm_create(&intel_drm_api);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue