Re: [PATCH 3/6] drm/mgag200: Remove disable handling from atomic_update

2023-02-21 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > This mail never made it to dri-devel. > Oh, sorry about that. It seems that your response wasn't enough for patchwork to pick the tag, so: Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red Hat

Re: [PATCH 3/6] drm/mgag200: Remove disable handling from atomic_update

2023-02-20 Thread Thomas Zimmermann
This mail never made it to dri-devel. Am 17.02.23 um 14:26 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: The primary plane has the atomic_disable helper set, so atomic_update won't be called if the plane gets disabled. Remove the respective branch from the helper. Signed-off-by

[PATCH 3/6] drm/mgag200: Remove disable handling from atomic_update

2023-02-09 Thread Thomas Zimmermann
The primary plane has the atomic_disable helper set, so atomic_update won't be called if the plane gets disabled. Remove the respective branch from the helper. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_mode.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/driver