All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
To: Monk Liu <Monk.Liu-5C7GfCeVMHo@public.gmane.org>,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 01/21] drm/amdgpu:fix typo
Date: Mon, 6 Feb 2017 09:14:29 +0100	[thread overview]
Message-ID: <a4687e85-c8d9-04a9-f503-67f89c0a9a2a@vodafone.de> (raw)
In-Reply-To: <1486203702-1116-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>

Am 04.02.2017 um 11:21 schrieb Monk Liu:
> Change-Id: I68729b1d32d5e300b8f03a923d2065d51dbe6f7a
> Signed-off-by: Monk Liu <Monk.Liu@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com> for this one.

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 463a432..6106cd6 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -2447,7 +2447,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev)
>   				if (fence) {
>   					r = fence_wait(fence, false);
>   					if (r) {
> -						WARN(r, "recovery from shadow isn't comleted\n");
> +						WARN(r, "recovery from shadow isn't completed\n");
>   						break;
>   					}
>   				}
> @@ -2459,7 +2459,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev)
>   			if (fence) {
>   				r = fence_wait(fence, false);
>   				if (r)
> -					WARN(r, "recovery from shadow isn't comleted\n");
> +					WARN(r, "recovery from shadow isn't completed\n");
>   			}
>   			fence_put(fence);
>   		}


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

      parent reply	other threads:[~2017-02-06  8:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 10:21 [PATCH 01/21] drm/amdgpu:fix typo Monk Liu
     [not found] ` <1486203702-1116-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-02-04 10:21   ` [PATCH 02/21] drm/amdgpu:fix golden init for sriov Monk Liu
     [not found]     ` <1486203702-1116-2-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-02-06  2:35       ` Yu, Xiangliang
     [not found]         ` <CY4PR12MB1701CFCB8B21A55E220404F9EB400-rpdhrqHFk05QaJCA3gGb3wdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-02-06  2:37           ` 答复: " Liu, Monk
     [not found]             ` <DM5PR12MB1610CA0FD4ACDDE8F059173884400-2J9CzHegvk++jCVTvoAFKAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-02-06  2:53               ` Liu, Monk
2017-02-04 10:21   ` [PATCH 03/21] drm/amdgpu:fix scheduler hw reset&recovery Monk Liu
     [not found]     ` <1486203702-1116-3-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-02-06  3:18       ` Zhou, David(ChunMing)
     [not found]         ` <MWHPR1201MB02068DCB820D27AFD4F9FEB1B4400-3iK1xFAIwjrUF/YbdlDdgWrFom/aUZj6nBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-02-06  8:17           ` Christian König
     [not found]             ` <68f2819b-2be2-26ef-cba5-8a605a9822fe-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-02-06 15:07               ` Liu, Monk
2017-02-04 10:21   ` [PATCH 04/21] drm/amdgpu:fix powerplay logic Monk Liu
     [not found]     ` <1486203702-1116-4-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-02-06 12:31       ` Zhu, Rex
     [not found]         ` <MWHPR12MB1694FE04FC1F52557F8B80F8FB400-Gy0DoCVfaSW4WA4dJ5YXGAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-02-06 14:18           ` Liu, Monk
2017-02-06  8:14   ` Christian König [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a4687e85-c8d9-04a9-f503-67f89c0a9a2a@vodafone.de \
    --to=deathsimple-antagkrnahcb1svskn2v4q@public.gmane.org \
    --cc=Monk.Liu-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.