summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/common/command_submission.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: move driver to accel subsystemOded Gabbay2023-01-261-3538/+0
* habanalabs/uapi: move uapi file to drmOded Gabbay2023-01-261-1/+1
* habanalabs: put fences in case of unexpected wait statusTomer Tayar2023-01-261-1/+2
* habanalabs: fix handling of wait CS for interrupting signalsTomer Tayar2023-01-261-6/+11
* habanalabs: abort waiting user threads upon errorTomer Tayar2023-01-261-3/+25
* habanalabs: clear non-released encapsulated signalsTomer Tayar2022-11-231-9/+37
* habanalabs: use graceful hard reset for CS timeoutsTomer Tayar2022-11-231-8/+8
* habanalabs: eliminate aggregate use warningOded Gabbay2022-09-201-2/+2
* habanalabs: rename error info structureDani Liberman2022-09-191-3/+3
* habanalabs: perform context switch flow only if neededOfir Bitton2022-09-181-4/+6
* habanalabs/gaudi2: new API to control engine cores running modeTal Cohen2022-09-181-1/+42
* habanalabs: fix command submission sanity checkTal Cohen2022-09-181-5/+9
* 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