BDISP_CTX_STOP_REQ
if (bdisp_ctx_state_is_set(BDISP_CTX_STOP_REQ, ctx)) {
bdisp_ctx_state_lock_clear(BDISP_CTX_STOP_REQ, ctx);
bdisp_ctx_state_lock_set(BDISP_CTX_STOP_REQ, ctx);
!bdisp_ctx_state_is_set(BDISP_CTX_STOP_REQ, ctx),
bdisp_ctx_state_lock_clear(BDISP_CTX_STOP_REQ | BDISP_CTX_ABORT,
if (ctx->state & BDISP_CTX_STOP_REQ) {
ctx->state &= ~BDISP_CTX_STOP_REQ;