Re: [Intel-gfx] [PATCH 02/10] drm/i915: Add intel_crtc_vblank_off()

2019-11-13 Thread Manasi Navare
On Tue, Nov 12, 2019 at 04:14:55PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > We already have intel_crtc_vblank_on(). Add a counterpart so we > don't have to inline the disable+assert all over. > > Signed-off-by: Ville Syrjälä LGTM, Reviewed-by: Manasi Navare Manasi > --- > dri

[Intel-gfx] [PATCH 02/10] drm/i915: Add intel_crtc_vblank_off()

2019-11-12 Thread Ville Syrjala
From: Ville Syrjälä We already have intel_crtc_vblank_on(). Add a counterpart so we don't have to inline the disable+assert all over. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git