From 1efa2e357e4ca0a050b9da6f5f8e0d3fc42bb2f7 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 13 Feb 2015 21:03:43 +0100 Subject: [PATCH] drm/i915: Drop pipe_enable checks in vblank funcs With Ville's rework to use drm_crtc_vblank_on/off the core will take care of rejecting drm_vblank_get calls when the pipe is off. Also the core won't call the get_vblank_counter hooks in that case either. And since we've dropped ums support recently we can now remove these hacks, yay! Noticed while trying to answer questions Laurent had about how the new atomic helpers work. Cc: Laurent Pinchart Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-format-patch failed