This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-30 18:47:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
914508bf7a
genode
/
repos
/
os
/
recipes
/
api
/
gpu_session
/
content.mk
3 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
gpu: introduce information dataspace The current info implementation (as RPC) is limited in a few ways: * The amount of data that may be transferred is constrained by the underlying base platform * Most information never changes during run time but is copied nonetheless * The information differs depending on the used GPU device and in its current implementation only contains Intel GPU specific details With this commit the 'info' RPC call is replaced with the 'info_dataspace' call that transfers the capability for the dataspace containing the information only. This is complemented by a client local 'attached_info' call that allows for getting typed access to the information. The layout of the information is moved to its own and GPU-specific header file, e.g., 'gpu/info_intel.h' Issue #4265.
2021-09-23 14:36:48 +00:00
MIRRORED_FROM_REP_DIR
:=
include/gpu_session include/gpu
depot: gpu_session recipe Fixes #2770
2018-03-15 18:39:34 +00:00
i
n
c
l
u
d
e
$(
REP_DIR
)
/
r
e
c
i
p
e
s
/
a
p
i
/
s
e
s
s
i
o
n
.
i
n
c
Reference in New Issue
Copy Permalink