Re: [PATCH 4/5] sandbox: video: Move sandbox video sync to a driver operation

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 12:13, Alper Nebi Yasak wrote: > > The sandbox SDL video sync is handled in the uclass because there has > been a sync rate limiter and a way to bypass that. Previous patches > move the rate limit code into SDL-specific files, and provide a generic > way to defer and force v

[PATCH 4/5] sandbox: video: Move sandbox video sync to a driver operation

2023-08-21 Thread Alper Nebi Yasak
The sandbox SDL video sync is handled in the uclass because there has been a sync rate limiter and a way to bypass that. Previous patches move the rate limit code into SDL-specific files, and provide a generic way to defer and force video syncs. Sandbox code shouldn't be in the uclasses if possibl