Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / gvt / cmd_parser.c
index 1c35a41..de13f10 100644 (file)
@@ -428,7 +428,7 @@ struct cmd_info {
 #define R_VECS BIT(VECS0)
 #define R_ALL (R_RCS | R_VCS | R_BCS | R_VECS)
        /* rings that support this cmd: BLT/RCS/VCS/VECS */
-       u16 rings;
+       intel_engine_mask_t rings;
 
        /* devices that support this cmd: SNB/IVB/HSW/... */
        u16 devices;