summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz2024-01-258-48/+70
* accel/ivpu: Improve stability of ivpu_submit_ioctl()Jacek Lawrynowicz2024-01-252-78/+62
* accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz2024-01-256-65/+85
* accel/ivpu: Disable PLL after VPU IP reset during FLRJacek Lawrynowicz2024-01-221-2/+19
* accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY paramWachowski, Karol2024-01-223-12/+3
* accel/ivpu: Improve buffer object debug logsJacek Lawrynowicz2024-01-222-42/+22
* accel/ivpu: Disable buffer sharing among VPU contextsJacek Lawrynowicz2024-01-221-38/+6
* accel/ivpu: Free buffer sgt on unbindJacek Lawrynowicz2024-01-221-2/+12
* accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()Jacek Lawrynowicz2024-01-221-0/+5
* accel/ivpu: Add diagnostic messages when VPU fails to boot or suspendWachowski, Karol2024-01-222-3/+6
* accel/ivpu: Add debug prints for MMU map/unmap operationsWachowski, Karol2024-01-222-0/+10
* accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync()Wachowski, Karol2024-01-221-0/+2
* accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol2024-01-223-0/+10
* 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
|\ \