summaryrefslogtreecommitdiffstats
path: root/drivers/accel
AgeCommit message (Expand)AuthorLines
2024-01-22accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync()Wachowski, Karol-0/+2
2024-01-22accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol-0/+10
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1177/+2175
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-1/+1
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-1/+1
2023-12-20accel/qaic: Order pci_remove() operations in reverse of probe()Jeffrey Hugo-1/+1
2023-12-20accel/qaic: Leverage DRM managed APIs to release resourcesPranjal Ramajor Asha Kanojiya-50/+89
2023-12-19accel/habanalabs: fix information leak in sec_attest_info()Xingyuan Mo-1/+1
2023-12-19accel/habanalabs/gaudi2: avoid overriding existing undefined opcode dataTomer Tayar-21/+19
2023-12-19accel/habanalabs: add parent_device sysfs attributeTomer Tayar-0/+12
2023-12-19accel/habanalabs/gaudi2: add zero padding when printing QM CP instructionTomer Tayar-1/+1
2023-12-19accel/habanalabs: report 3 instances of Infineon second stageAriel Suller-2/+18
2023-12-19accel/habanalabs/gaudi2: add signed dev info uAPIMoti Haimovski-0/+63
2023-12-19accel/habanalabs/gaudi2: use correct registers to dump QM CQ infoTomer Tayar-12/+12
2023-12-19accel/habanalabs: expose module id through sysfsDani Liberman-0/+10
2023-12-19accel/habanalabs: print error code when mapping failsDani Liberman-3/+4
2023-12-19accel/habanalabs/gaudi2: get the correct QM CQ info upon an errorTomer Tayar-22/+23
2023-12-19accel/habanalabs: set hard reset flag if graceful reset is skippedTomer Tayar-1/+1
2023-12-19accel/habanalabs: remove 'get temperature' debug printOfir Bitton-4/+0
2023-12-19accel/habanalabs/gaudi2: fix undef opcode reportingDafna Hirschfeld-8/+6
2023-12-19accel/habanalabs: fix EQ heartbeat mechanismFarah Kassabri-7/+7
2023-12-19accel/habanalabs: add support for Gaudi2C deviceOded Gabbay-0/+13
2023-12-19accel/habanalabs: add log when eq event is not receivedFarah Kassabri-2/+4
2023-12-19accel/habanalabs/gaudi2: assume hard-reset by FW upon PCIe AXI drainTomer Tayar-0/+10
2023-12-19accel/habanalabs: update device boot error checkFarah Kassabri-83/+32
2023-12-19accel/habanalabs: add pcie reset prepare/done hooksfarah kassabri-0/+34
2023-12-15accel/qaic: Call drm_gem_create_mmap_offset() once for each BOPranjal Ramajor Asha Kanojiya-4/+6
2023-12-15accel/qaic: Drop the reference to BO in error path of create BO IOCTLPranjal Ramajor Asha Kanojiya-4/+5
2023-12-15accel/qaic: Fix MHI channel struct field orderJeffrey Hugo-2/+2
2023-12-15accel/qaic: Remove bo->queued fieldPranjal Ramajor Asha Kanojiya-14/+11
2023-12-15accel/qaic: Deprecate ->size field from attach slice IOCTL structurePranjal Ramajor Asha Kanojiya-13/+4
2023-12-15accel/qaic: Implement quirk for SOC_HW_VERSIONJeffrey Hugo-1/+14
2023-12-15accel/qaic: Fix GEM import path codePranjal Ramajor Asha Kanojiya-4/+2
2023-12-11accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initializationAndrzej Kacprowski-3/+9
2023-12-06accel: Include <drm/drm_auth.h>Thomas Zimmermann-0/+1
2023-12-01accel/qaic: Expand DRM device lifecycleCarl Vanderlip-29/+19
2023-12-01accel/qaic: Increase number of in_reset statesCarl Vanderlip-18/+28
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner-1/+1
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter-22/+21
2023-11-21accel/ivpu/37xx: Fix hangs related to MMIO resetJacek Lawrynowicz-24/+22
2023-11-17accel/qaic: Update MAX_ORDER use to be inclusiveJeffrey Hugo-1/+1
2023-11-16accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz-201/+199
2023-11-16accel/ivpu: Use dedicated work for job timeout detectionStanislaw Gruszka-15/+43
2023-11-16accel/ivpu: Do not use cons->aborted for job_done_threadStanislaw Gruszka-10/+9
2023-11-16accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchStanislaw Gruszka-3/+3
2023-11-16accel/ivpu: Rename cons->rx_msg_lockStanislaw Gruszka-15/+14
2023-11-15accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann-3/+0
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard-3167/+1789
2023-11-08accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz-460/+144