summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-06-08accel/ivpu: Remove configuration of MMU TBU1 and TBU3Karol Wachowski1-15/+4
2023-06-08accel/ivpu: Use struct_size()Christophe JAILLET1-3/+1
2023-06-06accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEPStanislaw Gruszka1-7/+14
2023-06-06accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATORRandy Dunlap1-0/+1
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-10/+4
2023-04-05accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz1-15/+11
2023-04-05accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski1-11/+7
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-03-24accel/ivpu: Fix IPC buffer header status field valueAndrzej Kacprowski1-1/+1
2023-03-24accel/ivpu: Fix VPU clock calculationStanislaw Gruszka1-2/+14
2023-03-24accel/ivpu: Remove support for 1 tile SKUsStanislaw Gruszka1-41/+18
2023-03-24accel/ivpu: Disable buttress on device removalStanislaw Gruszka3-0/+6
2023-03-24accel/ivpu: Fix power down sequenceStanislaw Gruszka1-35/+2
2023-03-24accel/ivpu: Do not use SSID 1Stanislaw Gruszka2-3/+6
2023-03-24accel/ivpu: Cancel recovery workStanislaw Gruszka3-3/+17
2023-03-24accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka3-4/+16
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-06accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka1-6/+2
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski3-1/+13