summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-29accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook1-1/+1
2023-09-27accel/ivpu: Compile ivpu_debugfs.c conditionallyStanislaw Gruszka3-3/+6
2023-09-27accel/ivpu: Update debugfs to latest changes in DRMStanislaw Gruszka3-31/+31
2023-09-27accel/ivpu: Use cached buffers for FW loadingKarol Wachowski2-3/+10
2023-09-27accel/ivpu/40xx: Fix missing VPUIP interruptsKarol Wachowski1-6/+5
2023-09-27accel/ivpu/40xx: Disable frequency change interruptKarol Wachowski1-2/+1
2023-09-27accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-UpKarol Wachowski2-0/+16
2023-09-27accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz1-1/+1
2023-09-27accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka1-7/+4
2023-09-25accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka2-0/+3
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie13-256/+272
2023-09-20accel/ivpu/40xx: Fix buttress interrupt handlingKarol Wachowski1-1/+8
2023-09-07Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+1
2023-09-04accel/ivpu: Print information about used workaroundsStanislaw Gruszka3-0/+14
2023-09-04accel/ivpu: Move MMU register definitions to ivpu_mmu.cJacek Lawrynowicz2-75/+75
2023-09-04accel/ivpu/37xx: White space cleanupStanislaw Gruszka1-50/+50
2023-09-04accel/ivpu/37xx: Change register rename leftoversStanislaw Gruszka2-70/+70
2023-09-04accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()Jacek Lawrynowicz3-8/+4
2023-09-04accel/ivpu: Initialize context with SSID = 1Karol Wachowski4-6/+27
2023-09-04accel/ivpu: Add information about context on failureStanislaw Gruszka1-2/+2
2023-09-04accel/ivpu: Make ivpu_pm_init() voidStanislaw Gruszka3-7/+3
2023-09-04accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz3-44/+25
2023-09-04accel/ivpu: Move set autosuspend delay to HW specific codeKrystian Pradzynski4-6/+14
2023-08-25accel/ivpu: refactor deprecated strncpyJustin Stitt1-2/+1
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-0/+8
2023-08-09accel/ivpu: Add initial support for VPU 4Stanislaw Gruszka7-2/+1462
2023-08-09accel/ivpu: Refactor memory ranges logicKarol Wachowski6-30/+28
2023-08-09accel/ivpu: Extend get_param ioctl to identify capabilitiesStanislaw Gruszka1-0/+19
2023-08-09accel/ivpu: Switch to generation based FW namesJacek Lawrynowicz1-6/+15
2023-08-09accel/ivpu: Use generation based function and registers namesJacek Lawrynowicz6-484/+492
2023-08-09accel/ivpu: Rename sources to use generation based namesJacek Lawrynowicz4-3/+3
2023-08-08accel/ivpu: Add set_pages_array_wc/uc for internal buffersKarol Wachowski1-0/+8
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter17-124/+799
2023-07-07accel/ivpu: Add fw_name file to debugfsKrystian Pradzynski1-0/+10
2023-07-07accel/ivpu: Print firmware name and versionAndrzej Kacprowski2-4/+13
2023-07-07accel/ivpu: Add debugfs files for testing device resetStanislaw Gruszka3-0/+43
2023-07-07accel/ivpu: Add firmware tracing supportStanislaw Gruszka6-3/+404
2023-07-07accel/ivpu: Initial debugfs supportStanislaw Gruszka4-0/+93
2023-07-05accel/ivpu: Clear specific interrupt status bits on C0Karol Wachowski2-6/+13
2023-07-05accel/ivpu: Fix VPU register access in irq disableKarol Wachowski1-1/+1
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann6-31/+40
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-08accel/ivpu: Fix sporadic VPU boot failureAndrzej Kacprowski2-1/+13
2023-06-08accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2-19/+7
2023-06-08accel/ivpu: Do not trigger extra VPU reset if the VPU is idleAndrzej Kacprowski1-4/+5
2023-06-08accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEsKarol Wachowski3-16/+64
2023-06-08accel/ivpu: Rename and cleanup MMU600 page tablesKarol Wachowski2-92/+97
2023-06-08accel/ivpu: Make DMA bit mask HW specificKarol Wachowski2-1/+4
2023-06-08accel/ivpu: Add MMU support for 4 level page mappingsKarol Wachowski3-53/+132