mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 02:28:19 +02:00
[drm] Add debugging spew
Explain when we fall back to frame buffer renderer on single head TTM systems.
This commit is contained in:
parent
6a3a4f69e9
commit
57f006d4c1
1 changed files with 4 additions and 0 deletions
|
|
@ -783,6 +783,10 @@ create_heads_for_active_connectors (ply_renderer_backend_t *backend)
|
|||
if (!backend->driver_supports_mapping_console &&
|
||||
ply_list_get_length (backend->heads) == 1)
|
||||
{
|
||||
ply_trace ("Only one monitor configured, and driver doesn't "
|
||||
"support mapping console, so letting frame-buffer "
|
||||
"take over");
|
||||
|
||||
free_heads (backend);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue