You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch does two things.
1) It makes sure the display is unblanked when first connected.
This gives us a good user experience where if the framebuffer is
blanked and then a device is plugged in nothing turns on.
2) After the hdmi device is registered we tell the IPU to blank
the display, then on subsequent connect/disconnect events we
unblank/blank the screens as needed. This makes sure that the
ipu is always disabled if we aren't using it and if you don't have
a monitor attached saves about 80mA's of constant power usage.
Overall this provides a significant power savings for headless
systems, and also doesn't block the bus-frequency driver from
kicking in if no display is attached.
Signed-off-by: Jon Nettleton <jon@solid-run.com>
0 commit comments