diff mbox series

drm/rcar-du: Convert drm_atomic_helper_suspend/resume()

Message ID 20180918163903.GA11172@jordon-HP-15-Notebook-PC (mailing list archive)
State New, archived
Headers show
Series drm/rcar-du: Convert drm_atomic_helper_suspend/resume() | expand

Commit Message

Souptick Joarder Sept. 18, 2018, 4:39 p.m. UTC
convert drm_atomic_helper_suspend/resume() to use
drm_mode_config_helper_suspend/resume().

remove suspend_state field from the rcar_du_device
structure as it is no more required.

With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
will left with no consumer. So this function can be removed.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
 drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
 drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
 include/drm/drm_fb_cma_helper.h       |  2 --
 4 files changed, 2 insertions(+), 40 deletions(-)

Comments

Souptick Joarder Sept. 27, 2018, 6:34 a.m. UTC | #1
On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> convert drm_atomic_helper_suspend/resume() to use
> drm_mode_config_helper_suspend/resume().
>
> remove suspend_state field from the rcar_du_device
> structure as it is no more required.
>
> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> will left with no consumer. So this function can be removed.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>

Laurent, any comment on this patch ??
> ---
>  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
>  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
>  include/drm/drm_fb_cma_helper.h       |  2 --
>  4 files changed, 2 insertions(+), 40 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c
> index 47e0e2f..96efc88 100644
> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma)
>                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
>  }
>  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> -
> -/**
> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> - *                                      drm_fb_helper_set_suspend_unlocked
> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> - * @state: desired state, zero to resume, non-zero to suspend
> - *
> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> - * fb_set_suspend implemented by fbdev core.
> - */
> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
> -                                       bool state)
> -{
> -       if (fbdev_cma)
> -               drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> -                                                  state);
> -}
> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> index 02aee6c..288220f 100644
> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device *dev)
>  static int rcar_du_pm_suspend(struct device *dev)
>  {
>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> -       struct drm_atomic_state *state;
>
> -       drm_kms_helper_poll_disable(rcdu->ddev);
> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> -
> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> -       if (IS_ERR(state)) {
> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> -               drm_kms_helper_poll_enable(rcdu->ddev);
> -               return PTR_ERR(state);
> -       }
> -
> -       rcdu->suspend_state = state;
> -
> -       return 0;
> +       return drm_mode_config_helper_suspend(rcdu->ddev);
>  }
>
>  static int rcar_du_pm_resume(struct device *dev)
>  {
>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
>
> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> -       drm_kms_helper_poll_enable(rcdu->ddev);
> -
> -       return 0;
> +       return drm_mode_config_helper_resume(rcdu->ddev);
>  }
>  #endif
>
> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> index b3a25e8..ff25c8d 100644
> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> @@ -78,7 +78,6 @@ struct rcar_du_device {
>
>         struct drm_device *ddev;
>         struct drm_fbdev_cma *fbdev;
> -       struct drm_atomic_state *suspend_state;
>
>         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
>         unsigned int num_crtcs;
> diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h
> index 4a65f0d..8dbbe1e 100644
> --- a/include/drm/drm_fb_cma_helper.h
> +++ b/include/drm/drm_fb_cma_helper.h
> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct drm_device *dev,
>
>  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
>  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
> -                                       bool state);
>
>  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
>         unsigned int plane);
> --
> 1.9.1
>
Laurent Pinchart Sept. 28, 2018, 3:05 p.m. UTC | #2
Hi Souptick,

Thank you for the patch.

On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > convert drm_atomic_helper_suspend/resume() to use
> > drm_mode_config_helper_suspend/resume().
> > 
> > remove suspend_state field from the rcar_du_device
> > structure as it is no more required.
> > 
> > With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > will left with no consumer. So this function can be removed.
> > 
> > Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> 
> Laurent, any comment on this patch ??

Sorry for the delay, and thanks for pinging me.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Should I apply this to my tree or do you plan to merge it through drm-misc as 
it touches drm_fb_cma_helper.c ?

> > ---
> > 
> >  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> >  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> >  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> >  include/drm/drm_fb_cma_helper.h       |  2 --
> >  4 files changed, 2 insertions(+), 40 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma
> > *fbdev_cma)> 
> >                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> >  
> >  }
> >  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > 
> > -
> > -/**
> > - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > - *                                     
> > drm_fb_helper_set_suspend_unlocked
> > - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > - * @state: desired state, zero to resume, non-zero to suspend
> > - *
> > - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > - * fb_set_suspend implemented by fbdev core.
> > - */
> > -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
> > -                                       bool state)
> > -{
> > -       if (fbdev_cma)
> > -               drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > -                                                  state);
> > -}
> > -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > *dev)
> > 
> >  static int rcar_du_pm_suspend(struct device *dev)
> >  {
> >  
> >         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > 
> > -       struct drm_atomic_state *state;
> > 
> > -       drm_kms_helper_poll_disable(rcdu->ddev);
> > -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > -
> > -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > -       if (IS_ERR(state)) {
> > -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > -               drm_kms_helper_poll_enable(rcdu->ddev);
> > -               return PTR_ERR(state);
> > -       }
> > -
> > -       rcdu->suspend_state = state;
> > -
> > -       return 0;
> > +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > 
> >  }
> >  
> >  static int rcar_du_pm_resume(struct device *dev)
> >  {
> >  
> >         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > 
> > -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > -       drm_kms_helper_poll_enable(rcdu->ddev);
> > -
> > -       return 0;
> > +       return drm_mode_config_helper_resume(rcdu->ddev);
> > 
> >  }
> >  #endif
> > 
> > diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > @@ -78,7 +78,6 @@ struct rcar_du_device {
> > 
> >         struct drm_device *ddev;
> >         struct drm_fbdev_cma *fbdev;
> > 
> > -       struct drm_atomic_state *suspend_state;
> > 
> >         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> >         unsigned int num_crtcs;
> > 
> > diff --git a/include/drm/drm_fb_cma_helper.h
> > b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > --- a/include/drm/drm_fb_cma_helper.h
> > +++ b/include/drm/drm_fb_cma_helper.h
> > @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > drm_device *dev,> 
> >  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> >  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > 
> > -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
> > -                                       bool state);
> > 
> >  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer
> >  *fb,
> >         unsigned int plane);
Laurent Pinchart Sept. 28, 2018, 3:30 p.m. UTC | #3
Hi Souptick,

On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> >> convert drm_atomic_helper_suspend/resume() to use
> >> drm_mode_config_helper_suspend/resume().
> >> 
> >> remove suspend_state field from the rcar_du_device
> >> structure as it is no more required.
> >> 
> >> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> >> will left with no consumer. So this function can be removed.
> >> 
> >> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > 
> > Laurent, any comment on this patch ??
> 
> Sorry for the delay, and thanks for pinging me.
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Should I apply this to my tree or do you plan to merge it through drm-misc
> as it touches drm_fb_cma_helper.c ?

I just realized that the same patch got supplied by Noralf Trønnes nearly a 
year ago, and was later superseded by https://patchwork.freedesktop.org/patch/
247861/. I think we should thus apply Noralf's patches instead (once he sends 
v4 out).

> >> ---
> >> 
> >>  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> >>  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> >>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> >>  include/drm/drm_fb_cma_helper.h       |  2 --
> >>  4 files changed, 2 insertions(+), 40 deletions(-)
> >> 
> >> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> >> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> >> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> >> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> >> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> >> drm_fbdev_cma *fbdev_cma)
> >>                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> >>  }
> >>  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> >> 
> >> -
> >> -/**
> >> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> >> - *
> >> drm_fb_helper_set_suspend_unlocked
> >> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> >> - * @state: desired state, zero to resume, non-zero to suspend
> >> - *
> >> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> >> - * fb_set_suspend implemented by fbdev core.
> >> - */
> >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> >> *fbdev_cma,
> >> -                                       bool state)
> >> -{
> >> -       if (fbdev_cma)
> >> -              
> >> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> >> -                                                  state);
> >> -}
> >> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> >> *dev)
> >> 
> >>  static int rcar_du_pm_suspend(struct device *dev)
> >>  {
> >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> >> -       struct drm_atomic_state *state;
> >> 
> >> -       drm_kms_helper_poll_disable(rcdu->ddev);
> >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> >> -
> >> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> >> -       if (IS_ERR(state)) {
> >> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> >> -               drm_kms_helper_poll_enable(rcdu->ddev);
> >> -               return PTR_ERR(state);
> >> -       }
> >> -
> >> -       rcdu->suspend_state = state;
> >> -
> >> -       return 0;
> >> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> >>  }
> >>  
> >>  static int rcar_du_pm_resume(struct device *dev)
> >>  {
> >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> >> 
> >> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> >> -       drm_kms_helper_poll_enable(rcdu->ddev);
> >> -
> >> -       return 0;
> >> +       return drm_mode_config_helper_resume(rcdu->ddev);
> >>  }
> >>  #endif
> >> 
> >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >> @@ -78,7 +78,6 @@ struct rcar_du_device {
> >>         struct drm_device *ddev;
> >>         struct drm_fbdev_cma *fbdev;
> >> 
> >> -       struct drm_atomic_state *suspend_state;
> >> 
> >>         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> >>         unsigned int num_crtcs;
> >> diff --git a/include/drm/drm_fb_cma_helper.h
> >> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> >> --- a/include/drm/drm_fb_cma_helper.h
> >> +++ b/include/drm/drm_fb_cma_helper.h
> >> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> >> drm_device *dev,
> >> 
> >>  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> >>  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> >> *fbdev_cma,
> >> -                                       bool state);
> >> 
> >>  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> >>  drm_framebuffer *fb,
> >>         unsigned int plane);
Souptick Joarder Sept. 28, 2018, 8:02 p.m. UTC | #4
On 28-Sep-2018 9:00 PM, "Laurent Pinchart" <
laurent.pinchart@ideasonboard.com> wrote:
>
> Hi Souptick,
>
> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > > On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > >> convert drm_atomic_helper_suspend/resume() to use
> > >> drm_mode_config_helper_suspend/resume().
> > >>
> > >> remove suspend_state field from the rcar_du_device
> > >> structure as it is no more required.
> > >>
> > >> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > >> will left with no consumer. So this function can be removed.
> > >>
> > >> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > >
> > > Laurent, any comment on this patch ??
> >
> > Sorry for the delay, and thanks for pinging me.
> >
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >
> > Should I apply this to my tree or do you plan to merge it through
drm-misc
> > as it touches drm_fb_cma_helper.c ?
>
> I just realized that the same patch got supplied by Noralf Trønnes nearly
a
> year ago, and was later superseded by
https://patchwork.freedesktop.org/patch/
> 247861/. I think we should thus apply Noralf's patches instead (once he
sends
> v4 out).

