Re: [Intel-gfx] [PATCH 13/17] drm/i915: Consolidatte intel_check_page_flip() into intel_pipe_handle_vblank()

2017-06-22 Thread Chris Wilson
Quoting ville.syrj...@linux.intel.com (2017-06-22 12:55:51) > From: Ville Syrjälä > > Almost all callers of intel_pipe_handle_vblank() immediately call > intel_check_page_flip() depending on the return value. Let's move > the call into the function itself. Bleugh,

[Intel-gfx] [PATCH 13/17] drm/i915: Consolidatte intel_check_page_flip() into intel_pipe_handle_vblank()

2017-06-22 Thread ville . syrjala
From: Ville Syrjälä Almost all callers of intel_pipe_handle_vblank() immediately call intel_check_page_flip() depending on the return value. Let's move the call into the function itself. We'll just neeed to deal with the old gmch "flip pending" stuff in a slightly