summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/ivpu_gem.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-12accel/ivpu: Add fdinfo support for memory statisticsKarol Wachowski1-0/+12
2025-11-05accel/ivpu: Improve debug and warning messagesKarol Wachowski1-10/+15
2025-10-30accel/ivpu: Add support for userptr buffer objectsJacek Lawrynowicz1-1/+1
2025-10-30accel/ivpu: Fix race condition when unbinding BOsTomasz Rusinowicz1-1/+2
2025-10-29accel/ivpu: Remove skip of dma unmap for imported buffersMaciej Falkowski1-3/+0
2025-10-15accel/ivpu: Fix race condition when mapping dmabufWludzik, Jozef1-1/+2
2025-10-01accel/ivpu: Improve BO alloc/free warningsJacek Lawrynowicz1-2/+7
2025-10-01accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context()Jacek Lawrynowicz1-6/+16
2025-10-01accel/ivpu: Rework bind/unbind of imported buffersJacek Lawrynowicz1-32/+58
2025-09-25accel/ivpu: Split FW runtime and global memory buffersKarol Wachowski1-0/+16
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-37/+52
2025-06-05accel/ivpu: Fix warning in ivpu_gem_bo_free()Jacek Lawrynowicz1-1/+2
2025-06-05accel/ivpu: Use dma_resv_lock() instead of a custom mutexJacek Lawrynowicz1-29/+34
2025-05-28accel/ivpu: Improve buffer object loggingJacek Lawrynowicz1-8/+17
2025-04-10accel/ivpu: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-3/+3
2025-03-27accel/ivpu: s/drm_gem_shmem_v[un]map/drm_gem_shmem_v[un]map_locked/Boris Brezillon1-2/+2
2025-03-27accel/ivpu: pages_use_count is now a refcount_tBoris Brezillon1-1/+1
2025-02-10accel/ivpu: Allow to import single buffer into multiple contextsTomasz Rusinowicz1-0/+43
2024-12-19accel/ivpu: Fix general protection fault in ivpu_bo_list()Jacek Lawrynowicz1-1/+1
2024-10-11accel/ivpu: Add one jiffy to bo_wait_ioctl timeout valueKarol Wachowski1-0/+3
2024-02-19accel/ivpu: Refactor BO creation functionsWachowski, Karol1-33/+37
2024-01-25accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz1-10/+8
2024-01-22accel/ivpu: Improve buffer object debug logsJacek Lawrynowicz1-41/+22
2024-01-22accel/ivpu: Disable buffer sharing among VPU contextsJacek Lawrynowicz1-38/+6
2024-01-22accel/ivpu: Free buffer sgt on unbindJacek Lawrynowicz1-2/+12
2024-01-22accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()Jacek Lawrynowicz1-0/+5
2023-11-08accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz1-397/+121
2023-11-08accel/ivpu: Remove support for uncached buffersJacek Lawrynowicz1-3/+0
2023-11-08accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz1-63/+68
2023-11-08accel/ivpu: Allocate vpu_addr in gem->open() callbackJacek Lawrynowicz1-36/+30
2023-10-12accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()Jacek Lawrynowicz1-15/+15
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-0/+8
2023-08-09accel/ivpu: Refactor memory ranges logicKarol Wachowski1-4/+6
2023-08-08accel/ivpu: Add set_pages_array_wc/uc for internal buffersKarol Wachowski1-0/+8
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-01-19accel/ivpu: Add command buffer submission logicJacek Lawrynowicz1-0/+26
2023-01-19accel/ivpu: Add GEM buffer object managementJacek Lawrynowicz1-0/+727