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

Commit cdc630b6 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: Allow VBLANK to be disabled

parent 15372d4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static int tegra_drm_load(struct drm_device *drm, unsigned long flags)

	/* syncpoints are used for full 32-bit hardware VBLANK counters */
	drm->max_vblank_count = 0xffffffff;
	drm->vblank_disable_allowed = true;

	err = drm_vblank_init(drm, drm->mode_config.num_crtc);
	if (err < 0)