Sure, you can go ahead with his patch.

Shall I remove drm_fbdev_cma_set_suspend_unlocked in a separate patch once
all the consumer remove this function ?
>
> > >> ---
> > >>
> > >>  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > >>  include/drm/drm_fb_cma_helper.h       |  2 --
> > >>  4 files changed, 2 insertions(+), 40 deletions(-)
> > >>
> > >> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > >> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > >> drm_fbdev_cma *fbdev_cma)
> > >>                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > >>  }
> > >>  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > >>
> > >> -
> > >> -/**
> > >> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > >> - *
> > >> drm_fb_helper_set_suspend_unlocked
> > >> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > >> - * @state: desired state, zero to resume, non-zero to suspend
> > >> - *
> > >> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > >> - * fb_set_suspend implemented by fbdev core.
> > >> - */
> > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >> *fbdev_cma,
> > >> -                                       bool state)
> > >> -{
> > >> -       if (fbdev_cma)
> > >> -
> > >> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > >> -                                                  state);
> > >> -}
> > >> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > >> *dev)
> > >>
> > >>  static int rcar_du_pm_suspend(struct device *dev)
> > >>  {
> > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >> -       struct drm_atomic_state *state;
> > >>
> > >> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > >> -
> > >> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > >> -       if (IS_ERR(state)) {
> > >> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
false);
> > >> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > >> -               return PTR_ERR(state);
> > >> -       }
> > >> -
> > >> -       rcdu->suspend_state = state;
> > >> -
> > >> -       return 0;
> > >> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > >>  }
> > >>
> > >>  static int rcar_du_pm_resume(struct device *dev)
> > >>  {
> > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >>
> > >> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > >> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > >> -
> > >> -       return 0;
> > >> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > >>  }
> > >>  #endif
> > >>
> > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > >>         struct drm_device *ddev;
> > >>         struct drm_fbdev_cma *fbdev;
> > >>
> > >> -       struct drm_atomic_state *suspend_state;
> > >>
> > >>         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > >>         unsigned int num_crtcs;
> > >> diff --git a/include/drm/drm_fb_cma_helper.h
> > >> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > >> --- a/include/drm/drm_fb_cma_helper.h
> > >> +++ b/include/drm/drm_fb_cma_helper.h
> > >> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > >> drm_device *dev,
> > >>
> > >>  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > >>  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >> *fbdev_cma,
> > >> -                                       bool state);
> > >>
> > >>  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > >>  drm_framebuffer *fb,
> > >>         unsigned int plane);
>
> --
> Regards,
>
> Laurent Pinchart
>
>
>
<p dir="ltr"></p>
<p dir="ltr">On 28-Sep-2018 9:00 PM, &quot;Laurent Pinchart&quot; &lt;<a href="mailto:laurent.pinchart@ideasonboard.com">laurent.pinchart@ideasonboard.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Souptick,<br>
&gt;<br>
&gt; On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:<br>
&gt; &gt; On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:<br>
&gt; &gt; &gt; On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:<br>
&gt; &gt; &gt;&gt; convert drm_atomic_helper_suspend/resume() to use<br>
&gt; &gt; &gt;&gt; drm_mode_config_helper_suspend/resume().<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; remove suspend_state field from the rcar_du_device<br>
&gt; &gt; &gt;&gt; structure as it is no more required.<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; With this conversion, also drm_fbdev_cma_set_suspend_unlocked()<br>
&gt; &gt; &gt;&gt; will left with no consumer. So this function can be removed.<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; Signed-off-by: Souptick Joarder &lt;<a href="mailto:jrdr.linux@gmail.com">jrdr.linux@gmail.com</a>&gt;<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Laurent, any comment on this patch ??<br>
&gt; &gt; <br>
&gt; &gt; Sorry for the delay, and thanks for pinging me.<br>
&gt; &gt; <br>
&gt; &gt; Reviewed-by: Laurent Pinchart &lt;<a href="mailto:laurent.pinchart@ideasonboard.com">laurent.pinchart@ideasonboard.com</a>&gt;<br>
&gt; &gt; <br>
&gt; &gt; Should I apply this to my tree or do you plan to merge it through drm-misc<br>
&gt; &gt; as it touches drm_fb_cma_helper.c ?<br>
&gt;<br>
&gt; I just realized that the same patch got supplied by Noralf Trønnes nearly a <br>
&gt; year ago, and was later superseded by <a href="https://patchwork.freedesktop.org/patch/">https://patchwork.freedesktop.org/patch/</a><br>
&gt; 247861/. I think we should thus apply Noralf&#39;s patches instead (once he sends <br>
&gt; v4 out).</p>
<p dir="ltr">Sure, you can go ahead with his patch.</p>
<p dir="ltr">Shall I remove drm_fbdev_cma_set_suspend_unlocked in a separate patch once all the consumer remove this function ?<br>
&gt;<br>
&gt; &gt; &gt;&gt; ---<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt;  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------<br>
&gt; &gt; &gt;&gt;  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------<br>
&gt; &gt; &gt;&gt;  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -<br>
&gt; &gt; &gt;&gt;  include/drm/drm_fb_cma_helper.h       |  2 --<br>
&gt; &gt; &gt;&gt;  4 files changed, 2 insertions(+), 40 deletions(-)<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c<br>
&gt; &gt; &gt;&gt; b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644<br>
&gt; &gt; &gt;&gt; --- a/drivers/gpu/drm/drm_fb_cma_helper.c<br>
&gt; &gt; &gt;&gt; +++ b/drivers/gpu/drm/drm_fb_cma_helper.c<br>
&gt; &gt; &gt;&gt; @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct<br>
&gt; &gt; &gt;&gt; drm_fbdev_cma *fbdev_cma)<br>
&gt; &gt; &gt;&gt;                 drm_fb_helper_hotplug_event(&amp;fbdev_cma-&gt;fb_helper);<br>
&gt; &gt; &gt;&gt;  }<br>
&gt; &gt; &gt;&gt;  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; -<br>
&gt; &gt; &gt;&gt; -/**<br>
&gt; &gt; &gt;&gt; - * drm_fbdev_cma_set_suspend_unlocked - wrapper around<br>
&gt; &gt; &gt;&gt; - *<br>
&gt; &gt; &gt;&gt; drm_fb_helper_set_suspend_unlocked<br>
&gt; &gt; &gt;&gt; - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL<br>
&gt; &gt; &gt;&gt; - * @state: desired state, zero to resume, non-zero to suspend<br>
&gt; &gt; &gt;&gt; - *<br>
&gt; &gt; &gt;&gt; - * Calls drm_fb_helper_set_suspend, which is a wrapper around<br>
&gt; &gt; &gt;&gt; - * fb_set_suspend implemented by fbdev core.<br>
&gt; &gt; &gt;&gt; - */<br>
&gt; &gt; &gt;&gt; -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma<br>
&gt; &gt; &gt;&gt; *fbdev_cma,<br>
&gt; &gt; &gt;&gt; -                                       bool state)<br>
&gt; &gt; &gt;&gt; -{<br>
&gt; &gt; &gt;&gt; -       if (fbdev_cma)<br>
&gt; &gt; &gt;&gt; -              <br>
&gt; &gt; &gt;&gt; drm_fb_helper_set_suspend_unlocked(&amp;fbdev_cma-&gt;fb_helper,<br>
&gt; &gt; &gt;&gt; -                                                  state);<br>
&gt; &gt; &gt;&gt; -}<br>
&gt; &gt; &gt;&gt; -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);<br>
&gt; &gt; &gt;&gt; diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c<br>
&gt; &gt; &gt;&gt; b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644<br>
&gt; &gt; &gt;&gt; --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c<br>
&gt; &gt; &gt;&gt; +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c<br>
&gt; &gt; &gt;&gt; @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device<br>
&gt; &gt; &gt;&gt; *dev)<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt;  static int rcar_du_pm_suspend(struct device *dev)<br>
&gt; &gt; &gt;&gt;  {<br>
&gt; &gt; &gt;&gt;         struct rcar_du_device *rcdu = dev_get_drvdata(dev);<br>
&gt; &gt; &gt;&gt; -       struct drm_atomic_state *state;<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; -       drm_kms_helper_poll_disable(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt; -       drm_fbdev_cma_set_suspend_unlocked(rcdu-&gt;fbdev, true);<br>
&gt; &gt; &gt;&gt; -<br>
&gt; &gt; &gt;&gt; -       state = drm_atomic_helper_suspend(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt; -       if (IS_ERR(state)) {<br>
&gt; &gt; &gt;&gt; -               drm_fbdev_cma_set_suspend_unlocked(rcdu-&gt;fbdev, false);<br>
&gt; &gt; &gt;&gt; -               drm_kms_helper_poll_enable(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt; -               return PTR_ERR(state);<br>
&gt; &gt; &gt;&gt; -       }<br>
&gt; &gt; &gt;&gt; -<br>
&gt; &gt; &gt;&gt; -       rcdu-&gt;suspend_state = state;<br>
&gt; &gt; &gt;&gt; -<br>
&gt; &gt; &gt;&gt; -       return 0;<br>
&gt; &gt; &gt;&gt; +       return drm_mode_config_helper_suspend(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt;  }<br>
&gt; &gt; &gt;&gt;  <br>
&gt; &gt; &gt;&gt;  static int rcar_du_pm_resume(struct device *dev)<br>
&gt; &gt; &gt;&gt;  {<br>
&gt; &gt; &gt;&gt;         struct rcar_du_device *rcdu = dev_get_drvdata(dev);<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; -       drm_atomic_helper_resume(rcdu-&gt;ddev, rcdu-&gt;suspend_state);<br>
&gt; &gt; &gt;&gt; -       drm_fbdev_cma_set_suspend_unlocked(rcdu-&gt;fbdev, false);<br>
&gt; &gt; &gt;&gt; -       drm_kms_helper_poll_enable(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt; -<br>
&gt; &gt; &gt;&gt; -       return 0;<br>
&gt; &gt; &gt;&gt; +       return drm_mode_config_helper_resume(rcdu-&gt;ddev);<br>
&gt; &gt; &gt;&gt;  }<br>
&gt; &gt; &gt;&gt;  #endif<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h<br>
&gt; &gt; &gt;&gt; b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644<br>
&gt; &gt; &gt;&gt; --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h<br>
&gt; &gt; &gt;&gt; +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h<br>
&gt; &gt; &gt;&gt; @@ -78,7 +78,6 @@ struct rcar_du_device {<br>
&gt; &gt; &gt;&gt;         struct drm_device *ddev;<br>
&gt; &gt; &gt;&gt;         struct drm_fbdev_cma *fbdev;<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt; -       struct drm_atomic_state *suspend_state;<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt;         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];<br>
&gt; &gt; &gt;&gt;         unsigned int num_crtcs;<br>
&gt; &gt; &gt;&gt; diff --git a/include/drm/drm_fb_cma_helper.h<br>
&gt; &gt; &gt;&gt; b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644<br>
&gt; &gt; &gt;&gt; --- a/include/drm/drm_fb_cma_helper.h<br>
&gt; &gt; &gt;&gt; +++ b/include/drm/drm_fb_cma_helper.h<br>
&gt; &gt; &gt;&gt; @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct<br>
&gt; &gt; &gt;&gt; drm_device *dev,<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt;  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);<br>
&gt; &gt; &gt;&gt;  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);<br>
&gt; &gt; &gt;&gt; -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma<br>
&gt; &gt; &gt;&gt; *fbdev_cma,<br>
&gt; &gt; &gt;&gt; -                                       bool state);<br>
&gt; &gt; &gt;&gt; <br>
&gt; &gt; &gt;&gt;  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct<br>
&gt; &gt; &gt;&gt;  drm_framebuffer *fb,<br>
&gt; &gt; &gt;&gt;         unsigned int plane);<br>
&gt;<br>
&gt; -- <br>
&gt; Regards,<br>
&gt;<br>
&gt; Laurent Pinchart<br>
&gt;<br>
&gt;<br>
&gt;</p>
Laurent Pinchart Sept. 30, 2018, 6:57 a.m. UTC | #5
Hi Souptick,

On Friday, 28 September 2018 23:02:32 EEST Souptick Joarder wrote:
> On 28-Sep-2018 9:00 PM, "Laurent Pinchart" wrote:
> > On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> >> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> >>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> >>>> convert drm_atomic_helper_suspend/resume() to use
> >>>> drm_mode_config_helper_suspend/resume().
> >>>> 
> >>>> remove suspend_state field from the rcar_du_device
> >>>> structure as it is no more required.
> >>>> 
> >>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> >>>> will left with no consumer. So this function can be removed.
> >>>> 
> >>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> >>> 
> >>> Laurent, any comment on this patch ??
> >> 
> >> Sorry for the delay, and thanks for pinging me.
> >> 
> >> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >> 
> >> Should I apply this to my tree or do you plan to merge it through
> >> drm-misc as it touches drm_fb_cma_helper.c ?
> > 
> > I just realized that the same patch got supplied by Noralf Trønnes nearly
> > a year ago, and was later superseded by https://patchwork.freedesktop.org/
> > patch/247861/. I think we should thus apply Noralf's patches instead (once
> > he sends v4 out).
> 
> Sure, you can go ahead with his patch.
> 
> Shall I remove drm_fbdev_cma_set_suspend_unlocked in a separate patch once
> all the consumer remove this function ?

Sure, if the function isn't removed as part of Noralf's patch series, please 
send a separate patch to remove it.
Daniel Vetter Oct. 1, 2018, 6:52 a.m. UTC | #6
On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> Hi Souptick,
> 
> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > > On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > >> convert drm_atomic_helper_suspend/resume() to use
> > >> drm_mode_config_helper_suspend/resume().
> > >> 
> > >> remove suspend_state field from the rcar_du_device
> > >> structure as it is no more required.
> > >> 
> > >> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > >> will left with no consumer. So this function can be removed.
> > >> 
> > >> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > > 
> > > Laurent, any comment on this patch ??
> > 
> > Sorry for the delay, and thanks for pinging me.
> > 
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > Should I apply this to my tree or do you plan to merge it through drm-misc
> > as it touches drm_fb_cma_helper.c ?
> 
> I just realized that the same patch got supplied by Noralf Trønnes nearly a 
> year ago, and was later superseded by https://patchwork.freedesktop.org/patch/
> 247861/. I think we should thus apply Noralf's patches instead (once he sends 
> v4 out).

I don't think Noralf is still actively working on this, he's busy with the
fbdev emulation stuff. Probably better if you pick up one of the existing
ones, than waiting another year or so :-)

Cheers, Daniel

> 
> > >> ---
> > >> 
> > >>  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > >>  include/drm/drm_fb_cma_helper.h       |  2 --
> > >>  4 files changed, 2 insertions(+), 40 deletions(-)
> > >> 
> > >> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > >> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > >> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > >> drm_fbdev_cma *fbdev_cma)
> > >>                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > >>  }
> > >>  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > >> 
> > >> -
> > >> -/**
> > >> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > >> - *
> > >> drm_fb_helper_set_suspend_unlocked
> > >> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > >> - * @state: desired state, zero to resume, non-zero to suspend
> > >> - *
> > >> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > >> - * fb_set_suspend implemented by fbdev core.
> > >> - */
> > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >> *fbdev_cma,
> > >> -                                       bool state)
> > >> -{
> > >> -       if (fbdev_cma)
> > >> -              
> > >> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > >> -                                                  state);
> > >> -}
> > >> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > >> *dev)
> > >> 
> > >>  static int rcar_du_pm_suspend(struct device *dev)
> > >>  {
> > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >> -       struct drm_atomic_state *state;
> > >> 
> > >> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > >> -
> > >> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > >> -       if (IS_ERR(state)) {
> > >> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > >> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > >> -               return PTR_ERR(state);
> > >> -       }
> > >> -
> > >> -       rcdu->suspend_state = state;
> > >> -
> > >> -       return 0;
> > >> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > >>  }
> > >>  
> > >>  static int rcar_du_pm_resume(struct device *dev)
> > >>  {
> > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >> 
> > >> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > >> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > >> -
> > >> -       return 0;
> > >> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > >>  }
> > >>  #endif
> > >> 
> > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > >>         struct drm_device *ddev;
> > >>         struct drm_fbdev_cma *fbdev;
> > >> 
> > >> -       struct drm_atomic_state *suspend_state;
> > >> 
> > >>         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > >>         unsigned int num_crtcs;
> > >> diff --git a/include/drm/drm_fb_cma_helper.h
> > >> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > >> --- a/include/drm/drm_fb_cma_helper.h
> > >> +++ b/include/drm/drm_fb_cma_helper.h
> > >> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > >> drm_device *dev,
> > >> 
> > >>  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > >>  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >> *fbdev_cma,
> > >> -                                       bool state);
> > >> 
> > >>  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > >>  drm_framebuffer *fb,
> > >>         unsigned int plane);
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> 
>
Laurent Pinchart Oct. 1, 2018, 11:56 a.m. UTC | #7
Hi Daniel,

