index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
ivpu
/
ivpu_gem.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-06
Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-37
/
+52
2025-06-05
accel/ivpu: Fix warning in ivpu_gem_bo_free()
Jacek Lawrynowicz
1
-1
/
+2
2025-06-05
accel/ivpu: Use dma_resv_lock() instead of a custom mutex
Jacek Lawrynowicz
1
-29
/
+34
2025-05-28
accel/ivpu: Improve buffer object logging
Jacek Lawrynowicz
1
-8
/
+17
2025-04-10
accel/ivpu: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-3
/
+3
2025-03-27
accel/ivpu: s/drm_gem_shmem_v[un]map/drm_gem_shmem_v[un]map_locked/
Boris Brezillon
1
-2
/
+2
2025-03-27
accel/ivpu: pages_use_count is now a refcount_t
Boris Brezillon
1
-1
/
+1
2025-02-10
accel/ivpu: Allow to import single buffer into multiple contexts
Tomasz Rusinowicz
1
-0
/
+43
2024-12-19
accel/ivpu: Fix general protection fault in ivpu_bo_list()
Jacek Lawrynowicz
1
-1
/
+1
2024-10-11
accel/ivpu: Add one jiffy to bo_wait_ioctl timeout value
Karol Wachowski
1
-0
/
+3
2024-02-19
accel/ivpu: Refactor BO creation functions
Wachowski, Karol
1
-33
/
+37
2024-01-25
accel/ivpu: Fix dev open/close races with unbind
Jacek Lawrynowicz
1
-10
/
+8
2024-01-22
accel/ivpu: Improve buffer object debug logs
Jacek Lawrynowicz
1
-41
/
+22
2024-01-22
accel/ivpu: Disable buffer sharing among VPU contexts
Jacek Lawrynowicz
1
-38
/
+6
2024-01-22
accel/ivpu: Free buffer sgt on unbind
Jacek Lawrynowicz
1
-2
/
+12
2024-01-22
accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()
Jacek Lawrynowicz
1
-0
/
+5
2023-11-08
accel/ivpu: Use GEM shmem helper for all buffers
Jacek Lawrynowicz
1
-397
/
+121
2023-11-08
accel/ivpu: Remove support for uncached buffers
Jacek Lawrynowicz
1
-3
/
+0
2023-11-08
accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()
Jacek Lawrynowicz
1
-63
/
+68
2023-11-08
accel/ivpu: Allocate vpu_addr in gem->open() callback
Jacek Lawrynowicz
1
-36
/
+30
2023-10-12
accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()
Jacek Lawrynowicz
1
-15
/
+15
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-0
/
+8
2023-08-09
accel/ivpu: Refactor memory ranges logic
Karol Wachowski
1
-4
/
+6
2023-08-08
accel/ivpu: Add set_pages_array_wc/uc for internal buffers
Karol Wachowski
1
-0
/
+8
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2023-02-06
accel/ivpu: Fix old dma_buf api usage
Stanislaw Gruszka
1
-6
/
+2
2023-01-19
accel/ivpu: Add command buffer submission logic
Jacek Lawrynowicz
1
-0
/
+26
2023-01-19
accel/ivpu: Add GEM buffer object management
Jacek Lawrynowicz
1
-0
/
+727