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

Commit 6a21ebdd authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: update register programming for avr one shot mode"

parents 4b967a10 135c2561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static void sde_hw_intf_avr_ctrl(struct sde_hw_intf *ctx,
	if (avr_params->avr_mode) {
		avr_ctrl = BIT(0);
		avr_mode = (avr_params->avr_mode == AVR_ONE_SHOT_MODE) ?
			(BIT(1) | BIT(8)) : 0x0;
			(BIT(0) | BIT(8)) : 0x0;
	}

	SDE_REG_WRITE(c, INTF_AVR_CONTROL, avr_ctrl);