change DRM_FORMAT_MOD_VENDOR_AMPHION to 0xf0 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
c91d6eb654f557f683e5cdd44181581adbe15378)
#define DRM_FORMAT_MOD_VENDOR_VIVANTE 0x06
#define DRM_FORMAT_MOD_VENDOR_BROADCOM 0x07
#define DRM_FORMAT_MOD_VENDOR_ARM 0x08
-#define DRM_FORMAT_MOD_VENDOR_AMPHION 0x09
+#define DRM_FORMAT_MOD_VENDOR_AMPHION 0xf0
#define DRM_FORMAT_MOD_VENDOR_VSI 0x0a
/* add more to the end as needed */