Re: [Intel-gfx] [PATCH v2 03/11] drm/i915: Remove intel_prepare_page_flip.

2016-04-17 Thread Maarten Lankhorst
Op 15-04-16 om 14:21 schreef Ander Conselvan De Oliveira: > On Wed, 2016-04-13 at 11:18 +0200, Maarten Lankhorst wrote: >> Do it in 1 step instead, use atomic_read since INTEL_FLIP_COMPLETE >> is no longer useful. > What's the deal with "use atomic_read"? I couldn't find where that is > different

Re: [Intel-gfx] [PATCH v2 03/11] drm/i915: Remove intel_prepare_page_flip.

2016-04-15 Thread Ander Conselvan De Oliveira
On Wed, 2016-04-13 at 11:18 +0200, Maarten Lankhorst wrote: > Do it in 1 step instead, use atomic_read since INTEL_FLIP_COMPLETE > is no longer useful. What's the deal with "use atomic_read"? I couldn't find where that is different from the old code. > > Signed-off-by: Maarten Lankhorst > ---

[Intel-gfx] [PATCH v2 03/11] drm/i915: Remove intel_prepare_page_flip.

2016-04-13 Thread Maarten Lankhorst
Do it in 1 step instead, use atomic_read since INTEL_FLIP_COMPLETE is no longer useful. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_debugfs.c | 3 -- drivers/gpu/drm/i915/i915_irq.c | 18 ++- drivers/gpu/drm/i915/intel_display.c | 96 ++--