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::{
ConnectorStatus, ConnectorType, DRM_CLIENT_CAP_ATOMIC, DrmBlob, DrmCardResources,
DrmConnector, DrmCrtc, DrmEncoder, DrmError, DrmEvent, DrmFb, DrmMaster,
DrmObject, DrmPlane, DrmProperty, DrmPropertyDefinition, DrmPropertyType,
DrmVersion, HDMI_EOTF_TRADITIONAL_GAMMA_SDR, drm_mode_modeinfo,
hdr_output_metadata,
DrmObject, DrmPlane, DrmProperty, DrmPropertyType, DrmVersion,
HDMI_EOTF_TRADITIONAL_GAMMA_SDR, drm_mode_modeinfo, hdr_output_metadata,
},
gbm::GbmDevice,
},
},
ahash::{AHashMap, AHashSet},
bstr::{BString, ByteSlice},
bstr::ByteSlice,
indexmap::indexset,
isnt::std_1::collections::IsntHashMapExt,
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)]
pub struct DefaultProperty {