On Wed, Aug 21, 2024 at 6:04 AM Thomas Zimmermann <tzimmerm...@suse.de> wrote: > > Call drm_client_setup() to run the kernel's default client setup > for DRM. Set fbdev_probe in struct drm_driver, so that the client > setup can start the common fbdev client. > > The kirin driver specifies a preferred color mode of 32. As this > is the default if no format has been given, leave it out entirely. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> > Cc: Xinliang Liu <xinliang....@linaro.org> > Cc: Tian Tao <tiant...@hisilicon.com> > Cc: Xinwei Kong <kong.kongxin...@hisilicon.com> > Cc: Sumit Semwal <sumit.sem...@linaro.org> > Cc: Yongqin Liu <yongqin....@linaro.org> > Cc: John Stultz <jstu...@google.com> > --- > drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 2 ++ > drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 4 ++--
I don't have hardware to test anymore, but it looks reasonable. Acked-by: John Stultz <jstu...@google.com> thanks -john