Re: [PATCH] drm/vc4: Advertise supported modifiers for planes

2017-08-04 Thread Eric Anholt
Daniel Stone writes: > The IN_FORMATS blob allows the kernel to advertise to userspace which > format/modifier combinations are supported, per plane. Use this to > advertise that we support both T_TILED and linear. > > Signed-off-by: Daniel Stone > --- > drivers/gpu/drm/vc4/vc4_plane.c | 22 +++

[PATCH] drm/vc4: Advertise supported modifiers for planes

2017-08-03 Thread Daniel Stone
The IN_FORMATS blob allows the kernel to advertise to userspace which format/modifier combinations are supported, per plane. Use this to advertise that we support both T_TILED and linear. Signed-off-by: Daniel Stone --- drivers/gpu/drm/vc4/vc4_plane.c | 22 +- 1 file changed,