Lines Matching refs:engm
295 u32 engm, runm, todo; in gk104_fifo_recover_work() local
300 engm = fifo->recover.engm; in gk104_fifo_recover_work()
301 fifo->recover.engm = 0; in gk104_fifo_recover_work()
307 for (todo = engm; engn = __ffs(todo), todo; todo &= ~BIT(engn)) { in gk104_fifo_recover_work()
378 unsigned long engn, engm = fifo->runlist[runl].engm; in gk104_fifo_recover_chan() local
400 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_recover_chan()
416 const u32 engm = BIT(engn); in gk104_fifo_recover_engn() local
421 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
423 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
593 unsigned long flags, engm = 0; in gk104_fifo_intr_sched_ctxsw() local
610 engm |= BIT(engn); in gk104_fifo_intr_sched_ctxsw()
613 for_each_set_bit(engn, &engm, fifo->engine_nr) in gk104_fifo_intr_sched_ctxsw()
895 unsigned long engm = fifo->runlist[*data].engm; in gk104_fifo_info() local
899 for_each_set_bit(engn, &engm, fifo->engine_nr) { in gk104_fifo_info()
987 fifo->runlist[tdev->runlist].engm |= BIT(engn); in gk104_fifo_oneinit()