On Sun, 17 Nov 2024 at 23:24, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > > Hi Dmitry, > > Thank you for the patch. > > On Fri, Nov 15, 2024 at 11:09:30PM +0200, Dmitry Baryshkov wrote: > > The mode_valid() callbacks of drm_encoder, drm_crtc and drm_bridge > > accept const struct drm_display_mode argument. Change the mode_valid > > callback of drm_connector to also accept const argument. > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > Assuming you've compile-tested all this, Yes, compile-tested x86, arm and arm64, this covers all the drivers that had .mode_valid. The question is now what would be the best way to merge this? > > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > -- With best wishes Dmitry