lib/intel_compute: Migrate xe_compute library to intel_compute
During my work on adding xe-compute support to DG2 I hit some issues on Xe driver so instead of limiting workload to Xe only I decided to handle i915 as well. Such attitude might be handy on driver feature status comparison. Patch does preparation step to share the code between i915 and Xe. v2: Add intel_ prefix as compute code is in the library and globally visible (Kamil) Signed-off-by:Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> Cc: Christoph Manszewski <christoph.manszewski@intel.com> Cc: Francois Dugast <francois.dugast@intel.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> Reviewed-by:
Kamil Konieczny <kamil.konieczny@linux.intel.com>
Showing
- lib/intel_compute.c 10 additions, 11 deletionslib/intel_compute.c
- lib/intel_compute.h 6 additions, 6 deletionslib/intel_compute.h
- lib/intel_compute_square_kernels.c 2 additions, 2 deletionslib/intel_compute_square_kernels.c
- lib/meson.build 2 additions, 2 deletionslib/meson.build
- tests/intel/xe_compute.c 2 additions, 2 deletionstests/intel/xe_compute.c
Loading