[PATCH] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define

2016-12-13 Thread Daniel Vetter
On Tue, Dec 13, 2016 at 11:27:52AM -0800, Kristian H. Kristensen wrote: > We need to define DRM_FORMAT_MOD_VENDOR_NONE for the fourcc_mod_code() > macro to work correctly. > > Signed-off-by: Kristian H. Kristensen Oopsies. Applied to drm-misc, thx for spotting. -Daniel > --- > include/uapi/drm

[PATCH] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define

2016-12-13 Thread Kristian H. Kristensen
We need to define DRM_FORMAT_MOD_VENDOR_NONE for the fourcc_mod_code() macro to work correctly. Signed-off-by: Kristian H. Kristensen --- include/uapi/drm/drm_fourcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 0ccef30.