You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RIRB interrupt status getting cleared after the write pointer is read
causes a race condition, where last response(s) into RIRB may remain
unserviced by IRQ, eventually causing azx_rirb_get_response to fall
back to polling mode. Clearing the RIRB interrupt status ahead of
write pointer access ensures that this condition is avoided.
Bug 2533543
Change-Id: Ib79ee9534cdb7a649af32c46f0c8d934c6c28861
Signed-off-by: Mohan Kumar <[email protected]>
Signed-off-by: Viswanath L <[email protected]>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-4.9/+/2291384
Tested-by: mobile promotions <[email protected]>
Reviewed-by: Sharad Gupta <[email protected]>
Reviewed-by: mobile promotions <[email protected]>
GVS: Gerrit_Virtual_Submit
0 commit comments