Re: [PATCH 11/12] drm/cirrus: implement atomic hardware cursor support

2017-09-11 Thread Gerd Hoffmann
On Fri, 2017-09-08 at 19:05 +0530, Varad Gautam wrote: > From: Varad Gautam > > This enables cursor plane on cirrus. It only supports ARGB 8-bit > cursors > from userspace, and downconverts them to 1-bit black and white with > masking, which is all cirrus hardware can support. Only cursors with >

[PATCH 11/12] drm/cirrus: implement atomic hardware cursor support

2017-09-08 Thread Varad Gautam
From: Varad Gautam This enables cursor plane on cirrus. It only supports ARGB 8-bit cursors from userspace, and downconverts them to 1-bit black and white with masking, which is all cirrus hardware can support. Only cursors with size 32x32 or 64x64 will work. initial non-atomic version: Reviewed