summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-1225-900/+1326
|\
| * Merge v6.7-rc3 into drm-nextDaniel Vetter2023-11-281-22/+21
| |\
| * | 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
| |\ \
| * | | 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
| * | | accel/ivpu: Remove unneeded drm_driver declarationStanislaw Gruszka2023-10-301-2/+0
| * | | accel/ivpu: Update FW APIKrystian Pradzynski2023-10-303-24/+392
| * | | accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann2023-10-301-3/+0
* | | | accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initializationAndrzej Kacprowski2023-12-111-3/+9
| |_|/ |/| |
* | | 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
| |/ |/|
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-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
| |\ \ \ | | | |/ | | |/|
| | * | accel/ivpu: Delete the TODO fileDeepak R Varma2023-10-231-11/+0
| | * | accel/ivpu/37xx: Remove support for FPGA and simicsStanislaw Gruszka2023-10-231-49/+8
| | * | accel/ivpu: Do not initialize parameters on power upStanislaw Gruszka2023-10-232-8/+8
| | * | accel/ivpu: Print IPC type string instead of numberKrystian Pradzynski2023-10-233-4/+71
| | * | accel/ivpu: Read clock rate only if device is upKarol Wachowski2023-10-233-1/+31
| | * | accel/ivpu: Fix verbose version of REG_POLL macrosKrystian Pradzynski2023-10-232-31/+48
| | * | accel/ivpu: Use ratelimited warn and err in IPC/JSMKrystian Pradzynski2023-10-232-21/+26
| | * | accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz2023-10-127-41/+51
| * | | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-2310-22/+58
| |\ \ \ | | |/ / | |/| |
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-112-2/+9
| |\ \ \