index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
ivpu
/
ivpu_gem.c
Age
Commit message (
Expand
)
Author
2024-02-19
accel/ivpu: Refactor BO creation functions
Wachowski, Karol
2024-01-25
accel/ivpu: Fix dev open/close races with unbind
Jacek Lawrynowicz
2024-01-22
accel/ivpu: Improve buffer object debug logs
Jacek Lawrynowicz
2024-01-22
accel/ivpu: Disable buffer sharing among VPU contexts
Jacek Lawrynowicz
2024-01-22
accel/ivpu: Free buffer sgt on unbind
Jacek Lawrynowicz
2024-01-22
accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()
Jacek Lawrynowicz
2023-11-08
accel/ivpu: Use GEM shmem helper for all buffers
Jacek Lawrynowicz
2023-11-08
accel/ivpu: Remove support for uncached buffers
Jacek Lawrynowicz
2023-11-08
accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()
Jacek Lawrynowicz
2023-11-08
accel/ivpu: Allocate vpu_addr in gem->open() callback
Jacek Lawrynowicz
2023-10-12
accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()
Jacek Lawrynowicz
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
2023-08-09
accel/ivpu: Refactor memory ranges logic
Karol Wachowski
2023-08-08
accel/ivpu: Add set_pages_array_wc/uc for internal buffers
Karol Wachowski
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-06
accel/ivpu: Fix old dma_buf api usage
Stanislaw Gruszka
2023-01-19
accel/ivpu: Add command buffer submission logic
Jacek Lawrynowicz
2023-01-19
accel/ivpu: Add GEM buffer object management
Jacek Lawrynowicz