From b07f4838666cbd62dee931660d97bf0f7ac847e4 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 20 Aug 2018 07:23:24 +0000 Subject: [PATCH] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define From Kristian H. Kristensen 771dacea92cd1b6107615aede467bdf62ef8907c in linux 4.4.y/4.4.91 af913418261d6d3e7a29f06cf35f04610ead667c in mainline linux --- sys/dev/pci/drm/drm_fourcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/drm/drm_fourcc.h b/sys/dev/pci/drm/drm_fourcc.h index 9a4d000747e..e4b6e1c82f9 100644 --- a/sys/dev/pci/drm/drm_fourcc.h +++ b/sys/dev/pci/drm/drm_fourcc.h @@ -152,6 +152,7 @@ /* 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 -- 2.20.1