intel/common: Move i915 gem specific code to its own file

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20423>
This commit is contained in:
José Roberto de Souza
2022-10-06 11:07:33 -07:00
committed by Marge Bot
parent f51bafc368
commit 95ce9664d5
5 changed files with 327 additions and 157 deletions

View File

@@ -30,6 +30,8 @@ files_libintel_common = files(
'intel_engine_i915.h',
'intel_engine.c',
'intel_engine.h',
'intel_gem_i915.c',
'intel_gem_i915.h',
'intel_gem.c',
'intel_gem.h',
'intel_genX_state.h',