compositor: Don't set DPMS state on start up
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 25 Feb 2013 16:06:38 +0000 (18:06 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 25 Feb 2013 17:16:51 +0000 (12:16 -0500)
commitacf948cdfa6bba2bbe783ac6ce962e7acaa29b22
tree01a427511ccbbdd331a19d52c46e621eace49a78
parent2566ebda4c9e2ef253ffb9a686e46f4eaea10a11
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.
src/compositor.c