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

Adrian Larumbe adrian.larumbe at collabora.com
Wed Oct 19 14:40:46 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 9a2273c4e4a9..17e823564f11 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
 
 #if defined(__cplusplus)
-- 
2.38.0



More information about the igt-dev mailing list