metal: make post_commit_margin configurable
This commit is contained in:
parent
76b0f2f734
commit
02ece60909
24 changed files with 224 additions and 55 deletions
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue