Re: [PATCH v2 1/7] drm/radeon: remove load callback

2024-06-24 Thread Hoi Pok Wu
Thank you. I have resubmitted with a cover letter. On Mon, Jun 24, 2024 at 3:22 AM Thomas Zimmermann wrote: > > Hi > > Am 21.06.24 um 16:15 schrieb Wu Hoi Pok: > > This is "drm/radeon: remove load callback" v2, the only changes > > were made are adding "ddev->dev_private = rdev;", right after > >

Re: [PATCH v2 1/7] drm/radeon: remove load callback

2024-06-24 Thread Thomas Zimmermann
Hi Am 21.06.24 um 16:15 schrieb Wu Hoi Pok: This is "drm/radeon: remove load callback" v2, the only changes were made are adding "ddev->dev_private = rdev;", right after the allocation of "struct radeon_device". Patch v2 2-7 mostly describes simple "rdev->ddev" to "rdev_to_drm(rdev)" to suit Pat

[PATCH v2 1/7] drm/radeon: remove load callback

2024-06-21 Thread Wu Hoi Pok
This is "drm/radeon: remove load callback" v2, the only changes were made are adding "ddev->dev_private = rdev;", right after the allocation of "struct radeon_device". Patch v2 2-7 mostly describes simple "rdev->ddev" to "rdev_to_drm(rdev)" to suit Patch v2 1/7. Please be aware that these 7 patche