diff options
-rw-r--r-- | drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c index cf83f6507ec8..0b2ae47eb52c 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c +++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c | |||
@@ -217,6 +217,7 @@ static int mtk_drm_kms_init(struct drm_device *drm) | |||
217 | if (ret < 0) | 217 | if (ret < 0) |
218 | goto err_component_unbind; | 218 | goto err_component_unbind; |
219 | 219 | ||
220 | drm->vblank_disable_allowed = true; | ||
220 | drm_kms_helper_poll_init(drm); | 221 | drm_kms_helper_poll_init(drm); |
221 | drm_mode_config_reset(drm); | 222 | drm_mode_config_reset(drm); |
222 | 223 | ||