All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
@ 2016-09-05 11:41 Rex Zhu
  0 siblings, 0 replies; 6+ messages in thread
From: Rex Zhu @ 2016-09-05 11:41 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Rex Zhu

Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
index 9496ade..24d9a05 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
@@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
 	else
 		tonga_hwmgr->power_tune_defaults = &tonga_power_tune_data_set_array[0];
 
-	/* Assume disabled */
-	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-			PHM_PlatformCaps_PowerContainment);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
 			PHM_PlatformCaps_CAC);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-- 
1.9.1

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

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

* RE: [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
       [not found]     ` <1473071835-12006-2-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
  2016-09-06  2:26       ` Flora Cui
@ 2016-09-07 11:35       ` Deucher, Alexander
  1 sibling, 0 replies; 6+ messages in thread
From: Deucher, Alexander @ 2016-09-07 11:35 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Zhu, Rex

> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
> Of Rex Zhu
> Sent: Monday, September 05, 2016 6:37 AM
> To: amd-gfx@lists.freedesktop.org
> Cc: Zhu, Rex
> Subject: [PATCH 2/2] drm/amd/powerplay: fix issue power containment not
> enabled on Tonga.
> 
> Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>

For the series:
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> index 9496ade..24d9a05 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> @@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct
> pp_hwmgr *hwmgr)
>  	else
>  		tonga_hwmgr->power_tune_defaults =
> &tonga_power_tune_data_set_array[0];
> 
> -	/* Assume disabled */
> -	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
> -			PHM_PlatformCaps_PowerContainment);
>  	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
>  			PHM_PlatformCaps_CAC);
>  	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
> --
> 1.9.1
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
       [not found]     ` <1473071835-12006-2-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
@ 2016-09-06  2:26       ` Flora Cui
  2016-09-07 11:35       ` Deucher, Alexander
  1 sibling, 0 replies; 6+ messages in thread
From: Flora Cui @ 2016-09-06  2:26 UTC (permalink / raw)
  To: Rex Zhu; +Cc: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

the series is Acked-by: Flora Cui <Flora.Cui@amd.com>

On Mon, Sep 05, 2016 at 06:37:15PM +0800, Rex Zhu wrote:
> Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> index 9496ade..24d9a05 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
> @@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
>  	else
>  		tonga_hwmgr->power_tune_defaults = &tonga_power_tune_data_set_array[0];
>  
> -	/* Assume disabled */
> -	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
> -			PHM_PlatformCaps_PowerContainment);
>  	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
>  			PHM_PlatformCaps_CAC);
>  	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
> -- 
> 1.9.1
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
@ 2016-09-05 11:03 Rex Zhu
  0 siblings, 0 replies; 6+ messages in thread
From: Rex Zhu @ 2016-09-05 11:03 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Rex Zhu

Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
index 9496ade..24d9a05 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
@@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
 	else
 		tonga_hwmgr->power_tune_defaults = &tonga_power_tune_data_set_array[0];
 
-	/* Assume disabled */
-	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-			PHM_PlatformCaps_PowerContainment);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
 			PHM_PlatformCaps_CAC);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-- 
1.9.1

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

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

* [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
@ 2016-09-05 10:53 Rex Zhu
  0 siblings, 0 replies; 6+ messages in thread
From: Rex Zhu @ 2016-09-05 10:53 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Rex Zhu

Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
index 9496ade..24d9a05 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
@@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
 	else
 		tonga_hwmgr->power_tune_defaults = &tonga_power_tune_data_set_array[0];
 
-	/* Assume disabled */
-	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-			PHM_PlatformCaps_PowerContainment);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
 			PHM_PlatformCaps_CAC);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-- 
1.9.1

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

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

* [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga.
       [not found] ` <1473071835-12006-1-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
@ 2016-09-05 10:37   ` Rex Zhu
       [not found]     ` <1473071835-12006-2-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Rex Zhu @ 2016-09-05 10:37 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Rex Zhu

Change-Id: I309d71fe5ca726f620a29425536d0824bd8f2e08
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
index 9496ade..24d9a05 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.c
@@ -56,9 +56,6 @@ void tonga_initialize_power_tune_defaults(struct pp_hwmgr *hwmgr)
 	else
 		tonga_hwmgr->power_tune_defaults = &tonga_power_tune_data_set_array[0];
 
-	/* Assume disabled */
-	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-			PHM_PlatformCaps_PowerContainment);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
 			PHM_PlatformCaps_CAC);
 	phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-- 
1.9.1

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

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

end of thread, other threads:[~2016-09-07 11:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-05 11:41 [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga Rex Zhu
  -- strict thread matches above, loose matches on Subject: below --
2016-09-05 11:03 Rex Zhu
2016-09-05 10:53 Rex Zhu
2016-09-05 10:37 [PATCH 1/2] drm/amd/powerplay: enable/disable auto thermal throttle for tonga Rex Zhu
     [not found] ` <1473071835-12006-1-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
2016-09-05 10:37   ` [PATCH 2/2] drm/amd/powerplay: fix issue power containment not enabled on Tonga Rex Zhu
     [not found]     ` <1473071835-12006-2-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
2016-09-06  2:26       ` Flora Cui
2016-09-07 11:35       ` 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.