drm: drm_fourcc.h: change DRM_FORMAT_MOD_VENDOR_AMPHION to 0xf0
authorDong Aisheng <aisheng.dong@nxp.com>
Thu, 12 Sep 2019 07:29:10 +0000 (15:29 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Thu, 12 Sep 2019 08:39:20 +0000 (16:39 +0800)
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)

include/uapi/drm/drm_fourcc.h

index 53591a0..59b0b32 100644 (file)
@@ -185,7 +185,7 @@ extern "C" {
 #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 */