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

Commit 6d184c7d authored by guozhiming's avatar guozhiming Committed by hecaiqiang
Browse files

Optimize select 60HZ reboot phone LCD effect

Change-Id: I8168eaf99a1a245cdd0b9d93d6654b6eb2f71b36
parent 5fc5cc0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6820,7 +6820,7 @@ int dsi_display_find_mode(struct dsi_display *display,
 *               is change in fps but vactive and hactive are same.
 * Return: error code.
 */
u32 mode_fps = 90;
u32 mode_fps = 60;
EXPORT_SYMBOL(mode_fps);
int dsi_display_validate_mode_change(struct dsi_display *display,
			struct dsi_display_mode *cur_mode,