summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann2023-11-151-3/+0
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-2/+1
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-0124-440/+536
|\ \
| * \ Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-3116-163/+240
| |\ \
| | * | accel/ivpu: Delete the TODO fileDeepak R Varma2023-10-231-11/+0
| | * | accel/ivpu/37xx: Remove support for FPGA and simicsStanislaw Gruszka2023-10-231-49/+8
| | * | accel/ivpu: Do not initialize parameters on power upStanislaw Gruszka2023-10-232-8/+8
| | * | accel/ivpu: Print IPC type string instead of numberKrystian Pradzynski2023-10-233-4/+71
| | * | accel/ivpu: Read clock rate only if device is upKarol Wachowski2023-10-233-1/+31
| | * | accel/ivpu: Fix verbose version of REG_POLL macrosKrystian Pradzynski2023-10-232-31/+48
| | * | accel/ivpu: Use ratelimited warn and err in IPC/JSMKrystian Pradzynski2023-10-232-21/+26
| | * | accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz2023-10-127-41/+51
| * | | BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-2310-22/+58
| |\ \ \ | | |/ / | |/| |
| * | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-112-2/+9
| |\ \ \
| | * \ \ Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-2213-256/+272
| | |\ \ \
| * | | | | accel/ivpu: Compile ivpu_debugfs.c conditionallyStanislaw Gruszka2023-09-273-3/+6
| * | | | | accel/ivpu: Update debugfs to latest changes in DRMStanislaw Gruszka2023-09-273-31/+31
| | |/ / / | |/| | |
| * | | | accel/ivpu: Print information about used workaroundsStanislaw Gruszka2023-09-043-0/+14
| * | | | accel/ivpu: Move MMU register definitions to ivpu_mmu.cJacek Lawrynowicz2023-09-042-75/+75
| * | | | accel/ivpu/37xx: White space cleanupStanislaw Gruszka2023-09-041-50/+50
| * | | | accel/ivpu/37xx: Change register rename leftoversStanislaw Gruszka2023-09-042-70/+70
| * | | | accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()Jacek Lawrynowicz2023-09-043-8/+4
| * | | | accel/ivpu: Initialize context with SSID = 1Karol Wachowski2023-09-044-6/+27
| * | | | accel/ivpu: Add information about context on failureStanislaw Gruszka2023-09-041-2/+2
| * | | | accel/ivpu: Make ivpu_pm_init() voidStanislaw Gruszka2023-09-043-7/+3
| * | | | accel/ivpu: Remove duplicated error messagesJacek Lawrynowicz2023-09-043-44/+25
| * | | | accel/ivpu: Move set autosuspend delay to HW specific codeKrystian Pradzynski2023-09-044-6/+14
* | | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-1/+1
|\ \ \ \ \
| * | | | | accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook2023-09-291-1/+1
| | |/ / / | |/| | |
* | | | | accel/ivpu/37xx: Fix missing VPUIP interruptsKarol Wachowski2023-10-261-6/+5
| |_|/ / |/| | |
* | | | accel/ivpu: Extend address range for MMU mmapWludzik, Jozef2023-10-191-6/+3
* | | | Revert "accel/ivpu: Use cached buffers for FW loading"Stanislaw Gruszka2023-10-192-10/+4
* | | | accel/ivpu: Don't enter d0i3 during FLRJacek Lawrynowicz2023-10-196-4/+21
| |_|/ |/| |
* | | accel/ivpu: Use cached buffers for FW loadingKarol Wachowski2023-09-272-3/+10
* | | accel/ivpu/40xx: Fix missing VPUIP interruptsKarol Wachowski2023-09-271-6/+5
* | | accel/ivpu/40xx: Disable frequency change interruptKarol Wachowski2023-09-271-2/+1
* | | accel/ivpu/40xx: Ensure clock resource ownership Ack before Power-UpKarol Wachowski2023-09-272-0/+16
* | | accel/ivpu: Don't flood dmesg with VPU ready messageJacek Lawrynowicz2023-09-271-1/+1
* | | accel/ivpu: Do not use wait event interruptibleStanislaw Gruszka2023-09-271-7/+4
* | | accel/ivpu: Add Arrow Lake pci idStanislaw Gruszka2023-09-252-0/+3
* | | accel/ivpu/40xx: Fix buttress interrupt handlingKarol Wachowski2023-09-201-1/+8
|/ /
* | Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d...Dave Airlie2023-09-071-2/+1
|\ \
| * | accel/ivpu: refactor deprecated strncpyJustin Stitt2023-08-251-2/+1
| |/
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-231-0/+8
|\ \ | |/ |/|
| * accel/ivpu: Add set_pages_array_wc/uc for internal buffersKarol Wachowski2023-08-081-0/+8
* | accel/ivpu: Add initial support for VPU 4Stanislaw Gruszka2023-08-097-2/+1462
* | accel/ivpu: Refactor memory ranges logicKarol Wachowski2023-08-096-30/+28
* | accel/ivpu: Extend get_param ioctl to identify capabilitiesStanislaw Gruszka2023-08-091-0/+19
* | accel/ivpu: Switch to generation based FW namesJacek Lawrynowicz2023-08-091-6/+15