Skip to content

Commit

Permalink
Updated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Sep 24, 2024
1 parent cb430d1 commit 9743830
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions drm-ffi/drm-sys/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,11 +1149,6 @@ pub struct drm_color_ctm {
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct drm_color_ctm_3x4 {
pub matrix: [__u64; 12usize],
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct drm_color_lut {
pub red: __u16,
pub green: __u16,
Expand All @@ -1162,6 +1157,12 @@ pub struct drm_color_lut {
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct drm_plane_size_hint {
pub width: __u16,
pub height: __u16,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
pub struct hdr_metadata_infoframe {
pub eotf: __u8,
pub metadata_type: __u8,
Expand Down

0 comments on commit 9743830

Please sign in to comment.