diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c b/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c index deb95fab02df..aceb8447feac 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c +++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c @@ -649,7 +649,7 @@ static void gfxhub_v2_1_halt(struct amdgpu_device *adev) } if (!time) - DRM_WARN("failed to wait for GRBM(EA) idle\n"); + drm_warn(adev_to_drm(adev), "failed to wait for GRBM(EA) idle\n"); } const struct amdgpu_gfxhub_funcs gfxhub_v2_1_funcs = { |
