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

Commit 22d5cda8 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: avoid intf regs access in cont. splash" into dev/msm-4.14-display

parents e06339ef becb0856
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2688,7 +2688,8 @@ static void _sde_encoder_virt_enable_helper(struct drm_encoder *drm_enc)
				sde_kms->catalog);

	if (sde_enc->cur_master->hw_ctl &&
			sde_enc->cur_master->hw_ctl->ops.setup_intf_cfg_v1)
			sde_enc->cur_master->hw_ctl->ops.setup_intf_cfg_v1 &&
			!sde_kms->splash_data.cont_splash_en)
		sde_enc->cur_master->hw_ctl->ops.setup_intf_cfg_v1(
				sde_enc->cur_master->hw_ctl,
				&sde_enc->cur_master->intf_cfg_v1);