Re: [PATCH 6/6] drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable

2023-02-17 Thread Thomas Zimmermann
Hi Am 17.02.23 um 15:42 schrieb Tomi Valkeinen: On 09/02/2023 17:41, Thomas Zimmermann wrote: Enable the primary plane for tidss hardware via atomic_enable. Atomic helpers invoke this callback only when the plane becomes active. Signed-off-by: Thomas Zimmermann ---   drivers/gpu/drm/tidss/tid

Re: [PATCH 6/6] drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable

2023-02-17 Thread Tomi Valkeinen
On 09/02/2023 17:41, Thomas Zimmermann wrote: Enable the primary plane for tidss hardware via atomic_enable. Atomic helpers invoke this callback only when the plane becomes active. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tidss/tidss_plane.c | 11 +++ 1 file changed, 11 i

Re: [PATCH 6/6] drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Enable the primary plane for tidss hardware via atomic_enable. > Atomic helpers invoke this callback only when the plane becomes > active. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier