Re: [PATCH 10/11] drm/vmwgfx: Switch over to internal atomic API for STDU

2017-03-30 Thread Daniel Vetter
On Wed, Mar 29, 2017 at 02:05:26PM -0700, Sinclair Yeh wrote: > Hi Daniel, > > On Tue, Mar 28, 2017 at 09:49:38AM +0200, Daniel Vetter wrote: > > On Mon, Mar 27, 2017 at 03:01:03PM -0700, Sinclair Yeh wrote: > > > Switch over to using internal atomic API for mode set. > > > > > > This removes the

Re: [PATCH 10/11] drm/vmwgfx: Switch over to internal atomic API for STDU

2017-03-29 Thread Sinclair Yeh
Hi Daniel, On Tue, Mar 28, 2017 at 09:49:38AM +0200, Daniel Vetter wrote: > On Mon, Mar 27, 2017 at 03:01:03PM -0700, Sinclair Yeh wrote: > > Switch over to using internal atomic API for mode set. > > > > This removes the legacy set_config API, replacing it with > > drm_atomic_helper_set_config()

Re: [PATCH 10/11] drm/vmwgfx: Switch over to internal atomic API for STDU

2017-03-28 Thread Daniel Vetter
On Mon, Mar 27, 2017 at 03:01:03PM -0700, Sinclair Yeh wrote: > Switch over to using internal atomic API for mode set. > > This removes the legacy set_config API, replacing it with > drm_atomic_helper_set_config(). The DRM helper will use various > vmwgfx-specific atomic functions to set a mode.

[PATCH 10/11] drm/vmwgfx: Switch over to internal atomic API for STDU

2017-03-27 Thread Sinclair Yeh
Switch over to using internal atomic API for mode set. This removes the legacy set_config API, replacing it with drm_atomic_helper_set_config(). The DRM helper will use various vmwgfx-specific atomic functions to set a mode. DRIVER_ATOMIC capability flag is not yet set, so the user mode will sti