intel: Move intel_define.h to i915/intel_define.h

This file defines i915 context priorities, all users in Iris and ANV
have moved to i915 specific files, so the only remaining for this file
is move it to i915 folder so it do not gets included in common code
by mistake.

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/27728>
This commit is contained in:
José Roberto de Souza 2024-01-12 10:50:58 -08:00 committed by Marge Bot
parent a862b34b28
commit 1b61786ac7
7 changed files with 5 additions and 6 deletions

View file

@ -32,7 +32,7 @@
#include "crocus_context.h"
#include "crocus_resource.h"
#include "crocus_screen.h"
#include "common/intel_defines.h"
#include "common/i915/intel_defines.h"
#include "common/intel_sample_positions.h"
/**

View file

@ -25,7 +25,7 @@
#include "iris/iris_batch.h"
#include "iris/iris_context.h"
#include "common/intel_defines.h"
#include "common/i915/intel_defines.h"
#include "common/intel_gem.h"
#include "util/u_debug.h"

View file

@ -47,7 +47,6 @@
#include "xe/iris_batch.h"
#include "common/intel_aux_map.h"
#include "common/intel_defines.h"
#include "intel/common/intel_gem.h"
#include "intel/compiler/brw_compiler.h"
#include "intel/ds/intel_tracepoints.h"

View file

@ -23,7 +23,7 @@
#include "i915/anv_device.h"
#include "anv_private.h"
#include "common/intel_defines.h"
#include "common/i915/intel_defines.h"
#include "common/i915/intel_gem.h"
#include "drm-uapi/i915_drm.h"

View file

@ -54,7 +54,7 @@
#include "vk_util.h"
#include "vk_deferred_operation.h"
#include "vk_drm_syncobj.h"
#include "common/intel_defines.h"
#include "common/i915/intel_defines.h"
#include "common/intel_uuid.h"
#include "perf/intel_perf.h"

View file

@ -30,7 +30,7 @@
#include <fcntl.h>
#include "anv_private.h"
#include "common/intel_defines.h"
#include "common/i915/intel_defines.h"
#include "common/intel_gem.h"
/**