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::{
|
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::{
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue