Re: [PATCH 05/19] drm/vc4: Use the alpha format helper

2018-01-09 Thread Eric Anholt
Maxime Ripard writes: > Now that the core has a drm format helper to tell if a format embeds an > alpha component in it, let's use it. > > Cc: Eric Anholt > Signed-off-by: Maxime Ripard Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___

Re: [PATCH 05/19] drm/vc4: Use the alpha format helper

2018-01-09 Thread Daniel Vetter
On Tue, Jan 09, 2018 at 11:56:24AM +0100, Maxime Ripard wrote: > Now that the core has a drm format helper to tell if a format embeds an > alpha component in it, let's use it. > > Cc: Eric Anholt > Signed-off-by: Maxime Ripard On patches 1-5: Reviewed-by: Daniel Vetter > --- > drivers/gpu/d

[PATCH 05/19] drm/vc4: Use the alpha format helper

2018-01-09 Thread Maxime Ripard
Now that the core has a drm format helper to tell if a format embeds an alpha component in it, let's use it. Cc: Eric Anholt Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_plane.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/