Re: [PATCH] drm: drm_fourcc: Add uncompressed AFBC modifier

2020-04-28 Thread Daniel Vetter
On Wed, Apr 22, 2020 at 12:17:58PM +0100, Ben Davis wrote: > AFBC has a mode that allows use of AFBC with an uncompressed buffer, > we add a new modifier to support this mode. > > Signed-off-by: Ben Davis > --- > include/uapi/drm/drm_fourcc.h | 6 ++ > 1 file changed, 6 insertions(+) > > di

[PATCH] drm: drm_fourcc: Add uncompressed AFBC modifier

2020-04-22 Thread Ben Davis
AFBC has a mode that allows use of AFBC with an uncompressed buffer, we add a new modifier to support this mode. Signed-off-by: Ben Davis --- include/uapi/drm/drm_fourcc.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h inde