[PATCH] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
Daniel Vetter
daniel at ffwll.ch
Tue Dec 13 21:02:06 UTC 2016
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 <hoegsberg at google.com>
Oopsies. Applied to drm-misc, thx for spotting.
-Daniel
> ---
> 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..9e1bb7f 100644
> --- a/include/uapi/drm/drm_fourcc.h
> +++ b/include/uapi/drm/drm_fourcc.h
> @@ -154,6 +154,7 @@ extern "C" {
>
> /* 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.8.0.rc3.226.g39d4020
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list