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

Commit e7be1c72 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: assign the right vsync_source for sde top blk"

parents 6278f838 b5cc7207
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1610,6 +1610,7 @@ void sde_encoder_helper_vsync_config(struct sde_encoder_phys *phys_enc,

		vsync_cfg.pp_count = sde_enc->num_phys_encs;
		vsync_cfg.frame_rate = mode_info.frame_rate;
		vsync_cfg.vsync_source = vsync_source;
		vsync_cfg.is_dummy = is_dummy;

		hw_mdptop->ops.setup_vsync_source(hw_mdptop, &vsync_cfg);