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

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Enable the primary plane for mgag200 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 4/6] drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enable

2023-02-09 Thread Thomas Zimmermann
Enable the primary plane for mgag200 hardware via atomic_enable. Atomic helpers invoke this callback only when the plane becomes active. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_drv.h | 3 +++ drivers/gpu/drm/mgag200/mgag200_mode.c | 19 --- 2 files