Skip to content
Snippets Groups Projects
Commit 98a44504 authored by Derek Foreman's avatar Derek Foreman Committed by Eric Anholt
Browse files

drm/vc4: Allow vblank to be disabled

parent 48666d56
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment