On Fri, Sep 9, 2022 at 1:56 PM Hans de Goede <hdego...@redhat.com> wrote: > > Hi Patrik, > > Here is another gma500 patch-series with one more bugfix and a bunch > of other cleanups of stuff which I noticed while doing the previous > set of bugfixes. >
Hi Hans, nice cleanups! I'm rather busy at the moment so you can commit these yourself to drm-misc-next if you like. "drm/gma500: Wait longer for the GPU to power-down" can go through drm-misc-fixes if you prefer. It fixed the timeout message on two of my CDV machines but I never saw an actual problem from the timeouts. For the entire series: Acked-by: Patrik Jakobsson <patrik.r.jakobs...@gmail.com> > Regards, > > Hans > > > Hans de Goede (6): > drm/gma500: Wait longer for the GPU to power-down > drm/gma500: Remove runtime_allowed dead code in psb_unlocked_ioctl() > drm/gma500: Remove never set dev_priv->rpm_enabled flag > drm/gma500: Remove a couple of not useful function wrappers > drm/gma500: Rewrite power management code > drm/gma500: Remove unnecessary suspend/resume wrappers > > drivers/gpu/drm/gma500/cdv_device.c | 2 +- > drivers/gpu/drm/gma500/gma_display.c | 19 +-- > drivers/gpu/drm/gma500/gma_display.h | 2 - > drivers/gpu/drm/gma500/oaktrail_lvds.c | 1 - > drivers/gpu/drm/gma500/power.c | 156 +++++-------------------- > drivers/gpu/drm/gma500/power.h | 18 --- > drivers/gpu/drm/gma500/psb_drv.c | 35 +----- > drivers/gpu/drm/gma500/psb_drv.h | 7 +- > drivers/gpu/drm/gma500/psb_irq.c | 15 ++- > 9 files changed, 41 insertions(+), 214 deletions(-) > > -- > 2.37.2 >