Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/linux: minor tweaks to dma_heap description #4377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sys/linux/dev_dma_heap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@

dma_open_flags = O_CLOEXEC, O_RDONLY, O_WRONLY, O_RDWR

resource fd_dma_heap_alloc[fd]

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / old

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / old

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_openbsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_windows)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / aux

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_windows)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_freebsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / aux

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_netbsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_darwin)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_linux)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_linux)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_netbsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_executor)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_executor)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_openbsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_freebsd)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / arch (presubmit_arch_darwin)

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / dashboard

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / race

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / build

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / build

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / dashboard

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

Check failure on line 16 in sys/linux/dev_dma_heap.txt

View workflow job for this annotation

GitHub Actions / race

resource fd_dma_heap_alloc is never used as an input (such resources are not useful)

dma_heap_allocation_data {
len int64 (in)
fd fd (inout)
fd fd_dma_heap_alloc (out)
fd_flags flags[dma_open_flags, int32] (in)
heap_flags const[0, int64] (in)
}
Loading