Re: [PATCH v1 11/12] drm/bridge: Drop drm_bridge_funcs.mode_fixup

2022-09-19 Thread Laurent Pinchart
Hi Sam, Thank you for the patch. On Sun, Jul 17, 2022 at 07:58:00PM +0200, Sam Ravnborg wrote: > All users are converted over to drm_bridge_funcs.atomic_check() > so it is safe to drop the mode_fixup support. > > Update the comment for atomic_check with relevant parts from mode_fixup. > > Signe

Re: [PATCH v1 11/12] drm/bridge: Drop drm_bridge_funcs.mode_fixup

2022-07-19 Thread Dave Stevenson
On Sun, 17 Jul 2022 at 18:58, Sam Ravnborg wrote: > > All users are converted over to drm_bridge_funcs.atomic_check() > so it is safe to drop the mode_fixup support. > > Update the comment for atomic_check with relevant parts from mode_fixup. > > Signed-off-by: Sam Ravnborg Reviewed-by: Dave Ste

[PATCH v1 11/12] drm/bridge: Drop drm_bridge_funcs.mode_fixup

2022-07-17 Thread Sam Ravnborg
All users are converted over to drm_bridge_funcs.atomic_check() so it is safe to drop the mode_fixup support. Update the comment for atomic_check with relevant parts from mode_fixup. Signed-off-by: Sam Ravnborg Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Cc: David Airlie Cc