Home
last modified time | relevance | path

Searched refs:staged_last (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dcommand_submission.c264 if (cs->staged_cs && !cs->staged_last) in cs_needs_completion()
385 * In staged submission, only the last CS marked as 'staged_last' in hl_complete_job()
389 * 'staged_last' CS during the CS release flow. in hl_complete_job()
444 if (last_entry->staged_last) in is_staged_cs_last_exists()
467 if (!cs->staged_last) in staged_cs_get()
499 * the CS marked as 'staged_last'. in cs_handle_tdr()
505 if (cs->staged_cs && cs->staged_last) { in cs_handle_tdr()
724 if (cs->staged_last) { in cs_do_release()
1433 cs->staged_last = !!(flags & HL_CS_FLAGS_STAGED_SUBMISSION_LAST); in cs_staged_submission()
H A Dhabanalabs.h1970 * @staged_last: true if this is the last staged CS and needs completion.
2008 u8 staged_last; member

Completed in 12 milliseconds