android_kernel_msm-6.1_noth.../drivers/dma-buf
Pratyush Brahma d6da91a335 dma-buf: Set page owner while allocating from dma-buf pool
Currently, when a page is allocated from a dma-buf pool,
the page owner shows the owner to be the refill worker thread
which has created the pool. It is incorrect, since there can be
many clients who have allocated pages from the pool and there is
no way to know the owner of those pages. Set page owner while
allocating from pool to show correct owner.

Change-Id: I95bbbb48829fa9e09389dc27e718bb55f19f56d8
Signed-off-by: Pratyush Brahma <quic_pbrahma@quicinc.com>
2024-07-15 12:58:34 +05:30
..
heaps dma-buf: Set page owner while allocating from dma-buf pool 2024-07-15 12:58:34 +05:30
dma-buf-sysfs-stats.c ANDROID: dma-buf: don't re-purpose kobject as work_struct 2024-01-09 17:43:59 +00:00
dma-buf-sysfs-stats.h
dma-buf.c BACKPORT: FROMLIST: dma-buf: Move sysfs work out of DMA-BUF export path 2024-01-09 17:43:59 +00:00
dma-fence-array.c
dma-fence-chain.c
dma-fence-unwrap.c dma-buf: add dma_fence_timestamp helper 2023-10-19 23:08:57 +02:00
dma-fence.c UPSTREAM: dma-buf: fix an error pointer vs NULL bug 2023-08-21 11:50:39 +08:00
dma-heap.c ANDROID: dma-buf: heaps: Add a sysfs file to report total pool size. 2023-04-26 17:01:50 +00:00
dma-resv.c dma-buf: fix check in dma_resv_add_fence 2023-12-08 08:51:15 +01:00
Kconfig
Makefile
selftest.c
selftest.h
selftests.h
st-dma-fence-chain.c
st-dma-fence-unwrap.c
st-dma-fence.c
st-dma-resv.c
sw_sync.c dma-buf/sw_sync: Avoid recursive lock during fence signal 2023-08-30 16:11:12 +02:00
sync_debug.c
sync_debug.h
sync_file.c dma-buf: add dma_fence_timestamp helper 2023-10-19 23:08:57 +02:00
sync_trace.h
udmabuf.c