]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/radeon: convert VCE logging to drm_* helpers
authorMukesh Ogare <mukeshogare871@gmail.com>
Tue, 20 Jan 2026 06:37:18 +0000 (12:07 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Jan 2026 22:28:06 +0000 (17:28 -0500)
commit1de6763bdd0437473239103d7733b24f11e0d824
tree0f2c75b18c9237dd0012585a0720d10bc7b6f184
parente924c7004b08e4e173782bad60b27841d889e371
drm/radeon: convert VCE logging to drm_* helpers

Replace legacy DRM_INFO() logging in the VCE code with drm_info()
helper that takes a struct drm_device.

This provides proper device context in dmesg on multi-GPU systems and
aligns the radeon driver with current DRM logging practices.

Note that this change logs firmware version information at info level
and does not indicate a failure.

Signed-off-by: Mukesh Ogare <mukeshogare871@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_vce.c