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

Commit eb15a2a1 authored by Krishna Manikandan's avatar Krishna Manikandan
Browse files

msm/sde/rotator: allow ot limiting for argb format



As per hardware recommendation, allow ot limiting
for argb format also.

Change-Id: I016ec7f25878c9babfdd3ba0cbc015461755c411
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent 068f5a8d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -265,12 +265,10 @@ u32 sde_mdp_get_ot_limit(u32 width, u32 height, u32 pixfmt, u32 fps, u32 is_rd)

		break;
	default:
		if (is_yuv) {
		if (res <= (RES_1080p * 30))
			ot_lim = 2;
		else if (res <= (RES_1080p * 60))
			ot_lim = 4;
		}
		break;
	}