linux/drivers/gpu/drm/aspeed
Thomas Zimmermann 1a4d815f5c drm/aspeed: Run DRM default client setup
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 aspeed driver specifies a preferred color mode of 32. As this
is the default if no format has been given, leave it out entirely.

v5:
- select DRM_CLIENT_SELECTION
v3:
- add DRM_FBDEV_DMA_DRIVER_OPS macro

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Andrew Jeffery <andrew@codeconstruct.com.au>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240924071734.98201-11-tzimmermann@suse.de
2024-09-26 08:27:56 +02:00
..
aspeed_gfx.h drm/aspeed: Update INTR_STS handling 2022-03-03 09:08:35 +10:30
aspeed_gfx_crtc.c drm/aspeed: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
aspeed_gfx_drv.c drm/aspeed: Run DRM default client setup 2024-09-26 08:27:56 +02:00
aspeed_gfx_out.c drm/aspeed: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
Kconfig drm/aspeed: Run DRM default client setup 2024-09-26 08:27:56 +02:00
Makefile