All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASIC
@ 2018-05-24 21:07 Tom Stellard
       [not found] ` <1527196034-29268-1-git-send-email-tstellar-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Stellard @ 2018-05-24 21:07 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: oded.gabbay-Re5JQEeQqe8AvxtiuMwx3w, Felix.Kuehling-5C7GfCeVMHo,
	Tom Stellard

This is an important message, so it should be visible to users without
having to enable extra debugging.

Signed-off-by: Tom Stellard <tstellar@redhat.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
index 4d36203ffb11..c18a332e790b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
@@ -93,7 +93,7 @@ void amdgpu_amdkfd_device_probe(struct amdgpu_device *adev)
 		kfd2kgd = amdgpu_amdkfd_gfx_8_0_get_functions();
 		break;
 	default:
-		dev_dbg(adev->dev, "kfd not supported on this ASIC\n");
+		dev_info(adev->dev, "kfd not supported on this ASIC\n");
 		return;
 	}
 
-- 
2.17.0

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASIC
       [not found] ` <1527196034-29268-1-git-send-email-tstellar-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2018-05-28  9:41   ` Oded Gabbay
  0 siblings, 0 replies; 2+ messages in thread
From: Oded Gabbay @ 2018-05-28  9:41 UTC (permalink / raw)
  To: Tom Stellard; +Cc: Kuehling, Felix, amd-gfx list

On Fri, May 25, 2018 at 12:07 AM, Tom Stellard <tstellar@redhat.com> wrote:
> This is an important message, so it should be visible to users without
> having to enable extra debugging.
>
> Signed-off-by: Tom Stellard <tstellar@redhat.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
> index 4d36203ffb11..c18a332e790b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
> @@ -93,7 +93,7 @@ void amdgpu_amdkfd_device_probe(struct amdgpu_device *adev)
>                 kfd2kgd = amdgpu_amdkfd_gfx_8_0_get_functions();
>                 break;
>         default:
> -               dev_dbg(adev->dev, "kfd not supported on this ASIC\n");
> +               dev_info(adev->dev, "kfd not supported on this ASIC\n");
>                 return;
>         }
>
> --
> 2.17.0
>

This patch is:
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-28  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 21:07 [PATCH] drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASIC Tom Stellard
     [not found] ` <1527196034-29268-1-git-send-email-tstellar-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2018-05-28  9:41   ` Oded Gabbay

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.