summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/command_submission.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: create common folderOded Gabbay2020-07-241-1232/+0
* habanalabs: Assign each CQ with its own work queueOfir Bitton2020-07-241-1/+3
* habanalabs: configure maximum queues per asicOfir Bitton2020-07-241-4/+20
* habanalabs: Add dropped cs statistics info structOfir Bitton2020-07-241-1/+23
* habanalabs: rephrase error messagesOded Gabbay2020-07-241-7/+13
* habanalabs: sync stream generic functionalityOfir Bitton2020-07-241-2/+4
* habanalabs: Use pending CS amount per ASICOfir Bitton2020-07-241-2/+4
* habanalabs: Correct handling when failing to enqueue CBOfir Bitton2020-06-241-0/+13
* habanalabs: correctly cast u64 to void*Oded Gabbay2020-06-011-1/+1
* habanalabs: don't set default fence_ops->waitDaniel Vetter2020-05-251-1/+0
* habanalabs: add signal/wait to CS IOCTL operationsOmer Shpigelman2020-05-191-20/+321
* habanalabs: handle the h/w sync objectOmer Shpigelman2020-05-191-20/+31
* uapi: habanalabs: add signal/wait operationsOmer Shpigelman2020-05-191-1/+12
* habanalabs: handle barriers in DMA QMAN streamsOded Gabbay2020-05-171-0/+1
* habanalabs: Remove unused parse_cnt variableTomer Tayar2020-03-241-2/+2
* habanalabs: Avoid running restore chunks if no execute chunksTomer Tayar2020-03-241-20/+21
* habanalabs: use the user CB size as a default job sizeOmer Shpigelman2020-03-241-4/+2
* habanalabs: rate limit error msg on waiting for CSOded Gabbay2019-12-141-2/+3
* habanalabs: don't print error when queues are fullOded Gabbay2019-11-211-3/+4
* habanalabs: Add a new H/W queue typeTomer Tayar2019-11-211-38/+82
* habanalabs: Mark queue as expecting CB handle or addressTomer Tayar2019-11-211-1/+3
* habanalabs: stop using the acronym KMDOded Gabbay2019-09-051-2/+3
* habanalabs: add uapi to retrieve device utilizationOded Gabbay2019-09-051-4/+16
* habanalabs: add debug print when rejecting CSOded Gabbay2019-09-051-0/+2
* habanalabs: fix host memory polling in BE architectureBen Segal2019-07-291-1/+1
* habanalabs: change polling functions to macrosOded Gabbay2019-05-091-6/+4
* habanalabs: remove redundant member from parser structDalit Ben Zoor2019-05-011-1/+0
* habanalabs: rename restore to ctx_switch when appropriateOded Gabbay2019-04-251-8/+8
* habanalabs: improve error messagesOded Gabbay2019-03-271-1/+2
* habanalabs: ratelimit warnings at start of IOCTLsOded Gabbay2019-03-051-1/+1
* habanalabs: perform accounting for active CSOded Gabbay2019-03-031-0/+6
* habanalabs: soft-reset device if context-switch failsOded Gabbay2019-02-281-7/+9
* habanalabs: add debugfs supportOded Gabbay2019-02-181-0/+12
* habanalabs: add command submission moduleOded Gabbay2019-02-181-0/+766