drm: Do not spam ALL supported plane formats
This commit is contained in:
parent
beeb810edb
commit
cedc536033
|
@ -491,7 +491,7 @@ impl<A: AsRawFd + 'static> DrmDevice<A> {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
info!(
|
trace!(
|
||||||
self.logger,
|
self.logger,
|
||||||
"Supported scan-out formats for plane ({:?}): {:?}", plane, formats
|
"Supported scan-out formats for plane ({:?}): {:?}", plane, formats
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue