drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
authorjsg <jsg@openbsd.org>
Mon, 20 Aug 2018 07:23:24 +0000 (07:23 +0000)
committerjsg <jsg@openbsd.org>
Mon, 20 Aug 2018 07:23:24 +0000 (07:23 +0000)
From Kristian H. Kristensen
771dacea92cd1b6107615aede467bdf62ef8907c in linux 4.4.y/4.4.91
af913418261d6d3e7a29f06cf35f04610ead667c in mainline linux

sys/dev/pci/drm/drm_fourcc.h

index 9a4d000..e4b6e1c 100644 (file)
 
 /* Vendor Ids: */
 #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_AMD     0x02
 #define DRM_FORMAT_MOD_VENDOR_NV      0x03