summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-1314-128/+194
|\
| * Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-267-57/+83
| |\
| * | accel/ivpu: Rename VPU to NPU in message stringsJacek Lawrynowicz2024-02-197-22/+22
| * | accel/ivpu: Refactor BO creation functionsWachowski, Karol2024-02-195-60/+71
| * | accel/ivpu: Fix ivpu_reset_engine_fn merge issueJacek Lawrynowicz2024-02-191-16/+16
| * | accel/ivpu: Use lazy allocation for doorbell IDsWachowski, Karol2024-02-193-3/+22
| * | accel/ivpu: Add support for FW boot param system_time_usKrystian Pradzynski2024-02-191-0/+6
| * | accel/ivpu: Update FW API headersJacek Lawrynowicz2024-02-192-23/+55
| * | accel/ivpu: Remove legacy firmware nameJacek Lawrynowicz2024-02-191-2/+0
| * | accel/ivpu: Rename TILE_SKU_BOTH_MTL to TILE_SKU_BOTHJacek Lawrynowicz2024-02-191-2/+2
* | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'pm-runtime'Rafael J. Wysocki2024-03-111-1/+1
| |\ \
| | * | PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus2024-02-121-1/+1
* | | | accel/ivpu: Don't enable any tiles by default on VPU40xxAndrzej Kacprowski2024-02-201-1/+1
|/ / /
* / / accel/ivpu: Fix DevTLB errors on suspend/resume and recoveryJacek Lawrynowicz2024-02-122-29/+54
|/ /
* | accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski2024-02-061-2/+2
* | accel/ivpu/40xx: Stop passing SKU boot parameters to FWKrystian Pradzynski2024-02-061-5/+0
* | accel/ivpu/40xx: Enable D0i3 messageKrystian Pradzynski2024-02-061-1/+0
* | accel/ivpu: Disable d3hot_delay on all NPU generationsJacek Lawrynowicz2024-02-061-3/+2
* | accel/ivpu: Correct MMU queue size checking functionsWachowski, Karol2024-02-061-11/+22
* | accel/ivpu: Force snooping for MMU writesWachowski, Karol2024-02-063-5/+2
|/
* 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