| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'drm-misc-next-fixes-2023-09-01' of git://anongit.freedesktop.org/d... | Dave Airlie | 2023-09-07 | 1 | -2/+1 |
|\ |
|
| * | accel/ivpu: refactor deprecated strncpy | Justin Stitt | 2023-08-25 | 1 | -2/+1 |
* | | BackMerge tag 'v6.5-rc7' into drm-next | Dave Airlie | 2023-08-23 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | accel/ivpu: Add set_pages_array_wc/uc for internal buffers | Karol Wachowski | 2023-08-08 | 1 | -0/+8 |
* | | accel/ivpu: Add initial support for VPU 4 | Stanislaw Gruszka | 2023-08-09 | 7 | -2/+1462 |
* | | accel/ivpu: Refactor memory ranges logic | Karol Wachowski | 2023-08-09 | 6 | -30/+28 |
* | | accel/ivpu: Extend get_param ioctl to identify capabilities | Stanislaw Gruszka | 2023-08-09 | 1 | -0/+19 |
* | | accel/ivpu: Switch to generation based FW names | Jacek Lawrynowicz | 2023-08-09 | 1 | -6/+15 |
* | | accel/ivpu: Use generation based function and registers names | Jacek Lawrynowicz | 2023-08-09 | 6 | -484/+492 |
* | | accel/ivpu: Rename sources to use generation based names | Jacek Lawrynowicz | 2023-08-09 | 4 | -3/+3 |
* | | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 2023-07-17 | 17 | -124/+799 |
|\ \
| |/
|/| |
|
| * | accel/ivpu: Add fw_name file to debugfs | Krystian Pradzynski | 2023-07-07 | 1 | -0/+10 |
| * | accel/ivpu: Print firmware name and version | Andrzej Kacprowski | 2023-07-07 | 2 | -4/+13 |
| * | accel/ivpu: Add debugfs files for testing device reset | Stanislaw Gruszka | 2023-07-07 | 3 | -0/+43 |
| * | accel/ivpu: Add firmware tracing support | Stanislaw Gruszka | 2023-07-07 | 6 | -3/+404 |
| * | accel/ivpu: Initial debugfs support | Stanislaw Gruszka | 2023-07-07 | 4 | -0/+93 |
| * | drm: Clear fd/handle callbacks in struct drm_driver | Thomas Zimmermann | 2023-06-26 | 1 | -2/+0 |
| * | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2023-06-19 | 6 | -31/+40 |
| |\ |
|
| * | | drm: Remove struct drm_driver.gem_prime_mmap | Thomas Zimmermann | 2023-06-19 | 1 | -1/+0 |
| * | | accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEs | Karol Wachowski | 2023-06-08 | 3 | -16/+64 |
| * | | accel/ivpu: Rename and cleanup MMU600 page tables | Karol Wachowski | 2023-06-08 | 2 | -92/+97 |
| * | | accel/ivpu: Make DMA bit mask HW specific | Karol Wachowski | 2023-06-08 | 2 | -1/+4 |
| * | | accel/ivpu: Add MMU support for 4 level page mappings | Karol Wachowski | 2023-06-08 | 3 | -53/+132 |
| * | | accel/ivpu: Remove configuration of MMU TBU1 and TBU3 | Karol Wachowski | 2023-06-08 | 1 | -15/+4 |
| * | | accel/ivpu: Use struct_size() | Christophe JAILLET | 2023-06-08 | 1 | -3/+1 |
* | | | accel/ivpu: Clear specific interrupt status bits on C0 | Karol Wachowski | 2023-07-05 | 2 | -6/+13 |
* | | | accel/ivpu: Fix VPU register access in irq disable | Karol Wachowski | 2023-07-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | accel/ivpu: Fix sporadic VPU boot failure | Andrzej Kacprowski | 2023-06-08 | 2 | -1/+13 |
* | | accel/ivpu: Do not use mutex_lock_interruptible | Stanislaw Gruszka | 2023-06-08 | 2 | -19/+7 |
* | | accel/ivpu: Do not trigger extra VPU reset if the VPU is idle | Andrzej Kacprowski | 2023-06-08 | 1 | -4/+5 |
* | | accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEP | Stanislaw Gruszka | 2023-06-06 | 1 | -7/+14 |
* | | accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR | Randy Dunlap | 2023-06-06 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2023-04-26 | 2 | -10/+4 |
|\ |
|
| * | accel/ivpu: Remove D3hot delay for Meteorlake | Karol Wachowski | 2023-04-05 | 1 | -0/+4 |
| * | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 2023-03-13 | 1 | -1/+1 |
| |\ |
|
| * | | accel/ivpu: Fix old dma_buf api usage | Stanislaw Gruszka | 2023-02-06 | 1 | -6/+2 |
| * | | accel/ivpu: Set dma max_segment_size | Stanislaw Gruszka | 2023-02-06 | 1 | -0/+1 |
| * | | accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting context | Andrzej Kacprowski | 2023-02-06 | 3 | -1/+13 |
| * | | accel/ivpu: Fix FW API data alignment issues | Andrzej Kacprowski | 2023-02-06 | 3 | -44/+65 |
| * | | accel/ivpu: avoid duplicate assignment | Arnd Bergmann | 2023-01-31 | 1 | -1/+0 |
| * | | accel/ivpu: PM: remove broken ivpu_dbg() statements | Arnd Bergmann | 2023-01-27 | 1 | -10/+0 |
* | | | accel/ivpu: Fix S3 system suspend when not idle | Jacek Lawrynowicz | 2023-04-05 | 1 | -15/+11 |
* | | | accel/ivpu: Add dma fence to command buffers only | Karol Wachowski | 2023-04-05 | 1 | -11/+7 |
* | | | accel/ivpu: Fix IPC buffer header status field value | Andrzej Kacprowski | 2023-03-24 | 1 | -1/+1 |
* | | | accel/ivpu: Fix VPU clock calculation | Stanislaw Gruszka | 2023-03-24 | 1 | -2/+14 |
* | | | accel/ivpu: Remove support for 1 tile SKUs | Stanislaw Gruszka | 2023-03-24 | 1 | -41/+18 |
* | | | accel/ivpu: Disable buttress on device removal | Stanislaw Gruszka | 2023-03-24 | 3 | -0/+6 |
* | | | accel/ivpu: Fix power down sequence | Stanislaw Gruszka | 2023-03-24 | 1 | -35/+2 |
* | | | accel/ivpu: Do not use SSID 1 | Stanislaw Gruszka | 2023-03-24 | 2 | -3/+6 |
* | | | accel/ivpu: Cancel recovery work | Stanislaw Gruszka | 2023-03-24 | 3 | -3/+17 |