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

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Enable the primary plane for ast 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

[PATCH 2/6] drm/ast: Implement struct drm_plane_helper_funcs.atomic_enable

2023-02-09 Thread Thomas Zimmermann
Enable the primary plane for ast hardware via atomic_enable. Atomic helpers invoke this callback only when the plane becomes active. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mode.c | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git