drm: drm_fourcc.h: change DRM_FORMAT_MOD_VENDOR_VSI to 0xf1
authorDong Aisheng <aisheng.dong@nxp.com>
Thu, 12 Sep 2019 07:30:52 +0000 (15:30 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Thu, 12 Sep 2019 08:39:21 +0000 (16:39 +0800)
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)

include/uapi/drm/drm_fourcc.h

index 59b0b32..2cdc037 100644 (file)
@@ -186,7 +186,7 @@ extern "C" {
 #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)