Re: [PATCH 2/5] video: Allow deferring and retrying driver-specific video sync

2023-08-21 Thread Simon Glass
Hi Alper, On Mon, 21 Aug 2023 at 12:13, Alper Nebi Yasak wrote: > > The sandbox SDL driver has some code in the video uclass to rate limit > video syncs by postponing them, and forcing a sync nonetheless with a > "force" argument. > > Add infrastructure for doing this through driver ops, where th

[PATCH 2/5] video: Allow deferring and retrying driver-specific video sync

2023-08-21 Thread Alper Nebi Yasak
The sandbox SDL driver has some code in the video uclass to rate limit video syncs by postponing them, and forcing a sync nonetheless with a "force" argument. Add infrastructure for doing this through driver ops, where the driver can request to defer a sync with -EAGAIN, and the uclass can force i