On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> > On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > > On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > > > On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > > >> convert drm_atomic_helper_suspend/resume() to use
> > > >> drm_mode_config_helper_suspend/resume().
> > > >> 
> > > >> remove suspend_state field from the rcar_du_device
> > > >> structure as it is no more required.
> > > >> 
> > > >> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > > >> will left with no consumer. So this function can be removed.
> > > >> 
> > > >> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > > > 
> > > > Laurent, any comment on this patch ??
> > > 
> > > Sorry for the delay, and thanks for pinging me.
> > > 
> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > > 
> > > Should I apply this to my tree or do you plan to merge it through
> > > drm-misc
> > > as it touches drm_fb_cma_helper.c ?
> > 
> > I just realized that the same patch got supplied by Noralf Trønnes nearly
> > a
> > year ago, and was later superseded by
> > https://patchwork.freedesktop.org/patch/247861/. I think we should thus
> > apply Noralf's patches instead (once he sends v4 out).
> 
> I don't think Noralf is still actively working on this, he's busy with the
> fbdev emulation stuff. Probably better if you pick up one of the existing
> ones, than waiting another year or so :-)

Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev 
emulation stuff ? That patch series is from less than a month ago, so I 
thought it was actively developed.

Let's ask him. Noralf, any comment ? :-) 

> > > >> ---
> > > >> 
> > > >>  drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > > >>  drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > > >>  include/drm/drm_fb_cma_helper.h       |  2 --
> > > >>  4 files changed, 2 insertions(+), 40 deletions(-)
> > > >> 
> > > >> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > > >> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > > >> drm_fbdev_cma *fbdev_cma)
> > > >> 
> > > >>                 drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > > >>  
> > > >>  }
> > > >>  EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > > >> 
> > > >> -
> > > >> -/**
> > > >> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > > >> - *
> > > >> drm_fb_helper_set_suspend_unlocked
> > > >> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > > >> - * @state: desired state, zero to resume, non-zero to suspend
> > > >> - *
> > > >> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > > >> - * fb_set_suspend implemented by fbdev core.
> > > >> - */
> > > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > >> *fbdev_cma,
> > > >> -                                       bool state)
> > > >> -{
> > > >> -       if (fbdev_cma)
> > > >> -
> > > >> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > > >> -                                                  state);
> > > >> -}
> > > >> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > > >> *dev)
> > > >> 
> > > >>  static int rcar_du_pm_suspend(struct device *dev)
> > > >>  {
> > > >>  
> > > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > >> 
> > > >> -       struct drm_atomic_state *state;
> > > >> 
> > > >> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > > >> -
> > > >> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > > >> -       if (IS_ERR(state)) {
> > > >> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
> > > >> false);
> > > >> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > > >> -               return PTR_ERR(state);
> > > >> -       }
> > > >> -
> > > >> -       rcdu->suspend_state = state;
> > > >> -
> > > >> -       return 0;
> > > >> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > > >> 
> > > >>  }
> > > >>  
> > > >>  static int rcar_du_pm_resume(struct device *dev)
> > > >>  {
> > > >>  
> > > >>         struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > >> 
> > > >> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > > >> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > > >> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > > >> -
> > > >> -       return 0;
> > > >> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > > >> 
> > > >>  }
> > > >>  #endif
> > > >> 
> > > >> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > > >> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > > >> 
> > > >>         struct drm_device *ddev;
> > > >>         struct drm_fbdev_cma *fbdev;
> > > >> 
> > > >> -       struct drm_atomic_state *suspend_state;
> > > >> 
> > > >>         struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > > >>         unsigned int num_crtcs;
> > > >> 
> > > >> diff --git a/include/drm/drm_fb_cma_helper.h
> > > >> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > > >> --- a/include/drm/drm_fb_cma_helper.h
> > > >> +++ b/include/drm/drm_fb_cma_helper.h
> > > >> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > > >> drm_device *dev,
> > > >> 
> > > >>  void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > > >>  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > > >> 
> > > >> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > >> *fbdev_cma,
> > > >> -                                       bool state);
> > > >> 
> > > >>  struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > > >>  drm_framebuffer *fb,
> > > >>  
> > > >>         unsigned int plane);
Noralf Trønnes Oct. 1, 2018, 12:42 p.m. UTC | #8
Den 01.10.2018 13.56, skrev Laurent Pinchart:
> Hi Daniel,
>
> On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
>> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
>>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
>>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
>>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
>>>>>> convert drm_atomic_helper_suspend/resume() to use
>>>>>> drm_mode_config_helper_suspend/resume().
>>>>>>
>>>>>> remove suspend_state field from the rcar_du_device
>>>>>> structure as it is no more required.
>>>>>>
>>>>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
>>>>>> will left with no consumer. So this function can be removed.
>>>>>>
>>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
>>>>> Laurent, any comment on this patch ??
>>>> Sorry for the delay, and thanks for pinging me.
>>>>
>>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>>>>
>>>> Should I apply this to my tree or do you plan to merge it through
>>>> drm-misc
>>>> as it touches drm_fb_cma_helper.c ?
>>> I just realized that the same patch got supplied by Noralf Trønnes nearly
>>> a
>>> year ago, and was later superseded by
>>> https://patchwork.freedesktop.org/patch/247861/. I think we should thus
>>> apply Noralf's patches instead (once he sends v4 out).
>> I don't think Noralf is still actively working on this, he's busy with the
>> fbdev emulation stuff. Probably better if you pick up one of the existing
>> ones, than waiting another year or so :-)
> Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev
> emulation stuff ? That patch series is from less than a month ago, so I
> thought it was actively developed.
>
> Let's ask him. Noralf, any comment ? :-)

I see now that I've caused some confusion here.

I did some refactoring of the fbdev stuff in the CMA helper last year.
In the last series of that work there is this patch:

