summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
2023-06-06accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEPStanislaw Gruszka1-7/+14
2023-06-06accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORRandy Dunlap1-0/+1
2023-06-05accel/habanalabs: call to HW/FW err returns 0 when no events existMoti Haimovski1-10/+10
2023-06-05accel/habanalabs: unsecure TPC bias registersOfir Bitton1-0/+1
2023-06-05accel/habanalabs: do soft-reset using cpucp packetDafna Hirschfeld4-10/+35
2023-06-05accel/habanalabs: check fw version using sw versionDafna Hirschfeld2-3/+9
2023-06-05accel/habanalabs: extract and save the FW's SW major/minor/sub-minorDafna Hirschfeld2-6/+78
2023-06-05accel/habanalabs: rename fw_{major/minor}_version to fw_inner_{major/minor}_verDafna Hirschfeld2-9/+9
2023-06-05accel/habanalabs: add helper to extract the FW major/minorDafna Hirschfeld1-24/+45
2023-06-05accel/habanalabs: fix bug in free scratchpad memoryMoti Haimovski1-2/+2
2023-06-05accel/habanalabs: remove commented code that won't be usedKoby Elbaz1-9/+0
2023-06-05accel/habanalabs: allow user to modify EDMA RL registerRakesh Ughreja1-0/+1
2023-06-05accel/habanalabs: ignore false positive razwiTal Cohen1-16/+27
2023-06-05accel/habanalabs: remove variable gaudi_irq_nameTom Rix1-7/+0
2023-05-23accel/qaic: Fix NNC message corruptionJeffrey Hugo1-8/+21
2023-05-23accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BOPranjal Ramajor Asha Kanojiya1-8/+12
2023-05-23accel/qaic: Flush the transfer list againPranjal Ramajor Asha Kanojiya1-0/+5
2023-05-23accel/qaic: Validate if BO is sliced before slicingPranjal Ramajor Asha Kanojiya1-0/+5
2023-05-23accel/qaic: Validate user data before grabbing any lockPranjal Ramajor Asha Kanojiya2-46/+27
2023-05-23accel/qaic: initialize ret variable to 0Tom Rix1-1/+1
2023-05-16accel/qaic: silence some uninitialized variable warningsDan Carpenter1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2023-04-27Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-592/+0
2023-04-26Merge tag 'hwmon-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-1/+1
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-3875/+10373
2023-04-13Revert "accel/qaic: Add mhi_qaic_cntl"Jeffrey Hugo4-592/+0
2023-04-08accel/habanalabs: add missing error flow in hl_sysfs_init()Tomer Tayar1-1/+5
2023-04-08accel/habanalabs: speedup h/w queues test in Gaudi2Moti Haimovski2-41/+128
2023-04-08accel/habanalabs: fix handling of arc farm sei eventDani Liberman2-11/+18
2023-04-08accel/habanalabs: remove Gaudi1 multi MSI codeOfir Bitton2-93/+5
2023-04-08accel/habanalabs: fixes for unexpected error interruptOfir Bitton2-5/+2
2023-04-08accel/habanalabs: don't wait for STS_OK after sending COMMS WFEKoby Elbaz1-1/+1
2023-04-08accel/habanalabs: sync f/w events interrupt in hard resetTal Cohen5-25/+37
2023-04-08accel/habanalabs: fix wrong reset and event flagsOfir Bitton1-4/+9
2023-04-08accel/habanalabs: fix events mask of decoder abnormal interruptsTomer Tayar1-7/+11
2023-04-08accel/habanalabs: remove completion from abnormal interrupt work nameTomer Tayar3-20/+14
2023-04-08accel/habanalabs: print raw binning masks in debug levelOfir Bitton1-0/+4
2023-04-08accel/habanalabs: fix HBM MMU interrupt handlingOfir Bitton1-37/+108
2023-04-08accel/habanalabs: improvements to FW ver extractionDafna Hirschfeld1-7/+4
2023-04-08accel/habanalabs: fix access error clear eventDani Liberman1-1/+1
2023-04-08accel/habanalabs: send disable pci when compute ctx is activeTal Cohen1-1/+3
2023-04-08accel/habanalabs: remove duplicated disable pci msgTal Cohen1-2/+0
2023-04-08accel/habanalabs: change COMMS warning messages to error levelKoby Elbaz1-2/+2
2023-04-08accel/habanalabs: check return value of add_va_block_lockedDafna Hirschfeld1-3/+8
2023-04-08accel/habanalabs: print event type when device is disabledTal Cohen1-3/+6
2023-04-08accel/habanalabs: unmap mapped memory when TLB inv failsKoby Elbaz2-5/+18
2023-04-08accel/habanalabs: Remove redundant pci_clear_masterCai Huoqing2-3/+0
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-06accel/qaic: Add qaic driver to the build systemJeffrey Hugo4-0/+38
2023-04-06accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya2-0/+581