1
0
Fork 0
forked from wry/wry

metal: make post_commit_margin configurable

This commit is contained in:
Julian Orth 2024-09-14 13:56:22 +02:00
parent 76b0f2f734
commit 02ece60909
24 changed files with 224 additions and 55 deletions

View file

@ -75,6 +75,11 @@ request set_fb_format (since = 8) {
format: str,
}
request set_flip_margin (since = 10) {
dev: str,
margin_ns: pod(u64),
}
# events
event global {
@ -151,3 +156,7 @@ event fb_format (since = 8) {
name: str,
current: u32,
}
event flip_margin (since = 10) {
margin_ns: pod(u64),
}