commit | d947d1b71deb1efa0e7b2600f09e7fe7ea1e622b | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Thu Mar 23 14:23:20 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Fri Mar 31 15:20:42 2017 -0700 |
tree | 8ea486066af71ae826f6fee717cb0f5fc3538bd8 | |
parent | 060e2ad57041b42ccecd0047ef4d893f200692c2 [diff] |
drm/vmwgfx: Add and connect connector helper function These helpers won't be called until we flip on the atomic support flag or set drm_crtc_funcs->set_config to using the atomic helper. v2 Use drm_atomic_helper_best_encoder() rather than a vmwgfx-specific one Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Acked-by: Daniel Vetter <daniel@ffwll.ch>