mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 07:58:07 +02:00
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:
parent
a862b34b28
commit
1b61786ac7
7 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue