Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);