diff options
-rw-r--r-- | drivers/gpu/drm/mediatek/mtk_drm_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c index 0b2ae47eb52c..cf83f6507ec8 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c +++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c | |||
@@ -217,7 +217,6 @@ 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; | ||
221 | drm_kms_helper_poll_init(drm); | 220 | drm_kms_helper_poll_init(drm); |
222 | drm_mode_config_reset(drm); | 221 | drm_mode_config_reset(drm); |
223 | 222 | ||