genode/repos/gems/lib/mk
Sebastian Sumpf b3e12dcece vfs_gpu: VFS plugin that handles GPU completions
When a <gpu> node is present in the VFS, the plugin opens a
Gpu::Connection for each open call to the 'gpu' node and installs a
completion signal handler. A read only to the fd returned only comes
back if a completion signal has been received between two read
transctions to the fd.

For now the Gpu::Connections can be retrieved by calling the
'vfs_gpu_connection(unsigned long id)' function. The id can be obtained
using 'stat' on the 'gpu' device and is located in the inode (st_ino)
field of the stat buffer.

issue #4380
2022-01-19 15:01:26 +01:00
..
spec gems: avoid implicit conversions 2021-12-17 15:04:46 +01:00
aes_cbc_4k.mk aes_cbc_4k: use libcrypto 2020-10-09 13:35:56 +02:00
cpu_sampler_platform-generic.mk
cpu_sampler_platform.mk
file.mk
generate_ada_main_pkg.inc gems: import Genode-specific code of the CBE 2020-11-27 09:19:08 +01:00
sha256_4k.mk gems: import Genode-specific code of the CBE 2020-11-27 09:19:08 +01:00
ttf_font.mk
vfs_audit.mk
vfs_gpu.mk vfs_gpu: VFS plugin that handles GPU completions 2022-01-19 15:01:26 +01:00
vfs_import.mk
vfs_pipe.mk New VFS plugin for emulating POSIX pipes 2019-11-19 14:54:13 +01:00
vfs_trace.mk vfs_trace: VFS plugin that offers trace buffer access 2019-07-09 08:55:23 +02:00
vfs_ttf.mk