mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
intel/perf: Fix intel_gem.h include
The intention here was to get include the common intel_gem.h to get the intel_ioctl() signature. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31026>
This commit is contained in:
parent
5d4e319aec
commit
023120d1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "perf/intel_perf.h"
|
||||
#include "intel_perf_common.h"
|
||||
#include "intel/common/i915/intel_gem.h"
|
||||
#include "intel/common/intel_gem.h"
|
||||
|
||||
#include "drm-uapi/xe_drm.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue