commit | 9d9486e43728cd513e10ed3dd54e156c8ab7bd2a | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Oct 04 22:38:17 2018 +0000 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Dec 05 10:08:46 2018 +0100 |
tree | fa679b71fb964e39ba3f6b5f76bc37be4b71a9a6 | |
parent | 66502d494bfe894f30b6f0948de12adc6a325e8f [diff] |
drm/vmwgfx: Fix up the implicit display unit handling Make the connector is_implicit property immutable. As far as we know, no user-space application is writing to it. Also move the verification that all implicit display units scan out from the same framebuffer to atomic_check(). Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com>