diff options
author | Dave Airlie <airlied@redhat.com> | 2016-11-17 19:27:00 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-11-17 19:27:00 -0500 |
commit | 7d40c2cf080950eab63a0747482027f5f1dae0d3 (patch) | |
tree | 905cb11f044628754f7d72accab252c44a1b604e | |
parent | e9f01049d1ea4679a3258b8423fe54bae424ee0e (diff) |
Revert "drm/mediatek: set vblank_disable_allowed to true"
This reverts commit f752fff611b99f5679224f3990a1f531ea64b1ec.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-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 | ||