commit | 365b7f7decde97d3a4916e4e1bea5983b7b49e1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:22:07 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 17:59:31 2016 -0700 |
tree | 223069f02f6b0612d54217498c596c8e1bc3f1ce | |
parent | eebc3fd6510d20bd4268d7eb3290cf1c1fe72260 [diff] |
video: Track whether a display is in use Mark a display as in use when display_enable() is called. This can avoid a display being used by multiple video-output devices. Signed-off-by: Simon Glass <sjg@chromium.org>