drm/radeon: remove load callback from kms_driver
authorWu Hoi Pok <wuhoipok@gmail.com>
Sun, 30 Jun 2024 16:59:18 +0000 (12:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Jul 2024 21:31:59 +0000 (17:31 -0400)
commit90985660ba488cd3428706e7d53d6c9cdbbf3101
treeed9939c3f7230482feeba66740da7ba9709463f0
parent60a9472cf0a8568f32be6cbbd32ee7759bffe215
drm/radeon: remove load callback from kms_driver

The ".load" callback in "struct drm_driver" is deprecated. In order to remove
the callback, we have to manually call "radeon_driver_load_kms" instead.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Tested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Wu Hoi Pok <wuhoipok@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_drv.c