summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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
* | 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
* | accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2023-06-082-19/+7
* | accel/ivpu: Do not trigger extra VPU reset if the VPU is idleAndrzej Kacprowski2023-06-081-4/+5
* | accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEPStanislaw Gruszka2023-06-061-7/+14
* | accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORRandy Dunlap2023-06-061-0/+1
|/
* Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-252-10/+4
|\
| * accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski2023-04-051-0/+4
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-131-1/+1
| |\
| * | accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka2023-02-061-6/+2
| * | accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka2023-02-061-0/+1
| * | accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski2023-02-063-1/+13
| * | accel/ivpu: Fix FW API data alignment issuesAndrzej Kacprowski2023-02-063-44/+65