commit | 86ad1b6e9f02f9e09460d8d9e223184ae9a9a2c8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:22:08 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 17:59:31 2016 -0700 |
tree | 63b0cb1cbcf0dd2081b1bf399f6ab9f65d93fe89 | |
parent | 365b7f7decde97d3a4916e4e1bea5983b7b49e1a [diff] |
rockchip: video: Check for device in use Check whether a display device is in use before using it. Add a comment as to why two displays cannot currently be used at the same time. This allows us to remove the device-tree change that disables vopb on jerry. Signed-off-by: Simon Glass <sjg@chromium.org>