head-management: add physical-display-info-v1 extension
This commit is contained in:
parent
7e69a80dbc
commit
81a7c973d0
6 changed files with 180 additions and 0 deletions
38
wire/jay_head_ext_physical_display_info_v1.txt
Normal file
38
wire/jay_head_ext_physical_display_info_v1.txt
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
event reset {
|
||||
|
||||
}
|
||||
|
||||
event mode {
|
||||
width: i32,
|
||||
height: i32,
|
||||
refresh_mhz: u32,
|
||||
}
|
||||
|
||||
event physical_size {
|
||||
width_mm: i32,
|
||||
height_mm: i32,
|
||||
}
|
||||
|
||||
event manufacturer {
|
||||
manufacturer: str,
|
||||
}
|
||||
|
||||
event model {
|
||||
model: str,
|
||||
}
|
||||
|
||||
event serial_number {
|
||||
serial_number: str,
|
||||
}
|
||||
|
||||
event non_desktop {
|
||||
|
||||
}
|
||||
|
||||
event vrr_capable {
|
||||
|
||||
}
|
||||
7
wire/jay_head_manager_ext_physical_display_info_v1.txt
Normal file
7
wire/jay_head_manager_ext_physical_display_info_v1.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
event head {
|
||||
head: id(jay_head_ext_physical_display_info_v1) (new),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue