mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
oeqa/runtime/parselogs: modified drm error in common errors list
Changed the following line from: [drm] Cannot find any crtc or sizes - going 1024x768 > [drm] Cannot find any crtc or sizes This will expand the coverage of the failure to also cover the case when fallback size is not set. (From OE-Core rev: 0569fa735458512d6e15aa3315218ecbdf8510a3) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
540182dd5b
commit
9c6b31c27b
@@ -32,7 +32,7 @@ common_errors = [
|
||||
"Failed to load module \"fbdev\"",
|
||||
"Failed to load module fbdev",
|
||||
"Failed to load module glx",
|
||||
"[drm] Cannot find any crtc or sizes - going 1024x768",
|
||||
"[drm] Cannot find any crtc or sizes",
|
||||
"_OSC failed (AE_NOT_FOUND); disabling ASPM",
|
||||
"Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
|
||||
"NX (Execute Disable) protection cannot be enabled: non-PAE kernel!",
|
||||
|
||||
Reference in New Issue
Block a user