Default to unrestricted primary plane scanout

This commit is contained in:
Ivan Molodetskikh
2025-01-04 13:02:05 +03:00
parent b2ca280c49
commit 4618e4851c
3 changed files with 30 additions and 5 deletions
+2
View File
@@ -1641,6 +1641,8 @@ pub struct DebugConfig {
pub disable_cursor_plane: bool,
#[knuffel(child)]
pub disable_direct_scanout: bool,
#[knuffel(child)]
pub restrict_primary_scanout_to_matching_format: bool,
#[knuffel(child, unwrap(argument))]
pub render_drm_device: Option<PathBuf>,
#[knuffel(child)]