Re: [Intel-gfx] [PATCH 1/4] drm/i915: Keep plane->state updated on pageflip

2015-01-31 Thread Daniel Vetter
On Fri, Jan 30, 2015 at 04:22:36PM -0800, Matt Roper wrote: > Until all drivers have transitioned to atomic, the framebuffer > associated with a plane is tracked in both plane->fb (for legacy) and > plane->state->fb (for all the new atomic codeflow). All of our modeset > and plane updates use drm_

[Intel-gfx] [PATCH 1/4] drm/i915: Keep plane->state updated on pageflip

2015-01-30 Thread Matt Roper
Until all drivers have transitioned to atomic, the framebuffer associated with a plane is tracked in both plane->fb (for legacy) and plane->state->fb (for all the new atomic codeflow). All of our modeset and plane updates use drm_plane->update_plane(), so in theory plane->fb and plane->state->fb s