Commit 98a44504 authored by Derek Foreman's avatar Derek Foreman Committed by Eric Anholt

drm/vc4: Allow vblank to be disabled

Signed-off-by: default avatarDerek Foreman <derekf@osg.samsung.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 48666d56
......@@ -51,6 +51,7 @@ int vc4_kms_load(struct drm_device *dev)
dev->mode_config.max_height = 2048;
dev->mode_config.funcs = &vc4_mode_funcs;
dev->mode_config.preferred_depth = 24;
dev->vblank_disable_allowed = true;
drm_mode_config_reset(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment