Browse Source

drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define

We need to define DRM_FORMAT_MOD_VENDOR_NONE for the fourcc_mod_code()
macro to work correctly.

Signed-off-by: Kristian H. Kristensen <hoegsberg@google.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1481657272-25975-1-git-send-email-hoegsberg@google.com
Kristian H. Kristensen 8 years ago
parent
commit
af91341826
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/uapi/drm/drm_fourcc.h

+ 1 - 0
include/uapi/drm/drm_fourcc.h

@@ -154,6 +154,7 @@ extern "C" {
 
 
 /* Vendor Ids: */
 /* Vendor Ids: */
 #define DRM_FORMAT_MOD_NONE           0
 #define DRM_FORMAT_MOD_NONE           0
+#define DRM_FORMAT_MOD_VENDOR_NONE    0
 #define DRM_FORMAT_MOD_VENDOR_INTEL   0x01
 #define DRM_FORMAT_MOD_VENDOR_INTEL   0x01
 #define DRM_FORMAT_MOD_VENDOR_AMD     0x02
 #define DRM_FORMAT_MOD_VENDOR_AMD     0x02
 #define DRM_FORMAT_MOD_VENDOR_NV      0x03
 #define DRM_FORMAT_MOD_VENDOR_NV      0x03