change DRM_FORMAT_MOD_VENDOR_VSI to 0xf1 to avoid conflicts
with upstream in the future.
Reviewed-by: Liu Ying <victor.liu@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
(cherry picked from commit
aa4bedcc4c316d8d9400c3709840d5622e64e9b8)
#define DRM_FORMAT_MOD_VENDOR_BROADCOM 0x07
#define DRM_FORMAT_MOD_VENDOR_ARM 0x08
#define DRM_FORMAT_MOD_VENDOR_AMPHION 0xf0
-#define DRM_FORMAT_MOD_VENDOR_VSI 0x0a
+#define DRM_FORMAT_MOD_VENDOR_VSI 0xf1
/* add more to the end as needed */
#define DRM_FORMAT_RESERVED ((1ULL << 56) - 1)