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
..
2021-12-17 15:04:46 +01:00
2020-10-09 13:35:56 +02:00
2018-04-10 11:09:19 +02:00
2018-04-10 11:11:50 +02:00
2018-08-02 14:36:42 +02:00
2018-04-10 11:09:20 +02:00