]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/radeon: convert UVD v1.0 logging to drm_* helpers
authorMukesh Ogare <mukeshogare871@gmail.com>
Sat, 20 Dec 2025 18:47:55 +0000 (02:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jan 2026 16:43:13 +0000 (11:43 -0500)
commit17de472698fd5e5d1e7dbd3360434dc7b763e671
treea94680e8872d3c090478d329aa11c0b39e18b795
parent5e3f50fda28f8c2912110a4a597021eb05762356
drm/radeon: convert UVD v1.0 logging to drm_* helpers

Replace legacy DRM_ERROR()/DRM_INFO() logging in the UVD v1.0 code
with drm_err() and drm_info() helpers that take a struct drm_device.

Using drm_* logging provides proper device context in dmesg, which is
important for systems with multiple DRM devices, and aligns the radeon
driver with current DRM logging practices.

No functional change intended.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Mukesh Ogare <mukeshogare871@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/uvd_v1_0.c