[PATCH] drm/hisilicon: Fix ADE vblank on/off handling

2016-07-12 Thread Daniel Vetter
On Thu, Jun 30, 2016 at 05:23:00PM +0800, Xinliang Liu wrote: > Vblank turn on should be called in crtc's enable callback. > And turn off called in crtc's disable callback. > > Thanks to Daniel Vetter, this bug is reported by him. > > Reported-by: Daniel Vetter > Signed-off-by: Xinliang Liu

[PATCH] drm/hisilicon: Fix ADE vblank on/off handling

2016-06-30 Thread Xinliang Liu
Vblank turn on should be called in crtc's enable callback. And turn off called in crtc's disable callback. Thanks to Daniel Vetter, this bug is reported by him. Reported-by: Daniel Vetter Signed-off-by: Xinliang Liu --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 2 ++ 1 file changed, 2