[v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
https://patchwork.freedesktop.org/patch/192414/

During Christmas I got the idea that maybe it was possible to use a dumb
buffer to do generic fbdev emulation. That work took me 6 months before a
solution using a general internal DRM client was hammered out. By the
time I started to convert drivers I had forgotten about that patch.

When I wrote the patch (#247861) to convert rcar to the generic fbdev, I
just bundled up the suspend/resume change with the fbdev conversion.
Laurent and Sam commented on that bundling, so I said that I would split
it up in the next version.

All that being said, I think that this patch should be applied and I'll
just rebase the rcar fbdev conversion patch on top of that.
It's the easiest for me at least :-)

Noralf.

>>>>>> ---
>>>>>>
>>>>>>   drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
>>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
>>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
>>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
>>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
>>>>>>
>>>>>> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
>>>>>> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
>>>>>> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
>>>>>> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
>>>>>> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
>>>>>> drm_fbdev_cma *fbdev_cma)
>>>>>>
>>>>>>                  drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
>>>>>>   
>>>>>>   }
>>>>>>   EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
>>>>>>
>>>>>> -
>>>>>> -/**
>>>>>> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
>>>>>> - *
>>>>>> drm_fb_helper_set_suspend_unlocked
>>>>>> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
>>>>>> - * @state: desired state, zero to resume, non-zero to suspend
>>>>>> - *
>>>>>> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
>>>>>> - * fb_set_suspend implemented by fbdev core.
>>>>>> - */
>>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
>>>>>> *fbdev_cma,
>>>>>> -                                       bool state)
>>>>>> -{
>>>>>> -       if (fbdev_cma)
>>>>>> -
>>>>>> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
>>>>>> -                                                  state);
>>>>>> -}
>>>>>> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
>>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
>>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
>>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
>>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
>>>>>> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
>>>>>> *dev)
>>>>>>
>>>>>>   static int rcar_du_pm_suspend(struct device *dev)
>>>>>>   {
>>>>>>   
>>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
>>>>>>
>>>>>> -       struct drm_atomic_state *state;
>>>>>>
>>>>>> -       drm_kms_helper_poll_disable(rcdu->ddev);
>>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
>>>>>> -
>>>>>> -       state = drm_atomic_helper_suspend(rcdu->ddev);
>>>>>> -       if (IS_ERR(state)) {
>>>>>> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
>>>>>> false);
>>>>>> -               drm_kms_helper_poll_enable(rcdu->ddev);
>>>>>> -               return PTR_ERR(state);
>>>>>> -       }
>>>>>> -
>>>>>> -       rcdu->suspend_state = state;
>>>>>> -
>>>>>> -       return 0;
>>>>>> +       return drm_mode_config_helper_suspend(rcdu->ddev);
>>>>>>
>>>>>>   }
>>>>>>   
>>>>>>   static int rcar_du_pm_resume(struct device *dev)
>>>>>>   {
>>>>>>   
>>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
>>>>>>
>>>>>> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
>>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
>>>>>> -       drm_kms_helper_poll_enable(rcdu->ddev);
>>>>>> -
>>>>>> -       return 0;
>>>>>> +       return drm_mode_config_helper_resume(rcdu->ddev);
>>>>>>
>>>>>>   }
>>>>>>   #endif
>>>>>>
>>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
>>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
>>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
>>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
>>>>>> @@ -78,7 +78,6 @@ struct rcar_du_device {
>>>>>>
>>>>>>          struct drm_device *ddev;
>>>>>>          struct drm_fbdev_cma *fbdev;
>>>>>>
>>>>>> -       struct drm_atomic_state *suspend_state;
>>>>>>
>>>>>>          struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
>>>>>>          unsigned int num_crtcs;
>>>>>>
>>>>>> diff --git a/include/drm/drm_fb_cma_helper.h
>>>>>> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
>>>>>> --- a/include/drm/drm_fb_cma_helper.h
>>>>>> +++ b/include/drm/drm_fb_cma_helper.h
>>>>>> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
>>>>>> drm_device *dev,
>>>>>>
>>>>>>   void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
>>>>>>   void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
>>>>>>
>>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
>>>>>> *fbdev_cma,
>>>>>> -                                       bool state);
>>>>>>
>>>>>>   struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
>>>>>>   drm_framebuffer *fb,
>>>>>>   
>>>>>>          unsigned int plane);
Souptick Joarder Oct. 8, 2018, 4:27 p.m. UTC | #9
Hi Laurent,
On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes <noralf@tronnes.org> wrote:
>
>
> Den 01.10.2018 13.56, skrev Laurent Pinchart:
> > Hi Daniel,
> >
> > On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> >> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> >>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> >>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> >>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> >>>>>> convert drm_atomic_helper_suspend/resume() to use
> >>>>>> drm_mode_config_helper_suspend/resume().
> >>>>>>
> >>>>>> remove suspend_state field from the rcar_du_device
> >>>>>> structure as it is no more required.
> >>>>>>
> >>>>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> >>>>>> will left with no consumer. So this function can be removed.
> >>>>>>
> >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> >>>>> Laurent, any comment on this patch ??
> >>>> Sorry for the delay, and thanks for pinging me.
> >>>>
> >>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >>>>
> >>>> Should I apply this to my tree or do you plan to merge it through
> >>>> drm-misc
> >>>> as it touches drm_fb_cma_helper.c ?
> >>> I just realized that the same patch got supplied by Noralf Trønnes nearly
> >>> a
> >>> year ago, and was later superseded by
> >>> https://patchwork.freedesktop.org/patch/247861/. I think we should thus
> >>> apply Noralf's patches instead (once he sends v4 out).
> >> I don't think Noralf is still actively working on this, he's busy with the
> >> fbdev emulation stuff. Probably better if you pick up one of the existing
> >> ones, than waiting another year or so :-)
> > Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev
> > emulation stuff ? That patch series is from less than a month ago, so I
> > thought it was actively developed.
> >
> > Let's ask him. Noralf, any comment ? :-)
>
> I see now that I've caused some confusion here.
>
> I did some refactoring of the fbdev stuff in the CMA helper last year.
> In the last series of that work there is this patch:
>
> [v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
> https://patchwork.freedesktop.org/patch/192414/
>
> During Christmas I got the idea that maybe it was possible to use a dumb
> buffer to do generic fbdev emulation. That work took me 6 months before a
> solution using a general internal DRM client was hammered out. By the
> time I started to convert drivers I had forgotten about that patch.
>
> When I wrote the patch (#247861) to convert rcar to the generic fbdev, I
> just bundled up the suspend/resume change with the fbdev conversion.
> Laurent and Sam commented on that bundling, so I said that I would split
> it up in the next version.
>
> All that being said, I think that this patch should be applied and I'll
> just rebase the rcar fbdev conversion patch on top of that.
> It's the easiest for me at least :-)
>
Any conclusion on this patch ? :-)

ers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> >>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
> >>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
> >>>>>>
> >>>>>> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> >>>>>> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> >>>>>> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> >>>>>> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> >>>>>> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> >>>>>> drm_fbdev_cma *fbdev_cma)
> >>>>>>
> >>>>>>                  drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> >>>>>>
> >>>>>>   }
> >>>>>>   EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> >>>>>>
> >>>>>> -
> >>>>>> -/**
> >>>>>> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> >>>>>> - *
> >>>>>> drm_fb_helper_set_suspend_unlocked
> >>>>>> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> >>>>>> - * @state: desired state, zero to resume, non-zero to suspend
> >>>>>> - *
> >>>>>> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> >>>>>> - * fb_set_suspend implemented by fbdev core.
> >>>>>> - */
> >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> >>>>>> *fbdev_cma,
> >>>>>> -                                       bool state)
> >>>>>> -{
> >>>>>> -       if (fbdev_cma)
> >>>>>> -
> >>>>>> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> >>>>>> -                                                  state);
> >>>>>> -}
> >>>>>> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> >>>>>> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> >>>>>> *dev)
> >>>>>>
> >>>>>>   static int rcar_du_pm_suspend(struct device *dev)
> >>>>>>   {
> >>>>>>
> >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> >>>>>>
> >>>>>> -       struct drm_atomic_state *state;
> >>>>>>
> >>>>>> -       drm_kms_helper_poll_disable(rcdu->ddev);
> >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> >>>>>> -
> >>>>>> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> >>>>>> -       if (IS_ERR(state)) {
> >>>>>> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
> >>>>>> false);
> >>>>>> -               drm_kms_helper_poll_enable(rcdu->ddev);
> >>>>>> -               return PTR_ERR(state);
> >>>>>> -       }
> >>>>>> -
> >>>>>> -       rcdu->suspend_state = state;
> >>>>>> -
> >>>>>> -       return 0;
> >>>>>> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> >>>>>>
> >>>>>>   }
> >>>>>>
> >>>>>>   static int rcar_du_pm_resume(struct device *dev)
> >>>>>>   {
> >>>>>>
> >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> >>>>>>
> >>>>>> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> >>>>>> -       drm_kms_helper_poll_enable(rcdu->ddev);
> >>>>>> -
> >>>>>> -       return 0;
> >>>>>> +       return drm_mode_config_helper_resume(rcdu->ddev);
> >>>>>>
> >>>>>>   }
> >>>>>>   #endif
> >>>>>>
> >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> >>>>>> @@ -78,7 +78,6 @@ struct rcar_du_device {
> >>>>>>
> >>>>>>          struct drm_device *ddev;
> >>>>>>          struct drm_fbdev_cma *fbdev;
> >>>>>>
> >>>>>> -       struct drm_atomic_state *suspend_state;
> >>>>>>
> >>>>>>          struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> >>>>>>          unsigned int num_crtcs;
> >>>>>>
> >>>>>> diff --git a/include/drm/drm_fb_cma_helper.h
> >>>>>> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> >>>>>> --- a/include/drm/drm_fb_cma_helper.h
> >>>>>> +++ b/include/drm/drm_fb_cma_helper.h
> >>>>>> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> >>>>>> drm_device *dev,
> >>>>>>
> >>>>>>   void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> >>>>>>   void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> >>>>>>
> >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> >>>>>> *fbdev_cma,
> >>>>>> -                                       bool state);
> >>>>>>
> >>>>>>   struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> >>>>>>   drm_framebuffer *fb,
> >>>>>>
> >>>>>>          unsigned int plane);
>
Daniel Vetter Oct. 11, 2018, 8:18 a.m. UTC | #10
On Mon, Oct 08, 2018 at 09:57:52PM +0530, Souptick Joarder wrote:
> Hi Laurent,
> On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes <noralf@tronnes.org> wrote:
> >
> >
> > Den 01.10.2018 13.56, skrev Laurent Pinchart:
> > > Hi Daniel,
> > >
> > > On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> > >> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> > >>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > >>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > >>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > >>>>>> convert drm_atomic_helper_suspend/resume() to use
> > >>>>>> drm_mode_config_helper_suspend/resume().
> > >>>>>>
> > >>>>>> remove suspend_state field from the rcar_du_device
> > >>>>>> structure as it is no more required.
> > >>>>>>
> > >>>>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > >>>>>> will left with no consumer. So this function can be removed.
> > >>>>>>
> > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > >>>>> Laurent, any comment on this patch ??
> > >>>> Sorry for the delay, and thanks for pinging me.
> > >>>>
> > >>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > >>>>
> > >>>> Should I apply this to my tree or do you plan to merge it through
> > >>>> drm-misc
> > >>>> as it touches drm_fb_cma_helper.c ?
> > >>> I just realized that the same patch got supplied by Noralf Trønnes nearly
> > >>> a
> > >>> year ago, and was later superseded by
> > >>> https://patchwork.freedesktop.org/patch/247861/. I think we should thus
> > >>> apply Noralf's patches instead (once he sends v4 out).
> > >> I don't think Noralf is still actively working on this, he's busy with the
> > >> fbdev emulation stuff. Probably better if you pick up one of the existing
> > >> ones, than waiting another year or so :-)
> > > Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev
> > > emulation stuff ? That patch series is from less than a month ago, so I
> > > thought it was actively developed.
> > >
> > > Let's ask him. Noralf, any comment ? :-)
> >
> > I see now that I've caused some confusion here.
> >
> > I did some refactoring of the fbdev stuff in the CMA helper last year.
> > In the last series of that work there is this patch:
> >
> > [v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
> > https://patchwork.freedesktop.org/patch/192414/
> >
> > During Christmas I got the idea that maybe it was possible to use a dumb
> > buffer to do generic fbdev emulation. That work took me 6 months before a
> > solution using a general internal DRM client was hammered out. By the
> > time I started to convert drivers I had forgotten about that patch.
> >
> > When I wrote the patch (#247861) to convert rcar to the generic fbdev, I
> > just bundled up the suspend/resume change with the fbdev conversion.
> > Laurent and Sam commented on that bundling, so I said that I would split
> > it up in the next version.
> >
> > All that being said, I think that this patch should be applied and I'll
> > just rebase the rcar fbdev conversion patch on top of that.
> > It's the easiest for me at least :-)
> >
> Any conclusion on this patch ? :-)

Laurent should pick it up and apply to his rcar-du tree I think. We can
also stuff it into drm-misc as a fallback.
-Daniel

> 
> ers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > >>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
> > >>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
> > >>>>>>
> > >>>>>> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >>>>>> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > >>>>>> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > >>>>>> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > >>>>>> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > >>>>>> drm_fbdev_cma *fbdev_cma)
> > >>>>>>
> > >>>>>>                  drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > >>>>>>
> > >>>>>>   }
> > >>>>>>   EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > >>>>>>
> > >>>>>> -
> > >>>>>> -/**
> > >>>>>> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > >>>>>> - *
> > >>>>>> drm_fb_helper_set_suspend_unlocked
> > >>>>>> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > >>>>>> - * @state: desired state, zero to resume, non-zero to suspend
> > >>>>>> - *
> > >>>>>> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > >>>>>> - * fb_set_suspend implemented by fbdev core.
> > >>>>>> - */
> > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >>>>>> *fbdev_cma,
> > >>>>>> -                                       bool state)
> > >>>>>> -{
> > >>>>>> -       if (fbdev_cma)
> > >>>>>> -
> > >>>>>> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > >>>>>> -                                                  state);
> > >>>>>> -}
> > >>>>>> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > >>>>>> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > >>>>>> *dev)
> > >>>>>>
> > >>>>>>   static int rcar_du_pm_suspend(struct device *dev)
> > >>>>>>   {
> > >>>>>>
> > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >>>>>>
> > >>>>>> -       struct drm_atomic_state *state;
> > >>>>>>
> > >>>>>> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > >>>>>> -
> > >>>>>> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > >>>>>> -       if (IS_ERR(state)) {
> > >>>>>> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
> > >>>>>> false);
> > >>>>>> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > >>>>>> -               return PTR_ERR(state);
> > >>>>>> -       }
> > >>>>>> -
> > >>>>>> -       rcdu->suspend_state = state;
> > >>>>>> -
> > >>>>>> -       return 0;
> > >>>>>> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > >>>>>>
> > >>>>>>   }
> > >>>>>>
> > >>>>>>   static int rcar_du_pm_resume(struct device *dev)
> > >>>>>>   {
> > >>>>>>
> > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > >>>>>>
> > >>>>>> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > >>>>>> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > >>>>>> -
> > >>>>>> -       return 0;
> > >>>>>> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > >>>>>>
> > >>>>>>   }
> > >>>>>>   #endif
> > >>>>>>
> > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > >>>>>> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > >>>>>>
> > >>>>>>          struct drm_device *ddev;
> > >>>>>>          struct drm_fbdev_cma *fbdev;
> > >>>>>>
> > >>>>>> -       struct drm_atomic_state *suspend_state;
> > >>>>>>
> > >>>>>>          struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > >>>>>>          unsigned int num_crtcs;
> > >>>>>>
> > >>>>>> diff --git a/include/drm/drm_fb_cma_helper.h
> > >>>>>> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > >>>>>> --- a/include/drm/drm_fb_cma_helper.h
> > >>>>>> +++ b/include/drm/drm_fb_cma_helper.h
> > >>>>>> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > >>>>>> drm_device *dev,
> > >>>>>>
> > >>>>>>   void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > >>>>>>   void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > >>>>>>
> > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > >>>>>> *fbdev_cma,
> > >>>>>> -                                       bool state);
> > >>>>>>
> > >>>>>>   struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > >>>>>>   drm_framebuffer *fb,
> > >>>>>>
> > >>>>>>          unsigned int plane);
> >
Souptick Joarder Oct. 22, 2018, 8:21 a.m. UTC | #11
Hi Laurent,

