On Wed, Aug 21, 2024 at 6:04 AM Thomas Zimmermann <tzimmermann@xxxxxxx> 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 <tzimmermann@xxxxxxx> > Cc: Xinliang Liu <xinliang.liu@xxxxxxxxxx> > Cc: Tian Tao <tiantao6@xxxxxxxxxxxxx> > Cc: Xinwei Kong <kong.kongxinwei@xxxxxxxxxxxxx> > Cc: Sumit Semwal <sumit.semwal@xxxxxxxxxx> > Cc: Yongqin Liu <yongqin.liu@xxxxxxxxxx> > Cc: John Stultz <jstultz@xxxxxxxxxx> > --- > 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 <jstultz@xxxxxxxxxx> thanks -john