metal: remove video property wildcard import
This commit is contained in:
parent
7a49da0a48
commit
4e4de21c2e
2 changed files with 11 additions and 5 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue