MLK-21647: drm/mxsfb: Turn off vblanks in disable
authorRobert Chiras <robert.chiras@nxp.com>
Tue, 7 May 2019 07:41:03 +0000 (10:41 +0300)
committerRobert Chiras <robert.chiras@nxp.com>
Tue, 7 May 2019 08:45:52 +0000 (11:45 +0300)
commit8c904c5c199f65947ba14901432ef17b6afb8ed9
tree8150d351c66a465acda90582da0be28ac2584c1e
parent516d6a5db26a1e7acf911262e3b0ad3ef7df89e8
MLK-21647: drm/mxsfb: Turn off vblanks in disable

The calls to drm_crtc_vblank_on/off should be paired into pipe_enable
and pipe_disable callbacks.
This patch adds the call to drm_crtc_vblank_off in pipe_disable callback.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
drivers/gpu/drm/mxsfb/mxsfb_drv.c