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