video_core: Use a CV for blocking commands.
There is no need for a busy loop here. Let's just use a condition variable to save some power.
Loading
Please sign in to comment
There is no need for a busy loop here. Let's just use a condition variable to save some power.