Re: [PATCH] drm/amdgpu/dm: Convert IRQ logging to drm_* helpers
From: Sai Madhu
Date: Thu Dec 18 2025 - 00:08:43 EST
Thanks for the review.
You’re right — I should be using adev_to_drm() instead of accessing
adev->ddev directly.
I’ll rework the patch to:
- use adev_to_drm(adev) for drm_* logging
- drop any unrelated changes
I’ll send a v2 shortly.