Re: [PATCH v4 1/5] drm/mxsfb: Move axi clk enable/disable to crtc enable/disable

From: Leonard Crestez
Date: Mon Aug 13 2018 - 09:19:17 EST


On Wed, 2018-08-08 at 20:57 +0200, Stefan Agner wrote:
> On 08.08.2018 18:08, Leonard Crestez wrote:
> > The main axi clk is disabled at the end of mxsfb_crtc_mode_set_nofb and
> > immediately reenabled in mxsfb_enable_controller.
> >
> > Avoid this by moving the handling of axi clk one level up to
> > mxsfb_crtc_enable. Do the same for mxsfb_crtc_disable for simmetry
> >
> > This shouldn't have any functional effect.
> >
> > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx>
>
> Thanks, looks good!
>
> Reviewed-by: Stefan Agner <stefan@xxxxxxxx>

So what is next now that this entire series was reviewed? My guess is
that somebody needs to push it to drm-misc-next.

However 4.18 was just released and I'm not sure how this interacts with
drm. As far as I can tell drm-misc-next is always open and a patch
accepted now will make it into 4.20, based on this graph:

https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html#merge-timeline

--
Regards,
Leonard