Re: [PATCH weston 21/68] compositor-drm: Use drm_fb for cursor buffers

2017-02-27 Thread Daniel Stone
Hi, On 22 February 2017 at 14:08, Pekka Paalanen wrote: > On Fri, 9 Dec 2016 19:57:36 + Daniel Stone wrote: > looks like this patch causes an FB to be created from cursor bo-s, and > this was not done before and the FBs are not used yet. I think this > requires an explanation in the commit

Re: [PATCH weston 21/68] compositor-drm: Use drm_fb for cursor buffers

2017-02-22 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:36 + Daniel Stone wrote: > Now that we have better types in drm_fb, use it for cursor buffers as > well. > > Differential Revision: https://phabricator.freedesktop.org/D1493 > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 73 > ++

[PATCH weston 21/68] compositor-drm: Use drm_fb for cursor buffers

2016-12-09 Thread Daniel Stone
Now that we have better types in drm_fb, use it for cursor buffers as well. Differential Revision: https://phabricator.freedesktop.org/D1493 Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 73 +- 1 file changed, 53 insertions(+), 20 delet