9 May
2019
9 May
'19
10:11 a.m.
On Wed, 2019-05-08 at 17:57 +0900, Mark Brown wrote:
Another solution would be to use the mutex as the 'busy' flag. Get the ownership of the hdmi using try_lock() in startup() and release it in shutdown()
Would you have a preference Mark ?
Probably using a mutex for the flag is clearer. I'd rather keep things as simple as absolutely possible to avoid people making mistakes in future.
Hi Mark,
I received a notification that you applied this patch. Just to confirm, you expect a follow up patch to re-introduce the mutex, right ?
Thanks Jerome