Re: [Intel-gfx] [PATCH 07/13] drm/i915: check panel fit status at update_plane time v2

2013-04-02 Thread Jesse Barnes
On Tue, 2 Apr 2013 19:58:37 +0200 Daniel Vetter wrote: > On Tue, Apr 02, 2013 at 10:03:51AM -0700, Jesse Barnes wrote: > > We may need to disable the panel when flipping to a new buffer, so check > > the state here and zero it out if needed, otherwise leave it alone. > > > > v2: fixup pipe_set_b

Re: [Intel-gfx] [PATCH 07/13] drm/i915: check panel fit status at update_plane time v2

2013-04-02 Thread Daniel Vetter
On Tue, Apr 02, 2013 at 10:03:51AM -0700, Jesse Barnes wrote: > We may need to disable the panel when flipping to a new buffer, so check > the state here and zero it out if needed, otherwise leave it alone. > > v2: fixup pipe_set_base check (Imre) > > Signed-off-by: Jesse Barnes tbh I have no i

[Intel-gfx] [PATCH 07/13] drm/i915: check panel fit status at update_plane time v2

2013-04-02 Thread Jesse Barnes
We may need to disable the panel when flipping to a new buffer, so check the state here and zero it out if needed, otherwise leave it alone. v2: fixup pipe_set_base check (Imre) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 12 1 file changed, 12 insertio