1
0
Fork 0
forked from wry/wry

head-management: add drm-color-space-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-14 11:03:34 +02:00
parent 1195613fc6
commit 6647b93e1e
9 changed files with 117 additions and 1 deletions

View file

@ -0,0 +1,11 @@
request destroy (destructor) {
}
event hdmi_eotf {
eotf: u32,
}
event colorimetry {
colorimetry: u32,
}

View file

@ -0,0 +1,7 @@
request destroy (destructor) {
}
event head {
head: id(jay_head_ext_drm_color_space_info_v1) (new),
}