drm, iommu: Change type of pasid to u32
[sfrench/cifs-2.6.git] / include / linux / uacce.h
index 454c2f6672d791722b2201918380f3265b904909..48e319f402751be1f5b22a844750463673f81e4e 100644 (file)
@@ -81,7 +81,7 @@ struct uacce_queue {
        struct list_head list;
        struct uacce_qfile_region *qfrs[UACCE_MAX_REGION];
        enum uacce_q_state state;
-       int pasid;
+       u32 pasid;
        struct iommu_sva *handle;
 };