summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/common/command_submission.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20habanalabs: eliminate aggregate use warningOded Gabbay1-2/+2
2022-09-19habanalabs: rename error info structureDani Liberman1-3/+3
2022-09-18habanalabs: perform context switch flow only if neededOfir Bitton1-4/+6
2022-09-18habanalabs/gaudi2: new API to control engine cores running modeTal Cohen1-1/+42
2022-09-18habanalabs: fix command submission sanity checkTal Cohen1-5/+9
2022-07-12habanalabs: make sure variable is set before usedOded Gabbay1-1/+1
2022-07-12habanalabs: don't declare tmp twice in same functionOded Gabbay1-2/+2
2022-07-12habanalabs: add support for common decoder interruptsOfir Bitton1-0/+5
2022-07-12habanalabs: naming refactor of user interrupt flowOfir Bitton1-3/+3
2022-07-12habanalabs: add gaudi2 wait-for-CS supportOded Gabbay1-43/+75
2022-07-12habanalabs: add gaudi2 asic-specific codeOded Gabbay1-3/+2
2022-07-12habanalabs: print pointer with correct modifierOded Gabbay1-2/+2
2022-07-12habanalabs: check fence pointer before useOded Gabbay1-1/+1
2022-07-12habanalabs: fix NULL dereference on cs timeoutYuri Nudelman1-2/+2
2022-07-12habanalabs: add validity check for cq counter offsetfarah kassabri1-1/+8
2022-07-12habanalabs: send an event notification when CS timeout occursTal Cohen1-9/+17
2022-07-12habanalabs: keep a record of completed CS outcomesYuri Nudelman1-11/+102
2022-07-12habanalabs: change the write flag name of error info structsTal Cohen1-2/+2
2022-05-22habanalabs: use separate structure info for each error collect dataTal Cohen1-4/+3
2022-05-22habanalabs: remove hdev from hl_ctx_get argsOhad Sharabi1-6/+6
2022-05-22habanalabs: use unified memory manager for CB flowYuri Nudelman1-13/+8
2022-05-22habanalabs: hide memory manager page shiftYuri Nudelman1-10/+2
2022-05-22habanalabs: fix comments according to kernel-docRajaravi Krishna Katta1-1/+1
2022-05-22habanalabs: convert ts to use unified memory managerYuri Nudelman1-17/+27
2022-05-22habanalabs: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-02-28habanalabs: Fix reset upon device release bugfarah kassabri1-7/+10
2022-02-28habanalabs: Timestamps buffers registrationfarah kassabri1-34/+163
2022-02-28habanalabs: fix race when waiting on encaps signalDani Liberman1-5/+8
2022-02-28habanalabs: remove duplicate printOded Gabbay1-6/+1
2022-02-28habanalabs: fix race between wait and irqOded Gabbay1-1/+5
2022-02-28habanalabs: fix user interrupt wait when timeout is 0Oded Gabbay1-4/+6
2022-02-28habanalabs: there is no kernel TDR in future ASICsOded Gabbay1-4/+13
2022-02-28habanalabs: check the return value of hl_cs_poll_fences()Tomer Tayar1-1/+1
2021-12-26habanalabs: refactor reset information variablesOfir Bitton1-2/+2
2021-12-26habanalabs: handle skip multi-CS if handling not doneOhad Sharabi1-1/+11
2021-12-26habanalabs: change wait_for_interrupt implementationfarah kassabri1-2/+109
2021-12-26habanalabs: prevent wait if CS in multi-CS list completedOhad Sharabi1-31/+54
2021-12-26habanalabs: wait again for multi-CS if no CS completedOhad Sharabi1-49/+48
2021-12-26habanalabs: save ctx inside encaps signalOded Gabbay1-3/+8
2021-12-26habanalabs: free signal handle on failureOded Gabbay1-1/+3
2021-12-26habanalabs: enable access to info ioctl during hard resetDani Liberman1-4/+1
2021-12-26habanalabs: add SOB information to signal submission uAPIDani Liberman1-7/+30
2021-12-26habanalabs: fix race condition in multi CS completionDani Liberman1-0/+7
2021-12-26habanalabs: add support for fetching historic errorsDani Liberman1-0/+8
2021-12-26habanalabs: refactor wait-for-user-interrupt functionBharat Jauhari1-14/+8
2021-12-26habanalabs: change wait for interrupt timeout to 64 bitDani Liberman1-5/+17
2021-12-26habanalabs: rename reset flagsBharat Jauhari1-1/+1
2021-12-26habanalabs: handle abort scenario for user interruptBharat Jauhari1-18/+16
2021-10-18habanalabs: refactor fence handling in hl_cs_poll_fencesDani Liberman1-35/+36
2021-10-18habanalabs: simplify wait for interrupt with timestamp flowYuri Nudelman1-6/+5