aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/habanalabs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30habanalabs: increase timeout if working with simulatorDalit Ben Zoor1-1/+6
2019-05-01habanalabs: remove redundant member from parser structDalit Ben Zoor1-3/+0
2019-05-01habanalabs: Manipulate DMA addresses in ASIC functionsTomer Tayar1-6/+4
2019-05-01habanalabs: rename functions to improve code readabilityOded Gabbay1-15/+15
2019-04-28habanalabs: Use single pool for CPU accessible host memoryTomer Tayar1-0/+12
2019-04-28habanalabs: return old dram bar address upon changeOded Gabbay1-2/+3
2019-04-25habanalabs: rename restore to ctx_switch when appropriateOded Gabbay1-8/+9
2019-04-22habanalabs: use ASIC functions interface for rreg/wregOded Gabbay1-6/+26
2019-04-10habanalabs: Cancel pr_fmt() definition dependency on includes orderTomer Tayar1-2/+0
2019-04-04habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay1-5/+3
2019-04-02habanalabs: refactoring in goya.cOded Gabbay1-4/+0
2019-04-01habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman1-0/+25
2019-03-24habanalabs: add device status option to INFO IOCTLDalit Ben Zoor1-0/+1
2019-03-07habanalabs: keep track of the device's dma maskOded Gabbay1-1/+4
2019-02-24habanalabs: add MMU shadow mappingOmer Shpigelman1-9/+15
2019-03-07habanalabs: Add a printout with the name of a busy engineTomer Tayar1-1/+7
2019-03-05habanalabs: Move PCI code into common fileTomer Tayar1-0/+20
2019-03-04habanalabs: Move device CPU code into common fileTomer Tayar1-0/+17
2019-03-03habanalabs: perform accounting for active CSOded Gabbay1-5/+8
2019-03-05habanalabs: fix MMU number of pages calculationOmer Shpigelman1-4/+4
2019-02-28habanalabs: disable CPU access on timeoutsOded Gabbay1-0/+2
2019-02-28habanalabs: add MMU DRAM default page mappingOmer Shpigelman1-1/+11
2019-02-27habanalabs: make functions static or declare themOded Gabbay1-2/+0
2019-02-27habanalabs: allow memory allocations larger than 4GBOded Gabbay1-1/+1
2019-02-18habanalabs: add debugfs supportOded Gabbay1-0/+189
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay1-0/+2
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman1-2/+187
2019-02-18habanalabs: add command submission moduleOded Gabbay1-0/+275
2019-02-18habanalabs: add device reset supportOded Gabbay1-0/+52
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay1-0/+102
2019-02-18habanalabs: add event queue and interruptsOded Gabbay1-2/+38
2019-02-18habanalabs: add h/w queues moduleOded Gabbay1-1/+173
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay1-0/+16
2019-02-18habanalabs: add command buffer moduleOded Gabbay1-0/+86
2019-02-18habanalabs: add context and ASID modulesOded Gabbay1-0/+71
2019-02-18habanalabs: add basic Goya supportOded Gabbay1-0/+137
2019-02-18habanalabs: add skeleton driverOded Gabbay1-0/+131