Loading
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>