OSDN Git Service

drm/vmwgfx: Add and connect connector helper function
authorSinclair Yeh <syeh@vmware.com>
Thu, 23 Mar 2017 21:23:20 +0000 (14:23 -0700)
committerSinclair Yeh <syeh@vmware.com>
Fri, 31 Mar 2017 22:20:42 +0000 (15:20 -0700)
commitd947d1b71deb1efa0e7b2600f09e7fe7ea1e622b
tree8ea486066af71ae826f6fee717cb0f5fc3538bd8
parent060e2ad57041b42ccecd0047ef4d893f200692c2
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>
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c