On Thu, Oct 11, 2018 at 1:48 PM Daniel Vetter <daniel@ffwll.ch> wrote:
>
> On Mon, Oct 08, 2018 at 09:57:52PM +0530, Souptick Joarder wrote:
> > Hi Laurent,
> > On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes <noralf@tronnes.org> wrote:
> > >
> > >
> > > Den 01.10.2018 13.56, skrev Laurent Pinchart:
> > > > Hi Daniel,
> > > >
> > > > On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> > > >> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> > > >>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > > >>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > > >>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > > >>>>>> convert drm_atomic_helper_suspend/resume() to use
> > > >>>>>> drm_mode_config_helper_suspend/resume().
> > > >>>>>>
> > > >>>>>> remove suspend_state field from the rcar_du_device
> > > >>>>>> structure as it is no more required.
> > > >>>>>>
> > > >>>>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > > >>>>>> will left with no consumer. So this function can be removed.
> > > >>>>>>
> > > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > > >>>>> Laurent, any comment on this patch ??
> > > >>>> Sorry for the delay, and thanks for pinging me.
> > > >>>>
> > > >>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > > >>>>
> > > >>>> Should I apply this to my tree or do you plan to merge it through
> > > >>>> drm-misc
> > > >>>> as it touches drm_fb_cma_helper.c ?
> > > >>> I just realized that the same patch got supplied by Noralf Trønnes nearly
> > > >>> a
> > > >>> year ago, and was later superseded by
> > > >>> https://patchwork.freedesktop.org/patch/247861/. I think we should thus
> > > >>> apply Noralf's patches instead (once he sends v4 out).
> > > >> I don't think Noralf is still actively working on this, he's busy with the
> > > >> fbdev emulation stuff. Probably better if you pick up one of the existing
> > > >> ones, than waiting another year or so :-)
> > > > Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev
> > > > emulation stuff ? That patch series is from less than a month ago, so I
> > > > thought it was actively developed.
> > > >
> > > > Let's ask him. Noralf, any comment ? :-)
> > >
> > > I see now that I've caused some confusion here.
> > >
> > > I did some refactoring of the fbdev stuff in the CMA helper last year.
> > > In the last series of that work there is this patch:
> > >
> > > [v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
> > > https://patchwork.freedesktop.org/patch/192414/
> > >
> > > During Christmas I got the idea that maybe it was possible to use a dumb
> > > buffer to do generic fbdev emulation. That work took me 6 months before a
> > > solution using a general internal DRM client was hammered out. By the
> > > time I started to convert drivers I had forgotten about that patch.
> > >
> > > When I wrote the patch (#247861) to convert rcar to the generic fbdev, I
> > > just bundled up the suspend/resume change with the fbdev conversion.
> > > Laurent and Sam commented on that bundling, so I said that I would split
> > > it up in the next version.
> > >
> > > All that being said, I think that this patch should be applied and I'll
> > > just rebase the rcar fbdev conversion patch on top of that.
> > > It's the easiest for me at least :-)
> > >
> > Any conclusion on this patch ? :-)
>
> Laurent should pick it up and apply to his rcar-du tree I think. We can
> also stuff it into drm-misc as a fallback.

Can we get this patch in queue for 4.20 ?

> -Daniel
>
> >
> > ers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > > >>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
> > > >>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
> > > >>>>>>
> > > >>>>>> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >>>>>> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > > >>>>>> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >>>>>> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > > >>>>>> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > > >>>>>> drm_fbdev_cma *fbdev_cma)
> > > >>>>>>
> > > >>>>>>                  drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > > >>>>>>
> > > >>>>>>   }
> > > >>>>>>   EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > > >>>>>>
> > > >>>>>> -
> > > >>>>>> -/**
> > > >>>>>> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > > >>>>>> - *
> > > >>>>>> drm_fb_helper_set_suspend_unlocked
> > > >>>>>> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > > >>>>>> - * @state: desired state, zero to resume, non-zero to suspend
> > > >>>>>> - *
> > > >>>>>> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > > >>>>>> - * fb_set_suspend implemented by fbdev core.
> > > >>>>>> - */
> > > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > >>>>>> *fbdev_cma,
> > > >>>>>> -                                       bool state)
> > > >>>>>> -{
> > > >>>>>> -       if (fbdev_cma)
> > > >>>>>> -
> > > >>>>>> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > > >>>>>> -                                                  state);
> > > >>>>>> -}
> > > >>>>>> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > >>>>>> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > > >>>>>> *dev)
> > > >>>>>>
> > > >>>>>>   static int rcar_du_pm_suspend(struct device *dev)
> > > >>>>>>   {
> > > >>>>>>
> > > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > >>>>>>
> > > >>>>>> -       struct drm_atomic_state *state;
> > > >>>>>>
> > > >>>>>> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > > >>>>>> -
> > > >>>>>> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > > >>>>>> -       if (IS_ERR(state)) {
> > > >>>>>> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
> > > >>>>>> false);
> > > >>>>>> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > > >>>>>> -               return PTR_ERR(state);
> > > >>>>>> -       }
> > > >>>>>> -
> > > >>>>>> -       rcdu->suspend_state = state;
> > > >>>>>> -
> > > >>>>>> -       return 0;
> > > >>>>>> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > > >>>>>>
> > > >>>>>>   }
> > > >>>>>>
> > > >>>>>>   static int rcar_du_pm_resume(struct device *dev)
> > > >>>>>>   {
> > > >>>>>>
> > > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > >>>>>>
> > > >>>>>> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > > >>>>>> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > > >>>>>> -
> > > >>>>>> -       return 0;
> > > >>>>>> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > > >>>>>>
> > > >>>>>>   }
> > > >>>>>>   #endif
> > > >>>>>>
> > > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > >>>>>> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > > >>>>>>
> > > >>>>>>          struct drm_device *ddev;
> > > >>>>>>          struct drm_fbdev_cma *fbdev;
> > > >>>>>>
> > > >>>>>> -       struct drm_atomic_state *suspend_state;
> > > >>>>>>
> > > >>>>>>          struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > > >>>>>>          unsigned int num_crtcs;
> > > >>>>>>
> > > >>>>>> diff --git a/include/drm/drm_fb_cma_helper.h
> > > >>>>>> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > > >>>>>> --- a/include/drm/drm_fb_cma_helper.h
> > > >>>>>> +++ b/include/drm/drm_fb_cma_helper.h
> > > >>>>>> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > > >>>>>> drm_device *dev,
> > > >>>>>>
> > > >>>>>>   void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > > >>>>>>   void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > > >>>>>>
> > > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > >>>>>> *fbdev_cma,
> > > >>>>>> -                                       bool state);
> > > >>>>>>
> > > >>>>>>   struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > > >>>>>>   drm_framebuffer *fb,
> > > >>>>>>
> > > >>>>>>          unsigned int plane);
> > >
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
Daniel Vetter Oct. 23, 2018, 1:40 p.m. UTC | #12
On Mon, Oct 22, 2018 at 01:51:35PM +0530, Souptick Joarder wrote:
> Hi Laurent,
> 
> On Thu, Oct 11, 2018 at 1:48 PM Daniel Vetter <daniel@ffwll.ch> wrote:
> >
> > On Mon, Oct 08, 2018 at 09:57:52PM +0530, Souptick Joarder wrote:
> > > Hi Laurent,
> > > On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes <noralf@tronnes.org> wrote:
> > > >
> > > >
> > > > Den 01.10.2018 13.56, skrev Laurent Pinchart:
> > > > > Hi Daniel,
> > > > >
> > > > > On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> > > > >> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> > > > >>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> > > > >>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder wrote:
> > > > >>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> > > > >>>>>> convert drm_atomic_helper_suspend/resume() to use
> > > > >>>>>> drm_mode_config_helper_suspend/resume().
> > > > >>>>>>
> > > > >>>>>> remove suspend_state field from the rcar_du_device
> > > > >>>>>> structure as it is no more required.
> > > > >>>>>>
> > > > >>>>>> With this conversion, also drm_fbdev_cma_set_suspend_unlocked()
> > > > >>>>>> will left with no consumer. So this function can be removed.
> > > > >>>>>>
> > > > >>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> > > > >>>>> Laurent, any comment on this patch ??
> > > > >>>> Sorry for the delay, and thanks for pinging me.
> > > > >>>>
> > > > >>>> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > > > >>>>
> > > > >>>> Should I apply this to my tree or do you plan to merge it through
> > > > >>>> drm-misc
> > > > >>>> as it touches drm_fb_cma_helper.c ?
> > > > >>> I just realized that the same patch got supplied by Noralf Trønnes nearly
> > > > >>> a
> > > > >>> year ago, and was later superseded by
> > > > >>> https://patchwork.freedesktop.org/patch/247861/. I think we should thus
> > > > >>> apply Noralf's patches instead (once he sends v4 out).
> > > > >> I don't think Noralf is still actively working on this, he's busy with the
> > > > >> fbdev emulation stuff. Probably better if you pick up one of the existing
> > > > >> ones, than waiting another year or so :-)
> > > > > Isn't https://patchwork.freedesktop.org/patch/247861/ part of the fbdev
> > > > > emulation stuff ? That patch series is from less than a month ago, so I
> > > > > thought it was actively developed.
> > > > >
> > > > > Let's ask him. Noralf, any comment ? :-)
> > > >
> > > > I see now that I've caused some confusion here.
> > > >
> > > > I did some refactoring of the fbdev stuff in the CMA helper last year.
> > > > In the last series of that work there is this patch:
> > > >
> > > > [v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
> > > > https://patchwork.freedesktop.org/patch/192414/
> > > >
> > > > During Christmas I got the idea that maybe it was possible to use a dumb
> > > > buffer to do generic fbdev emulation. That work took me 6 months before a
> > > > solution using a general internal DRM client was hammered out. By the
> > > > time I started to convert drivers I had forgotten about that patch.
> > > >
> > > > When I wrote the patch (#247861) to convert rcar to the generic fbdev, I
> > > > just bundled up the suspend/resume change with the fbdev conversion.
> > > > Laurent and Sam commented on that bundling, so I said that I would split
> > > > it up in the next version.
> > > >
> > > > All that being said, I think that this patch should be applied and I'll
> > > > just rebase the rcar fbdev conversion patch on top of that.
> > > > It's the easiest for me at least :-)
> > > >
> > > Any conclusion on this patch ? :-)
> >
> > Laurent should pick it up and apply to his rcar-du tree I think. We can
> > also stuff it into drm-misc as a fallback.
> 
> Can we get this patch in queue for 4.20 ?

5.1, 4.20 is already done.

But yes, I pulled this into drm-misc-next. Thanks for your patch.
-Daniel

> 
> > -Daniel
> >
> > >
> > > ers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> > > > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-------------------
> > > > >>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> > > > >>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
> > > > >>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
> > > > >>>>>>
> > > > >>>>>> diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > > >>>>>> b/drivers/gpu/drm/drm_fb_cma_helper.c index 47e0e2f..96efc88 100644
> > > > >>>>>> --- a/drivers/gpu/drm/drm_fb_cma_helper.c
> > > > >>>>>> +++ b/drivers/gpu/drm/drm_fb_cma_helper.c
> > > > >>>>>> @@ -224,21 +224,3 @@ void drm_fbdev_cma_hotplug_event(struct
> > > > >>>>>> drm_fbdev_cma *fbdev_cma)
> > > > >>>>>>
> > > > >>>>>>                  drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
> > > > >>>>>>
> > > > >>>>>>   }
> > > > >>>>>>   EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
> > > > >>>>>>
> > > > >>>>>> -
> > > > >>>>>> -/**
> > > > >>>>>> - * drm_fbdev_cma_set_suspend_unlocked - wrapper around
> > > > >>>>>> - *
> > > > >>>>>> drm_fb_helper_set_suspend_unlocked
> > > > >>>>>> - * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
> > > > >>>>>> - * @state: desired state, zero to resume, non-zero to suspend
> > > > >>>>>> - *
> > > > >>>>>> - * Calls drm_fb_helper_set_suspend, which is a wrapper around
> > > > >>>>>> - * fb_set_suspend implemented by fbdev core.
> > > > >>>>>> - */
> > > > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > > >>>>>> *fbdev_cma,
> > > > >>>>>> -                                       bool state)
> > > > >>>>>> -{
> > > > >>>>>> -       if (fbdev_cma)
> > > > >>>>>> -
> > > > >>>>>> drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
> > > > >>>>>> -                                                  state);
> > > > >>>>>> -}
> > > > >>>>>> -EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
> > > > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index 02aee6c..288220f 100644
> > > > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> > > > >>>>>> @@ -357,32 +357,15 @@ static void rcar_du_lastclose(struct drm_device
> > > > >>>>>> *dev)
> > > > >>>>>>
> > > > >>>>>>   static int rcar_du_pm_suspend(struct device *dev)
> > > > >>>>>>   {
> > > > >>>>>>
> > > > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > > >>>>>>
> > > > >>>>>> -       struct drm_atomic_state *state;
> > > > >>>>>>
> > > > >>>>>> -       drm_kms_helper_poll_disable(rcdu->ddev);
> > > > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
> > > > >>>>>> -
> > > > >>>>>> -       state = drm_atomic_helper_suspend(rcdu->ddev);
> > > > >>>>>> -       if (IS_ERR(state)) {
> > > > >>>>>> -               drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev,
> > > > >>>>>> false);
> > > > >>>>>> -               drm_kms_helper_poll_enable(rcdu->ddev);
> > > > >>>>>> -               return PTR_ERR(state);
> > > > >>>>>> -       }
> > > > >>>>>> -
> > > > >>>>>> -       rcdu->suspend_state = state;
> > > > >>>>>> -
> > > > >>>>>> -       return 0;
> > > > >>>>>> +       return drm_mode_config_helper_suspend(rcdu->ddev);
> > > > >>>>>>
> > > > >>>>>>   }
> > > > >>>>>>
> > > > >>>>>>   static int rcar_du_pm_resume(struct device *dev)
> > > > >>>>>>   {
> > > > >>>>>>
> > > > >>>>>>          struct rcar_du_device *rcdu = dev_get_drvdata(dev);
> > > > >>>>>>
> > > > >>>>>> -       drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
> > > > >>>>>> -       drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
> > > > >>>>>> -       drm_kms_helper_poll_enable(rcdu->ddev);
> > > > >>>>>> -
> > > > >>>>>> -       return 0;
> > > > >>>>>> +       return drm_mode_config_helper_resume(rcdu->ddev);
> > > > >>>>>>
> > > > >>>>>>   }
> > > > >>>>>>   #endif
> > > > >>>>>>
> > > > >>>>>> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > > >>>>>> b/drivers/gpu/drm/rcar-du/rcar_du_drv.h index b3a25e8..ff25c8d 100644
> > > > >>>>>> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > > >>>>>> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
> > > > >>>>>> @@ -78,7 +78,6 @@ struct rcar_du_device {
> > > > >>>>>>
> > > > >>>>>>          struct drm_device *ddev;
> > > > >>>>>>          struct drm_fbdev_cma *fbdev;
> > > > >>>>>>
> > > > >>>>>> -       struct drm_atomic_state *suspend_state;
> > > > >>>>>>
> > > > >>>>>>          struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
> > > > >>>>>>          unsigned int num_crtcs;
> > > > >>>>>>
> > > > >>>>>> diff --git a/include/drm/drm_fb_cma_helper.h
> > > > >>>>>> b/include/drm/drm_fb_cma_helper.h index 4a65f0d..8dbbe1e 100644
> > > > >>>>>> --- a/include/drm/drm_fb_cma_helper.h
> > > > >>>>>> +++ b/include/drm/drm_fb_cma_helper.h
> > > > >>>>>> @@ -26,8 +26,6 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct
> > > > >>>>>> drm_device *dev,
> > > > >>>>>>
> > > > >>>>>>   void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
> > > > >>>>>>   void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
> > > > >>>>>>
> > > > >>>>>> -void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma
> > > > >>>>>> *fbdev_cma,
> > > > >>>>>> -                                       bool state);
> > > > >>>>>>
> > > > >>>>>>   struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct
> > > > >>>>>>   drm_framebuffer *fb,
> > > > >>>>>>
> > > > >>>>>>          unsigned int plane);
> > > >
> >
> > --
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > http://blog.ffwll.ch
Laurent Pinchart Oct. 23, 2018, 2:15 p.m. UTC | #13
Hi Daniel,

