Home
last modified time | relevance | path

Searched refs:is_sync_stream (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/misc/habanalabs/common/
Dcommand_submission.c1260 bool is_sync_stream; in hl_cs_sanity_checks() local
1284 is_sync_stream = (cs_type == CS_TYPE_SIGNAL || cs_type == CS_TYPE_WAIT || in hl_cs_sanity_checks()
1287 if (unlikely(is_sync_stream && !hdev->supports_sync_stream)) { in hl_cs_sanity_checks()
1297 } else if (is_sync_stream && num_chunks != 1) { in hl_cs_sanity_checks()