drm: pass commit flags to libliftoff

We need to pass ALLOW_MODESET when we mean to set a mode, otherwise
libliftoff will always fail its test-only commits.
This commit is contained in:
Simon Ser 2020-11-10 16:31:19 +01:00 committed by Pierre-Loup A. Griffais
parent d836e4d3ee
commit 9f64986fe3
2 changed files with 2 additions and 2 deletions

View file

@ -856,7 +856,7 @@ drm_prepare_liftoff( struct drm_t *drm, struct Composite_t *pComposite, struct V
}
}
bool ret = liftoff_output_apply( drm->lo_output, drm->req );
bool ret = liftoff_output_apply( drm->lo_output, drm->req, drm->flags );
int scanoutLayerCount = 0;
if ( ret )

@ -1 +1 @@
Subproject commit 95da3ee649fe42bb147789d5092e95c8f61fab77
Subproject commit 24abeb923f52176808461e664776b56d52960d3e