summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\
| * \ 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-241-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | accel/ivpu: Add set_pages_array_wc/uc for internal buffersKarol Wachowski2023-08-081-0/+8
* | | | 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
|/ /
* | 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
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-1717-124/+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
| * drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-06-196-31/+40
| |\
| * | 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-083-16/+64
| * | accel/ivpu: Rename and cleanup MMU600 page tablesKarol Wachowski2023-06-082-92/+97
| * | accel/ivpu: Make DMA bit mask HW specificKarol Wachowski2023-06-082-1/+4
| * | accel/ivpu: Add MMU support for 4 level page mappingsKarol Wachowski2023-06-083-53/+132
| * | accel/ivpu: Remove configuration of MMU TBU1 and TBU3Karol Wachowski2023-06-081-15/+4
| * | accel/ivpu: Use struct_size()Christophe JAILLET2023-06-081-3/+1
* | | accel/ivpu: Clear specific interrupt status bits on C0Karol Wachowski2023-07-052-6/+13
* | | accel/ivpu: Fix VPU register access in irq disableKarol Wachowski2023-07-051-1/+1
| |/ |/|
* | accel/ivpu: Fix sporadic VPU boot failureAndrzej Kacprowski2023-06-082-1/+13