Re: [PATCH v3 2/6] drm/radeon: remove load callback from kms_driver

2024-07-03 Thread Thomas Zimmermann
Am 30.06.24 um 18:59 schrieb Wu Hoi Pok: 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. Signed-off-by: Wu Hoi Pok Acked-by: Thomas Zimmermann Tested-by: Thomas Zimmermann --- drive

[PATCH v3 2/6] drm/radeon: remove load callback from kms_driver

2024-06-30 Thread Wu Hoi Pok
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. Signed-off-by: Wu Hoi Pok --- drivers/gpu/drm/radeon/radeon_drv.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers