Re: [PATCH 1/2] drm/vmwgfx: Fix up the implicit display unit handling

2018-10-05 Thread Thomas Hellstrom
Thanks for reviewing, Ville. I'll fix those up. /Thomas On 10/05/2018 12:04 PM, Ville Syrjälä wrote: ... ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 1/2] drm/vmwgfx: Fix up the implicit display unit handling

2018-10-05 Thread Ville Syrjälä
On Thu, Oct 04, 2018 at 10:38:17PM +, Thomas Hellstrom wrote: > Make the connector is_implicit property immutable. > As far as we know, no user-space application is writing to it. > > Also move the verification that all implicit display units scan out > from the same framebuffer to atomic_chec

[PATCH 1/2] drm/vmwgfx: Fix up the implicit display unit handling

2018-10-04 Thread Thomas Hellstrom
Make the connector is_implicit property immutable. As far as we know, no user-space application is writing to it. Also move the verification that all implicit display units scan out from the same framebuffer to atomic_check(). Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh Reviewed-b