kms: Fix direct scanout due to wrong node compare
This commit is contained in:
parent
28a9000833
commit
db9380e6db
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ impl State {
|
|||
gbm.clone(),
|
||||
GbmBufferFlags::RENDERING | GbmBufferFlags::SCANOUT,
|
||||
),
|
||||
GbmFramebufferExporter::new(gbm.clone(), drm_node.into()),
|
||||
GbmFramebufferExporter::new(gbm.clone(), render_node.into()),
|
||||
Some(gbm.clone()),
|
||||
[
|
||||
Fourcc::Abgr2101010,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue