summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu/ivpu_drv.c
Commit message (Expand)AuthorAgeFilesLines
* accel/ivpu: Fix deadlock in context_xaJacek Lawrynowicz2024-04-081-1/+1
* accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATEJacek Lawrynowicz2024-04-081-17/+1
* accel/ivpu: Remove d3hot_after_power_off WAJacek Lawrynowicz2024-04-081-10/+10
* Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-261-3/+2
|\
| * accel/ivpu: Disable d3hot_delay on all NPU generationsJacek Lawrynowicz2024-02-061-3/+2
* | accel/ivpu: Rename VPU to NPU in message stringsJacek Lawrynowicz2024-02-191-4/+4
* | accel/ivpu: Use lazy allocation for doorbell IDsWachowski, Karol2024-02-191-0/+4
|/
* accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz2024-01-251-42/+67
* accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY paramWachowski, Karol2024-01-221-11/+0
* accel/ivpu: Add diagnostic messages when VPU fails to boot or suspendWachowski, Karol2024-01-221-2/+3
* accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol2024-01-221-0/+1
* accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz2023-11-161-16/+14
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-4/+10
|\
| * Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-311-1/+17
| |\
| * \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-4/+10
| |\ \
| | * | accel/ivpu: Don't enter d0i3 during FLRJacek Lawrynowicz2023-10-191-3/+8
| | * | accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz2023-09-271-1/+1
| | * | accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka2023-09-251-0/+1
* | | | accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz2023-11-081-2/+4
* | | | accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz2023-11-081-1/+6
* | | | accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka2023-10-311-0/+2
* | | | accel/ivpu: Assure device is off if power up sequence failStanislaw Gruszka2023-10-311-1/+1
* | | | accel/ivpu: Change test_mode module param to bitmaskKarol Wachowski2023-10-301-2/+2
* | | | accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASKAndrzej Kacprowski2023-10-301-1/+1
* | | | accel/ivpu: Remove unneeded drm_driver declarationStanislaw Gruszka2023-10-301-2/+0
| |_|/ |/| |
* | | accel/ivpu: Read clock rate only if device is upKarol Wachowski2023-10-231-1/+17
|/ /
* | accel/ivpu: Compile ivpu_debugfs.c conditionallyStanislaw Gruszka2023-09-271-2/+0
* | accel/ivpu: Update debugfs to latest changes in DRMStanislaw Gruszka2023-09-271-4/+4
* | accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()Jacek Lawrynowicz2023-09-041-4/+0
* | accel/ivpu: Initialize context with SSID = 1Karol Wachowski2023-09-041-1/+8
* | accel/ivpu: Make ivpu_pm_init() voidStanislaw Gruszka2023-09-041-3/+1
* | accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz2023-09-041-39/+13
|/
* accel/ivpu: Add initial support for VPU 4Stanislaw Gruszka2023-08-091-2/+8
* accel/ivpu: Refactor memory ranges logicKarol Wachowski2023-08-091-2/+2
* accel/ivpu: Extend get_param ioctl to identify capabilitiesStanislaw Gruszka2023-08-091-0/+19
* accel/ivpu: Use generation based function and registers namesJacek Lawrynowicz2023-08-091-3/+3
* accel/ivpu: Initial debugfs supportStanislaw Gruszka2023-07-071-0/+5
* drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann2023-06-191-1/+0
* accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEsKarol Wachowski2023-06-081-0/+4
* accel/ivpu: Make DMA bit mask HW specificKarol Wachowski2023-06-081-1/+3
* Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-251-0/+4
|\
| * accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski2023-04-051-0/+4
| * accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka2023-02-061-0/+1
| * accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski2023-02-061-0/+1
| * accel/ivpu: avoid duplicate assignmentArnd Bergmann2023-01-311-1/+0
* | accel/ivpu: Disable buttress on device removalStanislaw Gruszka2023-03-241-0/+4
* | accel/ivpu: Do not use SSID 1Stanislaw Gruszka2023-03-241-2/+2
* | accel/ivpu: Cancel recovery workStanislaw Gruszka2023-03-241-0/+2
* | accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka2023-03-241-2/+6