mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 13:38:05 +02:00
compositor: Don't set DPMS state on start up
Assume the backend sets the outputs to on state. This improves start up time when using the drm backend by avoiding a GetConnectors() call that can take up to a few hundred milliseconds because of DDC.
This commit is contained in:
parent
2566ebda4c
commit
acf948cdfa
1 changed files with 0 additions and 1 deletions
|
|
@ -3305,7 +3305,6 @@ int main(int argc, char *argv[])
|
|||
goto out;
|
||||
}
|
||||
|
||||
weston_compositor_dpms_on(ec);
|
||||
weston_compositor_wake(ec);
|
||||
|
||||
wl_display_run(display);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue