RetroArch/gfx/drivers_context
Giovanni Cascione f43b19db4f
mali_fbdev: fix for yoffset>0 (screen freezing), setterm unavailable and refresh_rate division by 0 (#13450)
-In case yoffset is not set=0 by the driver (which seems to occur randomly on certain configurations), on next set_video_mode call screen freezes and cannot be updated. Condition to set yoffset to 0 if current value is >0 is added as fix.
-If setterm is not available, sh error occurs in the shell on gfx_ctx_mali_fbdev_destroy call. Condition based on setterm availability is added to avoid this.
-If pixclock from driver is not available (=0), divide by 0 occurs when trying to calculate refresh rate. Condition is added as a fix, if pixclock=0 refresh rate is set as 60.
2022-01-05 19:26:39 +01:00
..
2021-04-26 20:31:15 +01:00
2021-09-26 22:28:28 +02:00
2020-07-09 10:36:49 +02:00
2020-12-21 21:11:59 +01:00
2021-11-12 12:35:31 +01:00
2021-06-28 17:38:17 +02:00
2021-02-04 11:46:00 +01:00
2021-12-04 14:21:12 +01:00
2021-09-26 22:16:18 +02:00