1
0
Fork 0
forked from wry/wry

metal: remove video property wildcard import

This commit is contained in:
kossLAN 2026-05-29 21:21:52 -04:00
parent 7a49da0a48
commit 4e4de21c2e
No known key found for this signature in database
2 changed files with 11 additions and 5 deletions

View file

@ -62,15 +62,14 @@ use {
drm::{ drm::{
ConnectorStatus, ConnectorType, DRM_CLIENT_CAP_ATOMIC, DrmBlob, DrmCardResources, ConnectorStatus, ConnectorType, DRM_CLIENT_CAP_ATOMIC, DrmBlob, DrmCardResources,
DrmConnector, DrmCrtc, DrmEncoder, DrmError, DrmEvent, DrmFb, DrmMaster, DrmConnector, DrmCrtc, DrmEncoder, DrmError, DrmEvent, DrmFb, DrmMaster,
DrmObject, DrmPlane, DrmProperty, DrmPropertyDefinition, DrmPropertyType, DrmObject, DrmPlane, DrmProperty, DrmPropertyType, DrmVersion,
DrmVersion, HDMI_EOTF_TRADITIONAL_GAMMA_SDR, drm_mode_modeinfo, HDMI_EOTF_TRADITIONAL_GAMMA_SDR, drm_mode_modeinfo, hdr_output_metadata,
hdr_output_metadata,
}, },
gbm::GbmDevice, gbm::GbmDevice,
}, },
}, },
ahash::{AHashMap, AHashSet}, ahash::{AHashMap, AHashSet},
bstr::{BString, ByteSlice}, bstr::ByteSlice,
indexmap::indexset, indexmap::indexset,
isnt::std_1::collections::IsntHashMapExt, isnt::std_1::collections::IsntHashMapExt,
std::{ std::{

View file

@ -1,4 +1,11 @@
use super::*; use {
crate::video::drm::{
DrmError, DrmMaster, DrmObject, DrmProperty, DrmPropertyDefinition, DrmPropertyType,
},
ahash::AHashMap,
bstr::{BString, ByteSlice},
std::rc::Rc,
};
#[derive(Debug)] #[derive(Debug)]
pub struct DefaultProperty { pub struct DefaultProperty {