drm/amdgpu: change DRM_DBG_DRIVER to drm_dbg_driver
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 22 Apr 2025 13:19:02 +0000 (18:49 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 May 2025 17:29:38 +0000 (13:29 -0400)
commit71353c1a4f91a11c20eca51a48f550341e2e1556
tree19baa7adc22b2941d573f1d4b8a752d42a7f1896
parentc46a37628a274ff557e6c1f45e6c00c3c6db60df
drm/amdgpu: change DRM_DBG_DRIVER to drm_dbg_driver

update the functions in amdgpu_userqueues.c from
DRM_DBG_DRIVER to drm_dbg_driver so multi gpu instance
can be logged in.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c