Re: [PATCH 8/9] drm/ast: Add cursor plane

2019-11-06 Thread Thomas Zimmermann
Hi Am 06.11.19 um 10:05 schrieb Daniel Vetter: > On Wed, Nov 6, 2019 at 9:31 AM Thomas Zimmermann wrote: >> >> Hi >> >> Am 05.11.19 um 10:55 schrieb Daniel Vetter: >>> On Mon, Oct 28, 2019 at 04:49:27PM +0100, Thomas Zimmermann wrote: The cursor plane uses an internal format of ARGB. To

Re: [PATCH 8/9] drm/ast: Add cursor plane

2019-11-06 Thread Daniel Vetter
On Wed, Nov 6, 2019 at 9:31 AM Thomas Zimmermann wrote: > > Hi > > Am 05.11.19 um 10:55 schrieb Daniel Vetter: > > On Mon, Oct 28, 2019 at 04:49:27PM +0100, Thomas Zimmermann wrote: > >> The cursor plane uses an internal format of ARGB. To userspace, we > >> announce ARGB and do the transf

Re: [PATCH 8/9] drm/ast: Add cursor plane

2019-11-06 Thread Thomas Zimmermann
Hi Am 05.11.19 um 10:55 schrieb Daniel Vetter: > On Mon, Oct 28, 2019 at 04:49:27PM +0100, Thomas Zimmermann wrote: >> The cursor plane uses an internal format of ARGB. To userspace, we >> announce ARGB and do the transformation internally. >> >> Signed-off-by: Thomas Zimmermann > > Hm,

Re: [PATCH 8/9] drm/ast: Add cursor plane

2019-11-05 Thread Daniel Vetter
On Mon, Oct 28, 2019 at 04:49:27PM +0100, Thomas Zimmermann wrote: > The cursor plane uses an internal format of ARGB. To userspace, we > announce ARGB and do the transformation internally. > > Signed-off-by: Thomas Zimmermann Hm, might be fun to also expose the ARGB directly. Not th

Re: [PATCH 8/9] drm/ast: Add cursor plane

2019-11-05 Thread Gerd Hoffmann
On Mon, Oct 28, 2019 at 04:49:27PM +0100, Thomas Zimmermann wrote: > The cursor plane uses an internal format of ARGB. To userspace, we > announce ARGB and do the transformation internally. Same comments as on patch 6/9 (primary plane ...) cheers, Gerd _