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.
Please register or sign in to comment
There is no need for a busy loop here. Let's just use a condition variable to save some power.