Re: [PATCH weston v12 02/40] compositor-drm: Introduce drm_plane_state structure

2017-09-28 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:35 +0100 Daniel Stone wrote: > Track dynamic plane state (CRTC, FB, position) in separate structures, > rather than as part of the plane. This will make it easier to handle > state management later, and much more closely tracks what the kernel > does with atomic modesets

[PATCH weston v12 02/40] compositor-drm: Introduce drm_plane_state structure

2017-09-26 Thread Daniel Stone
Track dynamic plane state (CRTC, FB, position) in separate structures, rather than as part of the plane. This will make it easier to handle state management later, and much more closely tracks what the kernel does with atomic modesets. The fb_last pointer previously used in drm_plane now becomes p