Re: [PATCH] drm/amdgpu/dm: Convert IRQ logging to drm_* helpers

From: Sai Madhu
Date: Thu Dec 18 2025 - 04:30:25 EST


Thanks for the review!



You’re right — I’ll switch those remaining cases to pass adev and derive
the drm_device via adev_to_drm(), and I’ll also compact the logging
statements a bit.



I’ll send a v3 shortly.


On Thu, 18 Dec 2025 at 14:57, Sai Madhu <suryasaimadhu369@xxxxxxxxx> wrote:
>
> Thanks for the review!
>
>
>
> You’re right — I’ll switch those remaining cases to pass adev and derive
> the drm_device via adev_to_drm(), and I’ll also compact the logging
> statements a bit.
>
>
>
> I’ll send a v3 shortly.