Re: [PATCH 6/9] drm/ast: Add primary plane

2019-11-06 Thread Thomas Zimmermann
Hi Am 05.11.19 um 10:51 schrieb Gerd Hoffmann: >> +static const struct drm_plane_funcs ast_primary_plane_funcs = { >> +.update_plane = drm_atomic_helper_update_plane, >> +.disable_plane = drm_atomic_helper_disable_plane, >> +.destroy = drm_plane_cleanup, >> +.reset = drm_atomic_hel

Re: [PATCH 6/9] drm/ast: Add primary plane

2019-11-05 Thread Daniel Vetter
On Tue, Nov 05, 2019 at 10:51:02AM +0100, Gerd Hoffmann wrote: > > +static const struct drm_plane_funcs ast_primary_plane_funcs = { > > + .update_plane = drm_atomic_helper_update_plane, > > + .disable_plane = drm_atomic_helper_disable_plane, > > + .destroy = drm_plane_cleanup, > > + .reset

Re: [PATCH 6/9] drm/ast: Add primary plane

2019-11-05 Thread Gerd Hoffmann
> +static const struct drm_plane_funcs ast_primary_plane_funcs = { > + .update_plane = drm_atomic_helper_update_plane, > + .disable_plane = drm_atomic_helper_disable_plane, > + .destroy = drm_plane_cleanup, > + .reset = drm_atomic_helper_plane_reset, > + .set_property = NULL, >