intel/common: add directory prefix to intel_gem.h include
Otherwise common/intel_gem.h may get included instead of
common/i915/intel_gem.h when building in a different directory.
Fixes: e050a00b9f ("intel/common: Move i915 files to i915 folder")
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26784>
This commit is contained in:
parent
91e4428dc4
commit
fbb9ce0140
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "intel_gem.h"
|
||||
#include "i915/intel_gem.h"
|
||||
|
||||
static enum intel_engine_class
|
||||
i915_engine_class_to_intel(enum drm_i915_gem_engine_class i915)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue