aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/mtk_drm_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-11-18 10:27:00 +1000
committerDave Airlie <airlied@redhat.com>2016-11-18 10:27:00 +1000
commit7d40c2cf080950eab63a0747482027f5f1dae0d3 (patch)
tree905cb11f044628754f7d72accab252c44a1b604e /drivers/gpu/drm/mediatek/mtk_drm_drv.c
parentRevert "drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE" (diff)
downloadlinux-dev-7d40c2cf080950eab63a0747482027f5f1dae0d3.tar.xz
linux-dev-7d40c2cf080950eab63a0747482027f5f1dae0d3.zip
Revert "drm/mediatek: set vblank_disable_allowed to true"
This reverts commit f752fff611b99f5679224f3990a1f531ea64b1ec. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_drv.c1
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);