From: Andrey Grodzovsky Date: Thu, 22 Jun 2017 15:45:13 +0000 (-0400) Subject: drm/amd/display: Global lock typos fix. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4c0732bf7f37f488a37111051ebca388135bf7b5;p=linux.git drm/amd/display: Global lock typos fix. Fix typos. Signed-off-by: Andrey Grodzovsky Reviewed-by: Roman Li Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c index 0b7786d11995a..6f08fab1cce7d 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c @@ -2879,7 +2879,7 @@ static int do_aquire_global_lock( &commit->flip_done, 10*HZ); if (ret == 0) - DRM_ERROR("[CRTC:%d:%s] cleanup_done or flip_done " + DRM_ERROR("[CRTC:%d:%s] hw_done or flip_done " "timed out\n", crtc->base.id, crtc->name); drm_crtc_commit_put(commit); @@ -3170,9 +3170,9 @@ int amdgpu_dm_atomic_check(struct drm_device *dev, if (ret != 0) { if (ret == -EDEADLK) - DRM_DEBUG_KMS("Atomic check stopped due to to deadlock, retrying.\n"); + DRM_DEBUG_KMS("Atomic check stopped due to to deadlock.\n"); else if (ret == -EINTR || ret == -EAGAIN || ret == -ERESTARTSYS) - DRM_DEBUG_KMS("Atomic check stopped due to to signal, retrying.\n"); + DRM_DEBUG_KMS("Atomic check stopped due to to signal.\n"); else DRM_ERROR("Atomic check failed.\n"); }