diff options
author | Dave Airlie <airlied@redhat.com> | 2016-11-18 10:27:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-11-18 10:27:00 +1000 |
commit | 7d40c2cf080950eab63a0747482027f5f1dae0d3 (patch) | |
tree | 905cb11f044628754f7d72accab252c44a1b604e /drivers | |
parent | e9f01049d1ea4679a3258b8423fe54bae424ee0e (diff) |
Revert "drm/mediatek: set vblank_disable_allowed to true"
This reverts commit f752fff611b99f5679224f3990a1f531ea64b1ec.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers')
-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) if (ret < 0) goto err_component_unbind; - drm->vblank_disable_allowed = true; drm_kms_helper_poll_init(drm); drm_mode_config_reset(drm); |