]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: Connector atomic state
authorSinclair Yeh <syeh@vmware.com>
Thu, 23 Mar 2017 18:48:44 +0000 (11:48 -0700)
committerSinclair Yeh <syeh@vmware.com>
Fri, 31 Mar 2017 18:13:27 +0000 (11:13 -0700)
commit347d7d681252863ac2870a707affce75261adc12
treebfa3849231a07f8571300702824b1f85aad5d954
parent9e0f9477faa5aa6f76146cc65d57522148b61bbf
drm/vmwgfx: Connector atomic state

Add connector handling functions. Start tracking is_implicity in
the connector state.  Eventually, this field should be tracked
exclusively in a connector state.

Now that plane and connector states have been created, we can also
activate the code that use CRTC state.

Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c