All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: disable coarse grain clockgating for ST
       [not found] ` <1516854622-9227-1-git-send-email-shirish.s12-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2018-01-25  4:32   ` S, Shirish
       [not found]     ` <BN6PR12MB182641C9629DD1AEADBD3188F2E10-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: S, Shirish @ 2018-01-25  4:32 UTC (permalink / raw)
  To: Deucher, Alexander, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


From: Shirish S <shirish.s@amd.com>

The CGCG feature on Stoney is causing GFX related issues such as freezes
and blank outs.

Signed-off-by: Shirish S <shirish.s@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/vi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c
b/drivers/gpu/drm/amd/amdgpu/vi.c index 3b66e1a..ebfac67 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1045,7 +1045,6 @@ static int vi_common_early_init(void *handle)
 			AMD_CG_SUPPORT_GFX_CP_LS |
 			AMD_CG_SUPPORT_GFX_CGTS |
 			AMD_CG_SUPPORT_GFX_CGTS_LS |
-			AMD_CG_SUPPORT_GFX_CGCG |
 			AMD_CG_SUPPORT_GFX_CGLS |
 			AMD_CG_SUPPORT_BIF_LS |
 			AMD_CG_SUPPORT_HDP_MGCG |
--
2.7.4

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

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

* Re: [PATCH] drm/amdgpu: disable coarse grain clockgating for ST
       [not found]     ` <BN6PR12MB182641C9629DD1AEADBD3188F2E10-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2018-01-29 11:06       ` S, Shirish
       [not found]         ` <BN6PR12MB182652C3FCC55DB64DAD6413F2E50-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  2018-01-29 14:52       ` Deucher, Alexander
  1 sibling, 1 reply; 4+ messages in thread
From: S, Shirish @ 2018-01-29 11:06 UTC (permalink / raw)
  To: Deucher, Alexander, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Nath, Arindam


[-- Attachment #1.1: Type: text/plain, Size: 46 bytes --]

CC:arindam.nath-5C7GfCeVMHo@public.gmane.org

[-- Attachment #1.2: Type: text/html, Size: 332 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

* RE: [PATCH] drm/amdgpu: disable coarse grain clockgating for ST
       [not found]         ` <BN6PR12MB182652C3FCC55DB64DAD6413F2E50-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2018-01-29 11:37           ` Nath, Arindam
  0 siblings, 0 replies; 4+ messages in thread
From: Nath, Arindam @ 2018-01-29 11:37 UTC (permalink / raw)
  To: S, Shirish, Deucher, Alexander, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

>From: S, Shirish 
>Sent: Monday, January 29, 2018 4:37 PM
>To: Deucher, Alexander <Alexander.Deucher@amd.com>; amd-gfx@lists.freedesktop.org
>Cc: Nath, Arindam <Arindam.Nath@amd.com>
>Subject: Re: [PATCH] drm/amdgpu: disable coarse grain clockgating for ST
>
>CC:arindam.nath@amd.com

Reviewed-by: Arindam Nath <arindam.nath@amd.com>
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amdgpu: disable coarse grain clockgating for ST
       [not found]     ` <BN6PR12MB182641C9629DD1AEADBD3188F2E10-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  2018-01-29 11:06       ` S, Shirish
@ 2018-01-29 14:52       ` Deucher, Alexander
  1 sibling, 0 replies; 4+ messages in thread
From: Deucher, Alexander @ 2018-01-29 14:52 UTC (permalink / raw)
  To: S, Shirish, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 1266 bytes --]

Acked-by: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>

________________________________
From: S, Shirish
Sent: Wednesday, January 24, 2018 11:32:56 PM
To: Deucher, Alexander; amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [PATCH] drm/amdgpu: disable coarse grain clockgating for ST


From: Shirish S <shirish.s-5C7GfCeVMHo@public.gmane.org>

The CGCG feature on Stoney is causing GFX related issues such as freezes
and blank outs.

Signed-off-by: Shirish S <shirish.s-5C7GfCeVMHo@public.gmane.org>
---
 drivers/gpu/drm/amd/amdgpu/vi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c
b/drivers/gpu/drm/amd/amdgpu/vi.c index 3b66e1a..ebfac67 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1045,7 +1045,6 @@ static int vi_common_early_init(void *handle)
                         AMD_CG_SUPPORT_GFX_CP_LS |
                         AMD_CG_SUPPORT_GFX_CGTS |
                         AMD_CG_SUPPORT_GFX_CGTS_LS |
-                       AMD_CG_SUPPORT_GFX_CGCG |
                         AMD_CG_SUPPORT_GFX_CGLS |
                         AMD_CG_SUPPORT_BIF_LS |
                         AMD_CG_SUPPORT_HDP_MGCG |
--
2.7.4


[-- Attachment #1.2: Type: text/html, Size: 2981 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

end of thread, other threads:[~2018-01-29 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1516854622-9227-1-git-send-email-shirish.s12@gmail.com>
     [not found] ` <1516854622-9227-1-git-send-email-shirish.s12-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-01-25  4:32   ` [PATCH] drm/amdgpu: disable coarse grain clockgating for ST S, Shirish
     [not found]     ` <BN6PR12MB182641C9629DD1AEADBD3188F2E10-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-01-29 11:06       ` S, Shirish
     [not found]         ` <BN6PR12MB182652C3FCC55DB64DAD6413F2E50-/b2+HYfkarSCndJ3FSsNdQdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-01-29 11:37           ` Nath, Arindam
2018-01-29 14:52       ` Deucher, Alexander

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.