summaryrefslogtreecommitdiffstats
path: root/drivers/accel
AgeCommit message (Expand)AuthorLines
2023-10-09accel: make accel_class a static const structureIvan Orlov-13/+8
2023-10-09accel/habanalabs: dump temperature threshold boot errorOfir Bitton-0/+5
2023-10-09accel/habanalabs: reset device if scrubbing failedOded Gabbay-1/+3
2023-10-09accel/habanalabs: remove pdev check on idle checkOded Gabbay-1/+1
2023-10-09accel/habanalabs: fix wait_for_interrupt abortion flowfarah kassabri-16/+16
2023-10-09accel/habanalabs: Allow single timestamp registration request at a timefarah kassabri-131/+219
2023-10-09accel/habanalabs: rename fd_list to hpriv_listKoby Elbaz-24/+19
2023-10-09accel/habanalabs: call put_pid after hpriv list is updatedKoby Elbaz-2/+2
2023-10-09accel/habanalabs: print return code when process termination failsKoby Elbaz-3/+4
2023-10-09accel/habanalabs: fix standalone preboot descriptor requestfarah kassabri-1/+2
2023-10-09accel/habanalabs: handle arc farm razwiDani Liberman-3/+13
2023-10-09accel/habanalabs: stop fetching MME SBTE error causeOfir Bitton-23/+8
2023-10-09accel/habanalabs: set device status 'malfunction' while in rmmodKoby Elbaz-2/+4
2023-10-09accel/habanalabs: print task name upon creation of a user contextTomer Tayar-2/+4
2023-10-09accel/habanalabs: print task name and request code upon ioctl failureTomer Tayar-7/+17
2023-10-09accel/habanalabs: notify user about undefined opcode eventOfir Bitton-5/+137
2023-10-09accel/habanalabs: update pending reset flags with new reset requestsTomer Tayar-1/+3
2023-10-09accel/habanalabs: prevent immediate hard reset due to 2 adjacent H/W eventsTomer Tayar-1/+10
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-2/+1
2023-09-28accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-117/+202
2023-09-27accel/ivpu: Compile ivpu_debugfs.c conditionallyStanislaw Gruszka-3/+6
2023-09-27accel/ivpu: Update debugfs to latest changes in DRMStanislaw Gruszka-31/+31
2023-09-27accel/ivpu: Use cached buffers for FW loadingKarol Wachowski-3/+10
2023-09-27accel/ivpu/40xx: Fix missing VPUIP interruptsKarol Wachowski-6/+5
2023-09-27accel/ivpu/40xx: Disable frequency change interruptKarol Wachowski-2/+1
2023-09-27accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-UpKarol Wachowski-0/+16
2023-09-27accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz-1/+1
2023-09-27accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka-7/+4
2023-09-25accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka-0/+3
2023-09-22accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTLPranjal Ramajor Asha Kanojiya-11/+113
2023-09-22accel/qaic: Create a function to initialize BOPranjal Ramajor Asha Kanojiya-6/+14
2023-09-22accel/qaic: Clean up BO during flushing of transfer listPranjal Ramajor Asha Kanojiya-8/+6
2023-09-22accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()Pranjal Ramajor Asha Kanojiya-4/+5
2023-09-22accel/qaic: Declare BO 'sliced' after all the operations are completePranjal Ramajor Asha Kanojiya-3/+2
2023-09-22accel/qaic: Update BO metadata in a central locationPranjal Ramajor Asha Kanojiya-10/+8
2023-09-22accel/qaic: Remove ->size field from struct qaic_boPranjal Ramajor Asha Kanojiya-9/+3
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-273/+290
2023-09-20accel/ivpu/40xx: Fix buttress interrupt handlingKarol Wachowski-1/+8
2023-09-15accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()Pranjal Ramajor Asha Kanojiya-62/+47
2023-09-15accel/qaic: Register for PCI driver at the beginning of module initPranjal Ramajor Asha Kanojiya-8/+8
2023-09-08Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d...Dave Airlie-2/+1
2023-09-04accel/ivpu: Print information about used workaroundsStanislaw Gruszka-0/+14
2023-09-04accel/ivpu: Move MMU register definitions to ivpu_mmu.cJacek Lawrynowicz-75/+75
2023-09-04accel/ivpu/37xx: White space cleanupStanislaw Gruszka-50/+50
2023-09-04accel/ivpu/37xx: Change register rename leftoversStanislaw Gruszka-70/+70
2023-09-04accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()Jacek Lawrynowicz-8/+4
2023-09-04accel/ivpu: Initialize context with SSID = 1Karol Wachowski-6/+27
2023-09-04accel/ivpu: Add information about context on failureStanislaw Gruszka-2/+2
2023-09-04accel/ivpu: Make ivpu_pm_init() voidStanislaw Gruszka-7/+3