summaryrefslogtreecommitdiffstats
path: root/drivers/accel
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-27Merge tag 'drm-next-2023-04-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-592/+0
2023-04-25Merge tag 'hwmon-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-1/+1
2023-04-25Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3875/+10373
2023-04-13Revert "accel/qaic: Add mhi_qaic_cntl"Jeffrey Hugo-592/+0
2023-04-08accel/habanalabs: add missing error flow in hl_sysfs_init()Tomer Tayar-1/+5
2023-04-08accel/habanalabs: speedup h/w queues test in Gaudi2Moti Haimovski-41/+128
2023-04-08accel/habanalabs: fix handling of arc farm sei eventDani Liberman-11/+18
2023-04-08accel/habanalabs: remove Gaudi1 multi MSI codeOfir Bitton-93/+5
2023-04-08accel/habanalabs: fixes for unexpected error interruptOfir Bitton-5/+2
2023-04-08accel/habanalabs: don't wait for STS_OK after sending COMMS WFEKoby Elbaz-1/+1
2023-04-08accel/habanalabs: sync f/w events interrupt in hard resetTal Cohen-25/+37
2023-04-08accel/habanalabs: fix wrong reset and event flagsOfir Bitton-4/+9
2023-04-08accel/habanalabs: fix events mask of decoder abnormal interruptsTomer Tayar-7/+11
2023-04-08accel/habanalabs: remove completion from abnormal interrupt work nameTomer Tayar-20/+14
2023-04-08accel/habanalabs: print raw binning masks in debug levelOfir Bitton-0/+4
2023-04-08accel/habanalabs: fix HBM MMU interrupt handlingOfir Bitton-37/+108
2023-04-08accel/habanalabs: improvements to FW ver extractionDafna Hirschfeld-7/+4
2023-04-08accel/habanalabs: fix access error clear eventDani Liberman-1/+1
2023-04-08accel/habanalabs: send disable pci when compute ctx is activeTal Cohen-1/+3
2023-04-08accel/habanalabs: remove duplicated disable pci msgTal Cohen-2/+0
2023-04-08accel/habanalabs: change COMMS warning messages to error levelKoby Elbaz-2/+2
2023-04-08accel/habanalabs: check return value of add_va_block_lockedDafna Hirschfeld-3/+8
2023-04-08accel/habanalabs: print event type when device is disabledTal Cohen-3/+6
2023-04-08accel/habanalabs: unmap mapped memory when TLB inv failsKoby Elbaz-5/+18
2023-04-08accel/habanalabs: Remove redundant pci_clear_masterCai Huoqing-3/+0
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski-1/+1
2023-04-06accel/qaic: Add qaic driver to the build systemJeffrey Hugo-0/+38
2023-04-06accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya-0/+581
2023-04-06accel/qaic: Add datapathJeffrey Hugo-0/+1902
2023-04-06accel/qaic: Add control pathJeffrey Hugo-0/+1526
2023-04-06accel/qaic: Add MHI controllerJeffrey Hugo-0/+579
2023-04-06accel/qaic: Add uapi and core driver fileJeffrey Hugo-0/+929
2023-04-05accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz-15/+11
2023-04-05accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski-11/+7
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski-0/+4
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-91/+82
2023-03-24accel/ivpu: Fix IPC buffer header status field valueAndrzej Kacprowski-1/+1
2023-03-24accel/ivpu: Fix VPU clock calculationStanislaw Gruszka-2/+14
2023-03-24accel/ivpu: Remove support for 1 tile SKUsStanislaw Gruszka-41/+18
2023-03-24accel/ivpu: Disable buttress on device removalStanislaw Gruszka-0/+6
2023-03-24accel/ivpu: Fix power down sequenceStanislaw Gruszka-35/+2
2023-03-24accel/ivpu: Do not use SSID 1Stanislaw Gruszka-3/+6
2023-03-24accel/ivpu: Cancel recovery workStanislaw Gruszka-3/+17
2023-03-24accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka-4/+16
2023-03-22Merge tag 'drm-habanalabs-next-2023-03-20' of https://git.kernel.org/pub/scm/...Dave Airlie-3611/+4448
2023-03-20accel/habanalabs: remove redundant TODOsOfir Bitton-5/+0
2023-03-20accel/habanalabs: change razwi handle after fw fixDani Liberman-4/+6
2023-03-20accel/habanalabs: add handling for unexpected user eventOfir Bitton-3/+46
2023-03-20accel/habanalabs: fix a missing-braces compilation warningTomer Tayar-1/+1