Re: [PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-04-04 Thread Eric Anholt
Paul Kocialkowski writes: > [ Unknown signature status ] > Hi, > > On Fri, 2018-03-30 at 13:37 -0700, Eric Anholt wrote: >> Maxime Ripard writes: >> >> > Some drivers duplicate the logic to create a property to store a >> > per-plane >>

Re: [PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-04-04 Thread Laurent Pinchart
Hi Paul, On Wednesday, 4 April 2018 12:15:04 EEST Paul Kocialkowski wrote: > On Fri, 2018-03-30 at 13:37 -0700, Eric Anholt wrote: > > Maxime Ripard writes: > >> Some drivers duplicate the logic to create a property to store a > >> per-plane alpha. > >> > >> This is

Re: [PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-04-04 Thread Paul Kocialkowski
Hi, On Fri, 2018-03-30 at 13:37 -0700, Eric Anholt wrote: > Maxime Ripard writes: > > > Some drivers duplicate the logic to create a property to store a > > per-plane > > alpha. > > > > This is especially useful if we ever want to support extra protocols > > for > >

Re: [PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-04-04 Thread Paul Kocialkowski
Hi, On Tue, 2018-03-13 at 21:54 +0100, Maxime Ripard wrote: > Some drivers duplicate the logic to create a property to store a per- > plane alpha. > > This is especially useful if we ever want to support extra protocols > for > Wayland like: >

Re: [PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-03-30 Thread Eric Anholt
Maxime Ripard writes: > Some drivers duplicate the logic to create a property to store a per-plane > alpha. > > This is especially useful if we ever want to support extra protocols for > Wayland like: >

[PATCH v4 1/5] drm/blend: Add a generic alpha property

2018-03-13 Thread Maxime Ripard
Some drivers duplicate the logic to create a property to store a per-plane alpha. This is especially useful if we ever want to support extra protocols for Wayland like: https://lists.freedesktop.org/archives/wayland-devel/2017-August/034741.html Let's create a helper in order to move that to the