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

Commit 8214245c authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: sde: Enable rotator r3 driver to support r3 minor versions" into msm-4.8

parents 4e419623 5e9020a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2393,7 +2393,7 @@ int sde_rotator_core_init(struct sde_rot_mgr **pmgr,

	if ((mdata->mdss_version & 0xFFFF0000) == 0x10070000) {
		mgr->ops_hw_init = sde_rotator_r1_init;
	} else if ((mdata->mdss_version & 0xFFFF0000) == 0x30000000) {
	} else if ((mdata->mdss_version & 0xF0000000) == 0x30000000) {
		mgr->ops_hw_init = sde_rotator_r3_init;
	} else {
		ret = -ENODEV;