summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+2
|/
* accel/ivpu: Fix deadlock in context_xaJacek Lawrynowicz2024-04-081-1/+1
* accel/ivpu: Fix missed error message after VPU renameJacek Lawrynowicz2024-04-081-1/+1
* accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATEJacek Lawrynowicz2024-04-084-20/+17
* accel/ivpu: Improve clarity of MMU error messagesWachowski, Karol2024-04-081-4/+4
* accel/ivpu: Put NPU back to D3hot after failed resumeJacek Lawrynowicz2024-04-081-0/+1
* accel/ivpu: Fix PCI D0 state entry in resumeWachowski, Karol2024-04-081-2/+2
* accel/ivpu: Remove d3hot_after_power_off WAJacek Lawrynowicz2024-04-084-20/+14
* accel/ivpu: Check return code of ipc->lock initWachowski, Karol2024-04-081-2/+6
* 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