]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit81c5e4a407f29384b1fd9cc2a33da3202b2a0aa5
tree8ea486066af71ae826f6fee717cb0f5fc3538bd8
parent5ad63b19a88058b8c74e2a1b11aa2487b5b7de02
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