mbox series

[v5,0/2] Implement DE2.0 and DE3.0 per-plane alpha support

Message ID 20210128113940.347013-1-r.stratiienko@gmail.com (mailing list archive)
Headers show
Series Implement DE2.0 and DE3.0 per-plane alpha support | expand

Message

Roman Stratiienko Jan. 28, 2021, 11:39 a.m. UTC
Please review/merge.

v2:
Initial patch

v3:
- Skip adding & applying alpha property if VI count > 1 (v3s case)

v4:
Resend (author's email changed)

v5:
Resend

drivers/gpu/drm/sun4i/sun8i_ui_layer.c | 29 +++++++++++++++++++++++++++++
drivers/gpu/drm/sun4i/sun8i_ui_layer.h |  5 +++++
drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 48 ++++++++++++++++++++++++++++++++++++++++--------
drivers/gpu/drm/sun4i/sun8i_vi_layer.h | 11 +++++++++++
4 files changed, 85 insertions(+), 8 deletions(-)

Comments

Maxime Ripard Feb. 10, 2021, 10:21 a.m. UTC | #1
On Thu, Jan 28, 2021 at 01:39:38PM +0200, Roman Stratiienko wrote:
> 
> Please review/merge.
> 
> v2:
> Initial patch
> 
> v3:
> - Skip adding & applying alpha property if VI count > 1 (v3s case)
> 
> v4:
> Resend (author's email changed)
> 
> v5:
> Resend

Applied, thanks
Maxime