>-----Original Message-----
>From: Tvrtko Ursulin [mailto:tursu...@ursulin.net] 
>Sent: Wednesday, April 19, 2017 12:56 AM
>To: Intel-gfx@lists.freedesktop.org
>Cc: tursu...@ursulin.net; Ursulin, Tvrtko <tvrtko.ursu...@intel.com>; Ben 
>Widawsky <b...@bwidawsk.net>; Chris Wilson <ch...@chris-wilson.co.uk>; Vetter, 
>Daniel <daniel.vet...@intel.com>; Joonas Lahtinen 
><joonas.lahti...@linux.intel.com>; Bloomfield, Jon <jon.bloomfi...@intel.com>; 
>Charles, Daniel <daniel.char...@intel.com>; Rogozhkin, Dmitry V 
><dmitry.v.rogozh...@intel.com>; Mateo Lozano, Oscar <oscar.ma...@intel.com>; 
>Gong, Zhipeng <zhipeng.g...@intel.com>; intel-vaapi-me...@lists.01.org; 
>mesa-...@lists.freedesktop.org
Subject: [RFC 1/2] drm/i915: Engine discovery uAPI

>+u8 user_class_map[DRM_I915_ENGINE_CLASS_MAX] = {
>+      [DRM_I915_ENGINE_CLASS_OTHER] = OTHER_CLASS,
>+      [DRM_I915_ENGINE_CLASS_RENDER] = RENDER_CLASS,
>+      [DRM_I915_ENGINE_CLASS_COPY] = COPY_ENGINE_CLASS,
>+      [DRM_I915_ENGINE_CLASS_VIDEO_DECODE] = VIDEO_DECODE_CLASS,
>+      [DRM_I915_ENGINE_CLASS_VIDEO_ENHANCE] = VIDEO_ENHANCEMENT_CLASS, };
>+

Not sure whether VIDEO_DECODE is a suitable name, since the same engine is also 
used in Media Encode. 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to