summaryrefslogtreecommitdiffstats
path: root/drivers/accel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König2023-09-011-2/+0
| * | | drm/debugfs: rework debugfs directory creation v5Christian König2023-09-011-12/+18
| * | | drm/debugfs: drop debugfs_init() for the render and accel node v2Christian König2023-08-311-3/+0
* | | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \ \ \
| * | | | accel/ivpu: Annotate struct ivpu_job with __counted_byKees Cook2023-09-281-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-081-2/+1
|\ \
| * | accel/ivpu: refactor deprecated strncpyJustin Stitt2023-08-251-2/+1
| |/
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-244-22/+61
|\ \ | |/ |/|
| * Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-08-182-8/+19
| |\
| | * accel/qaic: Clean up integer overflow checking in map_user_pages()Dan Carpenter2023-08-151-8/+18
| | * accel/qaic: Fix slicing memory leakPranjal Ramajor Asha Kanojiya2023-08-151-0/+1
| * | Merge tag 'drm-misc-fixes-2023-08-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-08-111-0/+8
| |\|
| | * accel/ivpu: Add set_pages_array_wc/uc for internal buffersKarol Wachowski2023-08-081-0/+8
| * | Merge tag 'drm-misc-fixes-2023-07-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-07-211-14/+25
| |\|
| | * accel/qaic: Fix a leak in map_user_pages()Dan Carpenter2023-07-141-2/+5
| | * accel/qaic: Add consistent integer overflow checksDan Carpenter2023-07-141-7/+4
| | * accel/qaic: tighten bounds checking in decode_message()Dan Carpenter2023-07-141-2/+10
| | * accel/qaic: tighten bounds checking in encode_message()Dan Carpenter2023-07-141-3/+6
| * | accel/habanalabs: add more debugfs stub helpersArnd Bergmann2023-07-201-0/+9
| |/
* | 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
* | accel/ivpu: Use generation based function and registers namesJacek Lawrynowicz2023-08-096-484/+492
* | accel/ivpu: Rename sources to use generation based namesJacek Lawrynowicz2023-08-094-3/+3
* | accel/qaic: remove redundant pointer pexecColin Ian King2023-08-021-3/+1
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-1718-125/+799
|\ \ | |/ |/|
| * accel/ivpu: Add fw_name file to debugfsKrystian Pradzynski2023-07-071-0/+10
| * accel/ivpu: Print firmware name and versionAndrzej Kacprowski2023-07-072-4/+13
| * accel/ivpu: Add debugfs files for testing device resetStanislaw Gruszka2023-07-073-0/+43
| * accel/ivpu: Add firmware tracing supportStanislaw Gruszka2023-07-076-3/+404
| * accel/ivpu: Initial debugfs supportStanislaw Gruszka2023-07-074-0/+93