summaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/habanalabs.h
Commit message (Expand)AuthorAgeFilesLines
...
* habanalabs: stop using the acronym KMDOded Gabbay2019-09-051-16/+16
* habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay2019-09-051-1/+2
* habanalabs: add uapi to retrieve device utilizationOded Gabbay2019-09-051-2/+21
* habanalabs: Expose devices after initialization is doneTomer Tayar2019-09-051-0/+2
* habanalabs: create two char devices per ASICOded Gabbay2019-09-051-2/+12
* habanalabs: maintain a list of file private data objectsOded Gabbay2019-09-051-13/+11
* habanalabs: rename user_ctx as compute_ctxOded Gabbay2019-09-051-5/+4
* habanalabs: add handle field to context structureOded Gabbay2019-09-051-0/+2
* habanalabs: cap simulator timeoutOded Gabbay2019-09-051-6/+14
* habanalabs: fix endianness handling for internal QMAN submissionOded Gabbay2019-08-121-2/+7
* habanalabs: fix host memory polling in BE architectureBen Segal2019-07-291-2/+14
* habanalabs: Add busy engines bitmask to HW idle IOCTLTomer Tayar2019-07-011-1/+2
* habanalabs: Add debugfs node for engines statusTomer Tayar2019-07-011-7/+1
* habanalabs: add MMU mappings for Goya CPUOded Gabbay2019-05-291-4/+2
* habanalabs: don't limit packet size for device CPUOded Gabbay2019-05-171-10/+2
* habanalabs: increase PCI ELBI timeout for PalladiumOmer Shpigelman2019-05-131-0/+2
* habanalabs: pass device pointer to asic-specific functionOded Gabbay2019-05-121-2/+3
* habanalabs: change polling functions to macrosOded Gabbay2019-05-091-4/+53
* habanalabs: force user to set device debug modeOded Gabbay2019-05-041-0/+6
* habanalabs: minor documentation and prints fixesOmer Shpigelman2019-05-051-1/+1
* habanalabs: halt debug engines on user process closeOmer Shpigelman2019-05-241-0/+2
* habanalabs: increase timeout if working with simulatorDalit Ben Zoor2019-04-301-1/+6
* habanalabs: remove redundant member from parser structDalit Ben Zoor2019-05-011-3/+0
* habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar2019-05-011-6/+4
* habanalabs: rename functions to improve code readabilityOded Gabbay2019-05-011-15/+15
* habanalabs: Use single pool for CPU accessible host memoryTomer Tayar2019-04-281-0/+12
* habanalabs: return old dram bar address upon changeOded Gabbay2019-04-281-2/+3
* habanalabs: rename restore to ctx_switch when appropriateOded Gabbay2019-04-251-8/+9
* habanalabs: use ASIC functions interface for rreg/wregOded Gabbay2019-04-221-6/+26
* habanalabs: Cancel pr_fmt() definition dependency on includes orderTomer Tayar2019-04-101-2/+0
* habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay2019-04-041-5/+3
* habanalabs: refactoring in goya.cOded Gabbay2019-04-021-4/+0
* habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman2019-04-011-0/+25
* habanalabs: add device status option to INFO IOCTLDalit Ben Zoor2019-03-241-0/+1
* habanalabs: keep track of the device's dma maskOded Gabbay2019-03-071-1/+4
* habanalabs: add MMU shadow mappingOmer Shpigelman2019-02-241-9/+15
* habanalabs: Add a printout with the name of a busy engineTomer Tayar2019-03-071-1/+7
* habanalabs: Move PCI code into common fileTomer Tayar2019-03-051-0/+20
* habanalabs: Move device CPU code into common fileTomer Tayar2019-03-041-0/+17
* habanalabs: perform accounting for active CSOded Gabbay2019-03-031-5/+8
* habanalabs: fix MMU number of pages calculationOmer Shpigelman2019-03-051-4/+4
* habanalabs: disable CPU access on timeoutsOded Gabbay2019-02-281-0/+2
* habanalabs: add MMU DRAM default page mappingOmer Shpigelman2019-02-281-1/+11
* habanalabs: make functions static or declare themOded Gabbay2019-02-271-2/+0
* habanalabs: allow memory allocations larger than 4GBOded Gabbay2019-02-271-1/+1
* habanalabs: add debugfs supportOded Gabbay2019-02-181-0/+189
* habanalabs: implement INFO IOCTLOded Gabbay2019-02-181-0/+2
* habanalabs: add virtual memory and MMU modulesOmer Shpigelman2019-02-181-2/+187
* habanalabs: add command submission moduleOded Gabbay2019-02-181-0/+275
* habanalabs: add device reset supportOded Gabbay2019-02-181-0/+52