summaryrefslogtreecommitdiff
path: root/drivers/accel
AgeCommit message (Expand)AuthorFilesLines
2023-06-20accel/qaic: Call DRM helper function to destroy prime GEMPranjal Ramajor Asha Kanojiya1-2/+2
2023-06-09accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()Jeffrey Hugo1-0/+3
2023-06-09accel/qaic: Free user handle on interrupted mutexCarl Vanderlip1-0/+1
2023-06-08accel/ivpu: Fix sporadic VPU boot failureAndrzej Kacprowski2-1/+13
2023-06-08accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2-19/+7
2023-06-08accel/ivpu: Do not trigger extra VPU reset if the VPU is idleAndrzej Kacprowski1-4/+5
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-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
2023-04-06accel/qaic: Add datapathJeffrey Hugo1-0/+1902
2023-04-06accel/qaic: Add control pathJeffrey Hugo1-0/+1526
2023-04-06accel/qaic: Add MHI controllerJeffrey Hugo2-0/+579
2023-04-06accel/qaic: Add uapi and core driver fileJeffrey Hugo2-0/+929
2023-04-05accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz1-15/+11
2023-04-05accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski1-11/+7