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

Commit 651fb005 authored by Krishna Manikandan's avatar Krishna Manikandan
Browse files

sched: add 144fps to the list of supported fps



Add 144fps to the list of refresh rates supported
by display driver.

Change-Id: Ie7fb67bedc35c7bc5e89dd8f53a7e80de81046e0
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent 55100ee0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ enum fps {
	FPS60 = 60,
	FPS90 = 90,
	FPS120 = 120,
	FPS144 = 144,
};

#ifdef CONFIG_DEBUG_ATOMIC_SLEEP