Re: [PATCH 07/11] drm/vmwgfx: Add and connect connector helper function

2017-03-28 Thread Daniel Vetter
On Mon, Mar 27, 2017 at 03:01:00PM -0700, Sinclair Yeh wrote: > Since the link between connector and encoder is always fixed in our case, > just return the one encoder. > > These helpers won't be called until we flip on the atomic support > flag or set drm_crtc_funcs->set_config to using the atomi

[PATCH 07/11] drm/vmwgfx: Add and connect connector helper function

2017-03-27 Thread Sinclair Yeh
Since the link between connector and encoder is always fixed in our case, just return the one encoder. 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. Signed-off-by: Sinclair Yeh Reviewed-by: Thomas Hellstrom -