drm/imx: Unconfuse preclose logic
[deliverable/linux.git] / drivers / gpu / drm / imx / ipuv3-crtc.c
index 30a57185bdb4e41e7ff26a0d4af36577a218b0ea..846b5f558897fb2927731b437e9dabf4e49e6970 100644 (file)
@@ -285,10 +285,6 @@ static int ipu_enable_vblank(struct drm_crtc *crtc)
 
 static void ipu_disable_vblank(struct drm_crtc *crtc)
 {
-       struct ipu_crtc *ipu_crtc = to_ipu_crtc(crtc);
-
-       ipu_crtc->page_flip_event = NULL;
-       ipu_crtc->newfb = NULL;
 }
 
 static int ipu_set_interface_pix_fmt(struct drm_crtc *crtc,
This page took 0.025353 seconds and 5 git commands to generate.