Re: [PATCH v3 5/6] drm/radeon: change rdev->ddev to rdev_to_drm(rdev)

2024-07-03 Thread Thomas Zimmermann
Am 30.06.24 um 18:59 schrieb Wu Hoi Pok: This patch changes the way "drm_device" is accessed. It uses "rdev_to_drm(rdev)" instead of accessing the struct member directly. Signed-off-by: Wu Hoi Pok Reviewed-by: Thomas Zimmermann Tested-by: Thomas Zimmermann --- drivers/gpu/drm/radeon

[PATCH v3 5/6] drm/radeon: change rdev->ddev to rdev_to_drm(rdev)

2024-06-30 Thread Wu Hoi Pok
This patch changes the way "drm_device" is accessed. It uses "rdev_to_drm(rdev)" instead of accessing the struct member directly. Signed-off-by: Wu Hoi Pok --- drivers/gpu/drm/radeon/atombios_encoders.c | 2 +- drivers/gpu/drm/radeon/cik.c | 14 ++-- drivers/gpu/drm/radeon/dce6_af