platform_bootable_recovery/minui
Jeremy Compostella 955da1e26d minui/drm: wait for page flip completion
If two consecutive call are made to drmModePageFlip, the second call
may fail with -EBUSY because the first flip is not completed yet.

This patch adds a wait for completion mechanism based on
drmHandleEvent.

Change-Id: Ied13ebefc7523003431b1b307bae70d1a70cb24b
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Signed-off-by: Benoit Fradin <benoit.fradin@intel.com>
2018-07-03 17:43:06 +00:00
..
include minui: Add constness to GRSurface* in gr_get_{width,height}. 2018-06-13 13:24:58 -07:00
Android.mk libdrm_platform is now libdrm 2017-10-19 22:30:57 -07:00
events.cpp Add missing includes. 2017-10-11 11:47:54 -07:00
graphics.cpp minui: Add constness to GRSurface* in gr_get_{width,height}. 2018-06-13 13:24:58 -07:00
graphics.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_adf.cpp minui: Fix breakage in graphics_adf. 2017-04-28 16:13:02 -07:00
graphics_adf.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_drm.cpp minui/drm: wait for page flip completion 2018-07-03 17:43:06 +00:00
graphics_drm.h minui: Handle the failures from the drm backend in gr_init 2018-06-05 17:10:23 -07:00
graphics_fbdev.cpp minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_fbdev.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
resources.cpp tests: Add tests for ScreenRecoveryUI. 2018-05-08 15:53:56 -07:00