On Tuesday, 23 October 2018 16:40:41 EEST Daniel Vetter wrote:
> On Mon, Oct 22, 2018 at 01:51:35PM +0530, Souptick Joarder wrote:
> > On Thu, Oct 11, 2018 at 1:48 PM Daniel Vetter <daniel@ffwll.ch> wrote:
> >> On Mon, Oct 08, 2018 at 09:57:52PM +0530, Souptick Joarder wrote:
> >>> On Mon, Oct 1, 2018 at 6:12 PM Noralf Trønnes wrote:
> >>>> Den 01.10.2018 13.56, skrev Laurent Pinchart:
> >>>>> On Monday, 1 October 2018 09:52:20 EEST Daniel Vetter wrote:
> >>>>>> On Fri, Sep 28, 2018 at 06:30:35PM +0300, Laurent Pinchart wrote:
> >>>>>>> On Friday, 28 September 2018 18:05:18 EEST Laurent Pinchart wrote:
> >>>>>>>> On Thursday, 27 September 2018 09:34:18 EEST Souptick Joarder 
wrote:
> >>>>>>>>> On Tue, Sep 18, 2018 at 10:05 PM Souptick Joarder wrote:
> >>>>>>>>>> convert drm_atomic_helper_suspend/resume() to use
> >>>>>>>>>> drm_mode_config_helper_suspend/resume().
> >>>>>>>>>> 
> >>>>>>>>>> remove suspend_state field from the rcar_du_device
> >>>>>>>>>> structure as it is no more required.
> >>>>>>>>>> 
> >>>>>>>>>> With this conversion, also
> >>>>>>>>>> drm_fbdev_cma_set_suspend_unlocked()
> >>>>>>>>>> will left with no consumer. So this function can be removed.
> >>>>>>>>>> 
> >>>>>>>>>> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> >>>>>>>>> 
> >>>>>>>>> Laurent, any comment on this patch ??
> >>>>>>>> 
> >>>>>>>> Sorry for the delay, and thanks for pinging me.
> >>>>>>>> 
> >>>>>>>> Reviewed-by: Laurent Pinchart
> >>>>>>>> <laurent.pinchart@ideasonboard.com>
> >>>>>>>> 
> >>>>>>>> Should I apply this to my tree or do you plan to merge it
> >>>>>>>> through drm-misc as it touches drm_fb_cma_helper.c ?
> >>>>>>> 
> >>>>>>> I just realized that the same patch got supplied by Noralf
> >>>>>>> Trønnes nearly a year ago, and was later superseded by
> >>>>>>> https://patchwork.freedesktop.org/patch/247861/. I think we
> >>>>>>> should thus apply Noralf's patches instead (once he sends v4
> >>>>>>> out).
> >>>>>> 
> >>>>>> I don't think Noralf is still actively working on this, he's busy
> >>>>>> with the fbdev emulation stuff. Probably better if you pick up
> >>>>>> one of the existing ones, than waiting another year or so :-)
> >>>>> 
> >>>>> Isn't https://patchwork.freedesktop.org/patch/247861/ part of the
> >>>>> fbdev emulation stuff ? That patch series is from less than a
> >>>>> month ago, so I thought it was actively developed.
> >>>>> 
> >>>>> Let's ask him. Noralf, any comment ? :-)
> >>>> 
> >>>> I see now that I've caused some confusion here.
> >>>> 
> >>>> I did some refactoring of the fbdev stuff in the CMA helper last
> >>>> year. In the last series of that work there is this patch:
> >>>> 
> >>>> [v3,07/11] drm/rcar-du: Use drm_mode_config_helper_suspend/resume()
> >>>> https://patchwork.freedesktop.org/patch/192414/
> >>>> 
> >>>> During Christmas I got the idea that maybe it was possible to use a
> >>>> dumb buffer to do generic fbdev emulation. That work took me 6
> >>>> months before a solution using a general internal DRM client was
> >>>> hammered out. By the time I started to convert drivers I had
> >>>> forgotten about that patch.
> >>>> 
> >>>> When I wrote the patch (#247861) to convert rcar to the generic
> >>>> fbdev, I just bundled up the suspend/resume change with the fbdev
> >>>> conversion. Laurent and Sam commented on that bundling, so I said
> >>>> that I would split it up in the next version.
> >>>> 
> >>>> All that being said, I think that this patch should be applied and
> >>>> I'll just rebase the rcar fbdev conversion patch on top of that.
> >>>> It's the easiest for me at least :-)
> >>> 
> >>> Any conclusion on this patch ? :-)
> >> 
> >> Laurent should pick it up and apply to his rcar-du tree I think. We can
> >> also stuff it into drm-misc as a fallback.
> > 
> > Can we get this patch in queue for 4.20 ?
> 
> 5.1, 4.20 is already done.
> 
> But yes, I pulled this into drm-misc-next. Thanks for your patch.

