On Tue, 30 Jan 2018 18:59:35 +
Daniel Stone wrote:
> Hi Philipp,
>
> On 29 January 2018 at 10:19, Philipp Zabel wrote:
> > On Wed, 2017-12-20 at 12:26 +, Daniel Stone wrote:
> >> + wl_list_for_each(ps, &src->plane_list, link) {
> >> + /* Don't carry planes which are no
Hi Philipp,
On 29 January 2018 at 10:19, Philipp Zabel wrote:
> On Wed, 2017-12-20 at 12:26 +, Daniel Stone wrote:
>> + wl_list_for_each(ps, &src->plane_list, link) {
>> + /* Don't carry planes which are now disabled; these should be
>> + * free for other outputs
Hi Daniel,
On Wed, 2017-12-20 at 12:26 +, 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 atomi
On Wed, 20 Dec 2017 12:26:20 +
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
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