summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/ivpu_drv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17accel/ivpu: Fix deadlock in context_xaJacek Lawrynowicz1-1/+1
2024-04-17accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATEJacek Lawrynowicz1-17/+1
2024-02-06accel/ivpu: Disable d3hot_delay on all NPU generationsJacek Lawrynowicz1-3/+2
2024-01-25accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz1-42/+67
2024-01-22accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY paramWachowski, Karol1-11/+0
2024-01-22accel/ivpu: Add diagnostic messages when VPU fails to boot or suspendWachowski, Karol1-2/+3
2024-01-22accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol1-0/+1
2023-11-16accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz1-16/+14
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+10
2023-11-08accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz1-2/+4
2023-11-08accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz1-1/+6
2023-10-31accel/ivpu: Stop job_done_thread on suspendStanislaw Gruszka1-0/+2
2023-10-31accel/ivpu: Assure device is off if power up sequence failStanislaw Gruszka1-1/+1
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+17
2023-10-30accel/ivpu: Change test_mode module param to bitmaskKarol Wachowski1-2/+2
2023-10-30accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASKAndrzej Kacprowski1-1/+1
2023-10-30accel/ivpu: Remove unneeded drm_driver declarationStanislaw Gruszka1-2/+0
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-4/+10
2023-10-23accel/ivpu: Read clock rate only if device is upKarol Wachowski1-1/+17
2023-10-19accel/ivpu: Don't enter d0i3 during FLRJacek Lawrynowicz1-3/+8
2023-09-27accel/ivpu: Compile ivpu_debugfs.c conditionallyStanislaw Gruszka1-2/+0
2023-09-27accel/ivpu: Update debugfs to latest changes in DRMStanislaw Gruszka1-4/+4
2023-09-27accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz1-1/+1
2023-09-25accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka1-0/+1
2023-09-04accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()Jacek Lawrynowicz1-4/+0
2023-09-04accel/ivpu: Initialize context with SSID = 1Karol Wachowski1-1/+8
2023-09-04accel/ivpu: Make ivpu_pm_init() voidStanislaw Gruszka1-3/+1
2023-09-04accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz1-39/+13
2023-08-09accel/ivpu: Add initial support for VPU 4Stanislaw Gruszka1-2/+8
2023-08-09accel/ivpu: Refactor memory ranges logicKarol Wachowski1-2/+2
2023-08-09accel/ivpu: Extend get_param ioctl to identify capabilitiesStanislaw Gruszka1-0/+19
2023-08-09accel/ivpu: Use generation based function and registers namesJacek Lawrynowicz1-3/+3
2023-07-07accel/ivpu: Initial debugfs supportStanislaw Gruszka1-0/+5
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-08accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEsKarol Wachowski1-0/+4
2023-06-08accel/ivpu: Make DMA bit mask HW specificKarol Wachowski1-1/+3
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+4
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-03-24accel/ivpu: Disable buttress on device removalStanislaw Gruszka1-0/+4
2023-03-24accel/ivpu: Do not use SSID 1Stanislaw Gruszka1-2/+2
2023-03-24accel/ivpu: Cancel recovery workStanislaw Gruszka1-0/+2
2023-03-24accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka1-2/+6
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski1-0/+1
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski1-0/+1
2023-02-01accel/ivpu: avoid duplicate assignmentArnd Bergmann1-1/+0
2023-01-31accel/ivpu: avoid duplicate assignmentArnd Bergmann1-1/+0
2023-01-19accel/ivpu: Add PM supportJacek Lawrynowicz1-0/+28