I would have preferred applying this through my tree. I'm currently at ELCE 
and had to prepare for the conference, hence the delay.

> >>>>>>>>>>   drivers/gpu/drm/drm_fb_cma_helper.c   | 18 ------------------
> >>>>>>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.c | 21 ++-----------------
> >>>>>>>>>>   drivers/gpu/drm/rcar-du/rcar_du_drv.h |  1 -
> >>>>>>>>>>   include/drm/drm_fb_cma_helper.h       |  2 --
> >>>>>>>>>>   4 files changed, 2 insertions(+), 40 deletions(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c
index 47e0e2f..96efc88 100644
--- a/drivers/gpu/drm/drm_fb_cma_helper.c
+++ b/drivers/gpu/drm/drm_fb_cma_helper.c
@@ -224,21 +224,3 @@  void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma)
 		drm_fb_helper_hotplug_event(&fbdev_cma->fb_helper);
 }
 EXPORT_SYMBOL_GPL(drm_fbdev_cma_hotplug_event);
-
-/**
- * drm_fbdev_cma_set_suspend_unlocked - wrapper around
- *                                      drm_fb_helper_set_suspend_unlocked
- * @fbdev_cma: The drm_fbdev_cma struct, may be NULL
- * @state: desired state, zero to resume, non-zero to suspend
- *
- * Calls drm_fb_helper_set_suspend, which is a wrapper around
- * fb_set_suspend implemented by fbdev core.
- */
-void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
-					bool state)
-{
-	if (fbdev_cma)
-		drm_fb_helper_set_suspend_unlocked(&fbdev_cma->fb_helper,
-						   state);
-}
-EXPORT_SYMBOL(drm_fbdev_cma_set_suspend_unlocked);
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
index 02aee6c..288220f 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
@@ -357,32 +357,15 @@  static void rcar_du_lastclose(struct drm_device *dev)
 static int rcar_du_pm_suspend(struct device *dev)
 {
 	struct rcar_du_device *rcdu = dev_get_drvdata(dev);
-	struct drm_atomic_state *state;
 
-	drm_kms_helper_poll_disable(rcdu->ddev);
-	drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, true);
-
-	state = drm_atomic_helper_suspend(rcdu->ddev);
-	if (IS_ERR(state)) {
-		drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
-		drm_kms_helper_poll_enable(rcdu->ddev);
-		return PTR_ERR(state);
-	}
-
-	rcdu->suspend_state = state;
-
-	return 0;
+	return drm_mode_config_helper_suspend(rcdu->ddev);
 }
 
 static int rcar_du_pm_resume(struct device *dev)
 {
 	struct rcar_du_device *rcdu = dev_get_drvdata(dev);
 
-	drm_atomic_helper_resume(rcdu->ddev, rcdu->suspend_state);
-	drm_fbdev_cma_set_suspend_unlocked(rcdu->fbdev, false);
-	drm_kms_helper_poll_enable(rcdu->ddev);
-
-	return 0;
+	return drm_mode_config_helper_resume(rcdu->ddev);
 }
 #endif
 
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.h b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
index b3a25e8..ff25c8d 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.h
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.h
@@ -78,7 +78,6 @@  struct rcar_du_device {
 
 	struct drm_device *ddev;
 	struct drm_fbdev_cma *fbdev;
-	struct drm_atomic_state *suspend_state;
 
 	struct rcar_du_crtc crtcs[RCAR_DU_MAX_CRTCS];
 	unsigned int num_crtcs;
diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h
index 4a65f0d..8dbbe1e 100644
--- a/include/drm/drm_fb_cma_helper.h
+++ b/include/drm/drm_fb_cma_helper.h
@@ -26,8 +26,6 @@  struct drm_fbdev_cma *drm_fbdev_cma_init(struct drm_device *dev,
 
 void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
 void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
-void drm_fbdev_cma_set_suspend_unlocked(struct drm_fbdev_cma *fbdev_cma,
-					bool state);
 
 struct drm_gem_cma_object *drm_fb_cma_get_gem_obj(struct drm_framebuffer *fb,
 	unsigned int plane);