<div dir="ltr">Hi,<br><br>I came across a "Starter" task listed on the DRM TODO list [1], which suggests converting logging in DRM drivers from dev_*() macros (like dev_info(), dev_err(), etc.) to the newer drm_*() variants that take a struct drm_device * parameter.<br><br>The rationale is to improve per-device logging clarity, especially for drivers supporting multiple instances.<br><br>I’d like to work on this for the Radeon and AMDGPU DRM drivers. Before proceeding, I wanted to confirm whether this change is welcome for these drivers, and if there are any driver-specific considerations I should keep in mind.<br><br>If it’s acceptable, I’ll begin preparing a patch series for review.<br><br>Thanks for your time, and looking forward to your guidance.<br><br>Best regards,  <br>Abinash<br><br>[1] <a href="https://docs.kernel.org/gpu/todo.html#todo">https://docs.kernel.org/gpu/todo.html#todo</a><br></div>