mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip: fix mistake for disable_vblank
Change-Id: Ib3b4bef2122a472289be347dc64f91ce32d65fb6 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -987,7 +987,7 @@ static void rockchip_drm_crtc_disable_vblank(struct drm_device *dev,
|
||||
struct drm_crtc *crtc = rockchip_crtc_from_pipe(dev, pipe);
|
||||
|
||||
if (crtc && priv->crtc_funcs[pipe] &&
|
||||
priv->crtc_funcs[pipe]->enable_vblank)
|
||||
priv->crtc_funcs[pipe]->disable_vblank)
|
||||
priv->crtc_funcs[pipe]->disable_vblank(crtc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user