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

2019-11-07 Thread Gerd Hoffmann
On Thu, Nov 07, 2019 at 09:34:03AM +0100, Thomas Zimmermann wrote: > The cursor plane uses an internal format of ARGB. To userspace, we > announce ARGB and do the transformation internally. > > v2: > * don't set plane call-back functions to NULL explicitly > * define plane form

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

2019-11-07 Thread Thomas Zimmermann
The cursor plane uses an internal format of ARGB. To userspace, we announce ARGB and do the transformation internally. v2: * don't set plane call-back functions to NULL explicitly * define plane format array in global scope Signed-off-by: Thomas Zimmermann --- drivers/gp