mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/drm: add support for LUMINANCE KMS property
References: https://lore.kernel.org/dri-devel/20260528054911.1513208-1-superm1@kernel.org/
This commit is contained in:
parent
82d2cc7c23
commit
4f32a0b76f
5 changed files with 30 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ struct wlr_drm_connector_props {
|
|||
uint32_t crtc_id;
|
||||
uint32_t colorspace;
|
||||
uint32_t hdr_output_metadata;
|
||||
uint32_t luminance;
|
||||
};
|
||||
|
||||
struct wlr_drm_crtc_props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue