[igt-dev] [PATCH i-g-t v6 1/2] lib/i915/i915_drm_local: Remove COMPUTE class engine

Adrian Larumbe adrian.larumbe at collabora.com
Mon Sep 12 18:15:51 UTC 2022


Remove local compute engine definition as it was already synchronised into
include/drm-uapi/i915_drm.h from the kernel sources in a past commit.

Signed-off-by: Adrian Larumbe <adrian.larumbe at collabora.com>
---
 lib/i915/i915_drm_local.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/i915/i915_drm_local.h b/lib/i915/i915_drm_local.h
index ac35abf6af76..696e5aa05048 100644
--- a/lib/i915/i915_drm_local.h
+++ b/lib/i915/i915_drm_local.h
@@ -19,8 +19,6 @@ extern "C" {
  * or local_ prefix and without any #ifndef's. Attempt should be made to
  * clean these up when kernel uapi headers are sync'd.
  */
-#define I915_ENGINE_CLASS_COMPUTE 4
-
 #define DRM_I915_QUERY_GEOMETRY_SUBSLICES      6
 
 /*
-- 
2.37.0



More information about the igt-dev mailing list