summaryrefslogtreecommitdiffstats
path: root/drivers/accel/ivpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-262-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
| * | accel/ivpu: avoid duplicate assignmentArnd Bergmann2023-01-311-1/+0
| * | accel/ivpu: PM: remove broken ivpu_dbg() statementsArnd Bergmann2023-01-271-10/+0
* | | accel/ivpu: Fix S3 system suspend when not idleJacek Lawrynowicz2023-04-051-15/+11
* | | accel/ivpu: Add dma fence to command buffers onlyKarol Wachowski2023-04-051-11/+7
* | | accel/ivpu: Fix IPC buffer header status field valueAndrzej Kacprowski2023-03-241-1/+1
* | | accel/ivpu: Fix VPU clock calculationStanislaw Gruszka2023-03-241-2/+14
* | | accel/ivpu: Remove support for 1 tile SKUsStanislaw Gruszka2023-03-241-41/+18
* | | accel/ivpu: Disable buttress on device removalStanislaw Gruszka2023-03-243-0/+6
* | | accel/ivpu: Fix power down sequenceStanislaw Gruszka2023-03-241-35/+2
* | | accel/ivpu: Do not use SSID 1Stanislaw Gruszka2023-03-242-3/+6
* | | accel/ivpu: Cancel recovery workStanislaw Gruszka2023-03-243-3/+17