commit | fd00c4ee76f0b509ce79ffbc1f5a682fbdd84efd | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@bootlin.com> | Wed Feb 21 13:57:03 2018 +0100 |
committer | Maxime Ripard <maxime.ripard@bootlin.com> | Tue Mar 06 16:27:54 2018 +0100 |
tree | b5ba583a0c9b6ef28504b135227faec5dbd4d9af | |
parent | 5af894bd20fa16970378cae8ff55917294e0d9dd [diff] |
drm/sun4i: crtc: Call drm_crtc_vblank_on / drm_crtc_vblank_off Make sure that the CRTC code will call the enable/disable_vblank hooks. Otherwise, since the refcounting will be off, we might end up in a situation where the vblank management functions are called while the CRTC is off. Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180221125703.4595-3-maxime.ripard@bootlin.com