summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/common/command_submission.c
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: make sure variable is set before usedOded Gabbay2022-07-121-1/+1
* habanalabs: don't declare tmp twice in same functionOded Gabbay2022-07-121-2/+2
* habanalabs: add support for common decoder interruptsOfir Bitton2022-07-121-0/+5
* habanalabs: naming refactor of user interrupt flowOfir Bitton2022-07-121-3/+3
* habanalabs: add gaudi2 wait-for-CS supportOded Gabbay2022-07-121-43/+75
* habanalabs: add gaudi2 asic-specific codeOded Gabbay2022-07-121-3/+2
* habanalabs: print pointer with correct modifierOded Gabbay2022-07-121-2/+2
* habanalabs: check fence pointer before useOded Gabbay2022-07-121-1/+1
* habanalabs: fix NULL dereference on cs timeoutYuri Nudelman2022-07-121-2/+2
* habanalabs: add validity check for cq counter offsetfarah kassabri2022-07-121-1/+8
* habanalabs: send an event notification when CS timeout occursTal Cohen2022-07-121-9/+17
* habanalabs: keep a record of completed CS outcomesYuri Nudelman2022-07-121-11/+102
* habanalabs: change the write flag name of error info structsTal Cohen2022-07-121-2/+2
* habanalabs: use separate structure info for each error collect dataTal Cohen2022-05-221-4/+3
* habanalabs: remove hdev from hl_ctx_get argsOhad Sharabi2022-05-221-6/+6
* habanalabs: use unified memory manager for CB flowYuri Nudelman2022-05-221-13/+8
* habanalabs: hide memory manager page shiftYuri Nudelman2022-05-221-10/+2
* habanalabs: fix comments according to kernel-docRajaravi Krishna Katta2022-05-221-1/+1
* habanalabs: convert ts to use unified memory managerYuri Nudelman2022-05-221-17/+27
* habanalabs: replace usage of found with dedicated list iterator variableJakob Koschel2022-05-221-6/+5
* habanalabs: Fix reset upon device release bugfarah kassabri2022-02-281-7/+10
* habanalabs: Timestamps buffers registrationfarah kassabri2022-02-281-34/+163
* habanalabs: fix race when waiting on encaps signalDani Liberman2022-02-281-5/+8
* habanalabs: remove duplicate printOded Gabbay2022-02-281-6/+1
* habanalabs: fix race between wait and irqOded Gabbay2022-02-281-1/+5
* habanalabs: fix user interrupt wait when timeout is 0Oded Gabbay2022-02-281-4/+6
* habanalabs: there is no kernel TDR in future ASICsOded Gabbay2022-02-281-4/+13
* habanalabs: check the return value of hl_cs_poll_fences()Tomer Tayar2022-02-281-1/+1
* habanalabs: refactor reset information variablesOfir Bitton2021-12-261-2/+2
* habanalabs: handle skip multi-CS if handling not doneOhad Sharabi2021-12-261-1/+11
* habanalabs: change wait_for_interrupt implementationfarah kassabri2021-12-261-2/+109
* habanalabs: prevent wait if CS in multi-CS list completedOhad Sharabi2021-12-261-31/+54
* habanalabs: wait again for multi-CS if no CS completedOhad Sharabi2021-12-261-49/+48
* habanalabs: save ctx inside encaps signalOded Gabbay2021-12-261-3/+8
* habanalabs: free signal handle on failureOded Gabbay2021-12-261-1/+3
* habanalabs: enable access to info ioctl during hard resetDani Liberman2021-12-261-4/+1
* habanalabs: add SOB information to signal submission uAPIDani Liberman2021-12-261-7/+30
* habanalabs: fix race condition in multi CS completionDani Liberman2021-12-261-0/+7
* habanalabs: add support for fetching historic errorsDani Liberman2021-12-261-0/+8
* habanalabs: refactor wait-for-user-interrupt functionBharat Jauhari2021-12-261-14/+8
* habanalabs: change wait for interrupt timeout to 64 bitDani Liberman2021-12-261-5/+17
* habanalabs: rename reset flagsBharat Jauhari2021-12-261-1/+1
* habanalabs: handle abort scenario for user interruptBharat Jauhari2021-12-261-18/+16
* habanalabs: refactor fence handling in hl_cs_poll_fencesDani Liberman2021-10-181-35/+36
* habanalabs: simplify wait for interrupt with timestamp flowYuri Nudelman2021-10-181-6/+5
* habanalabs: fix NULL pointer dereferenceDani Liberman2021-10-181-2/+11
* habanalabs: fix race condition in multi CS completionDani Liberman2021-10-181-1/+19
* habanalabs: take timestamp on wait for interruptYuri Nudelman2021-10-181-2/+15
* habanalabs: add support for a long interrupt target valueOfir Bitton2021-10-181-4/+4
* habanalabs: remove redundant cs validity checksOfir Bitton2021-10-181-3/+2