Re: [PATCH weston v12 04/40] compositor-drm: Use drm_plane for cursor plane

2017-09-29 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:37 +0100 Daniel Stone wrote: > Change the type of cursor_plane from a weston_plane (base tracking > structure) to a drm_plane (wrapper containing additional DRM-specific > details), and make it a dynamically-allocated pointer. > > Using the standard drm_plane allows us

Re: [PATCH weston v12 04/40] compositor-drm: Use drm_plane for cursor plane

2017-09-28 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:37 +0100 Daniel Stone wrote: > Change the type of cursor_plane from a weston_plane (base tracking > structure) to a drm_plane (wrapper containing additional DRM-specific > details), and make it a dynamically-allocated pointer. > > Using the standard drm_plane allows us

[PATCH weston v12 04/40] compositor-drm: Use drm_plane for cursor plane

2017-09-26 Thread Daniel Stone
Change the type of cursor_plane from a weston_plane (base tracking structure) to a drm_plane (wrapper containing additional DRM-specific details), and make it a dynamically-allocated pointer. Using the standard drm_plane allows us to reuse code which already deals with drm_planes, e.g. a common cl