summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu
Commit message (Expand)AuthorAgeFilesLines
* Merge v6.7-rc3 into drm-nextDaniel Vetter2023-11-281-22/+21
|\
| * accel/ivpu/37xx: Fix hangs related to MMIO resetJacek Lawrynowicz2023-11-211-24/+22
| * accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann2023-11-151-3/+0
* | accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz2023-11-168-201/+199
* | accel/ivpu: Use dedicated work for job timeout detectionStanislaw Gruszka2023-11-163-15/+43
* | accel/ivpu: Do not use cons->aborted for job_done_threadStanislaw Gruszka2023-11-162-10/+9
* | accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchStanislaw Gruszka2023-11-161-3/+3
* | accel/ivpu: Rename cons->rx_msg_lockStanislaw Gruszka2023-11-162-15/+14
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-1511-28/+63
|\|
| * Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+1
| |\
| | * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
| * | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-0124-440/+536
| |\ \
| | * \ Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-3116-163/+240
| | |\ \
| | * \ \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-2310-22/+58
| | |\ \ \
| * | \ \ \ Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
| |\ \ \ \ \
| | * | | | | accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook2023-09-281-1/+1
| * | | | | | accel/ivpu/37xx: Fix missing VPUIP interruptsKarol Wachowski2023-10-261-6/+5
| | |_|/ / / | |/| | | |
| * | | | | accel/ivpu: Extend address range for MMU mmapWludzik, Jozef2023-10-191-6/+3
| * | | | | Revert "accel/ivpu: Use cached buffers for FW loading"Stanislaw Gruszka2023-10-192-10/+4
| * | | | | accel/ivpu: Don't enter d0i3 during FLRJacek Lawrynowicz2023-10-196-4/+21
| | |_|_|/ | |/| | |
| * | | | accel/ivpu: Use cached buffers for FW loadingKarol Wachowski2023-09-272-3/+10
| * | | | accel/ivpu/40xx: Fix missing VPUIP interruptsKarol Wachowski2023-09-271-6/+5
| * | | | accel/ivpu/40xx: Disable frequency change interruptKarol Wachowski2023-09-271-2/+1
| * | | | accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-UpKarol Wachowski2023-09-272-0/+16
| * | | | accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz2023-09-271-1/+1
| * | | | accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka2023-09-271-7/+4
| * | | | accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka2023-09-252-0/+3
| * | | | accel/ivpu/40xx: Fix buttress interrupt handlingKarol Wachowski2023-09-201-1/+8
| |/ / /
* | | | accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz2023-11-085-460/+144
* | | | accel/ivpu: Remove support for uncached buffersJacek Lawrynowicz2023-11-082-4/+1
* | | | accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz2023-11-087-90/+109
* | | | accel/ivpu: Allocate vpu_addr in gem->open() callbackJacek Lawrynowicz2023-11-083-37/+32
* | | | accel/ivpu: Fix compilation with CONFIG_PM=nJacek Lawrynowicz2023-11-071-2/+2
* | | | accel/ivpu: Rename VPU to NPU in product stringsJacek Lawrynowicz2023-10-312-5/+6
* | | | accel/ivpu: Simplify MMU SYNC commandJacek Lawrynowicz2023-10-311-4/+1
* | | | accel/ivpu: Make DMA allocations for MMU600 write combinedKarol Wachowski2023-10-311-52/+63
* | | | accel/ivpu: Print CMDQ errors after consumer timeoutKarol Wachowski2023-10-311-3/+31
* | | | accel/ivpu: Abort pending rx ipc on resetStanislaw Gruszka2023-10-313-4/+20
* | | | accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka2023-10-314-6/+35
* | | | accel/ivpu: Assure device is off if power up sequence failStanislaw Gruszka2023-10-312-14/+18
* | | | accel/ivpu/40xx: Allow to change profiling frequencyKrystian Pradzynski2023-10-315-0/+76
* | | | accel/ivpu: Add support for delayed D0i3 entry messageAndrzej Kacprowski2023-10-308-8/+108
* | | | accel/ivpu/37xx: Print warning when VPUIP is not idle during power downStanislaw Gruszka2023-10-301-2/+5
* | | | accel/ivpu: Introduce ivpu_ipc_send_receive_active()Karol Wachowski2023-10-302-14/+27
* | | | accel/ivpu: Pass D0i3 residency time to the VPU firmwareAndrzej Kacprowski2023-10-304-1/+28
* | | | accel/ivpu/40xx: Capture D0i3 entry host and device timestampsAndrzej Kacprowski2023-10-301-0/+8
* | | | accel/ivpu: Change test_mode module param to bitmaskKarol Wachowski2023-10-303-8/+7
* | | | accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASKAndrzej Kacprowski2023-10-303-4/+7
* | | | accel/ivpu: Remove reset from power up sequenceKarol Wachowski2023-10-302-10/+0
* | | | accel/ivpu: Add dvfs_mode file to debugfsTomasz Rusinowicz2023-10-303-0/+34