From 37964e0aad905d15142226ada9f8045340c56e13 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:49:17 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- internal/backends/linuxkms/drmoutput.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backends/linuxkms/drmoutput.rs b/internal/backends/linuxkms/drmoutput.rs index 78b499ee8..762075e1a 100644 --- a/internal/backends/linuxkms/drmoutput.rs +++ b/internal/backends/linuxkms/drmoutput.rs @@ -274,7 +274,7 @@ impl DrmOutput { } } } - + if all_formats.is_empty() { eprintln!("No available formats found for any plane with CRTC {:?}. Falling back to XRGB8888 format", self.crtc);