All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Revert "drm/amdgpu/powerplay/vega12: call PrepareMp1ForUnload in power_off_asic"
@ 2019-07-24 14:43 Alex Deucher
       [not found] ` <20190724144333.24047-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2019-07-24 14:43 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This reverts commit bc43468457623b3f772f14383455e2abddbaddaf.

Revert for now pending further discussions with power team.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
index 3d3504411b63..efb6d3762feb 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
@@ -2468,11 +2468,6 @@ static int vega12_power_off_asic(struct pp_hwmgr *hwmgr)
 			);
 	data->water_marks_bitmap &= ~(WaterMarksLoaded);
 
-	PP_ASSERT_WITH_CODE((result = smum_send_msg_to_smc(hwmgr,
-			PPSMC_MSG_PrepareMp1ForUnload)) == 0,
-			"[PrepareMp1ForUnload] Failed!",
-			return result);
-
 	return result;
 }
 
-- 
2.20.1

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

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

* [PATCH 2/3] Revert "drm/amdgpu/powerplay/vega10: call PrepareMp1ForUnload in power_off_asic"
       [not found] ` <20190724144333.24047-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2019-07-24 14:43   ` Alex Deucher
  2019-07-24 14:43   ` [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: " Alex Deucher
  1 sibling, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2019-07-24 14:43 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This reverts commit 85cde3f880092bd5a21760ebe7baaa4d6af389a9.

Revert for now pending further discussions with power team.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
index a6066d92de78..1d9bb29adaef 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
@@ -4740,11 +4740,6 @@ static int vega10_power_off_asic(struct pp_hwmgr *hwmgr)
 			);
 	data->water_marks_bitmap &= ~(WaterMarksLoaded);
 
-	PP_ASSERT_WITH_CODE((result = smum_send_msg_to_smc(hwmgr,
-			PPSMC_MSG_PrepareMp1ForUnload)) == 0,
-			"[PrepareMp1ForUnload] Failed!",
-			return result);
-
 	return result;
 }
 
-- 
2.20.1

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

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

* [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: call PrepareMp1ForUnload in power_off_asic"
       [not found] ` <20190724144333.24047-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  2019-07-24 14:43   ` [PATCH 2/3] Revert "drm/amdgpu/powerplay/vega10: " Alex Deucher
@ 2019-07-24 14:43   ` Alex Deucher
       [not found]     ` <20190724144333.24047-3-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2019-07-24 14:43 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

This reverts commit c3b099f18c45bd8d78a51a706c648d588321c19c.

Revert for now pending further discussions with power team.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
index e16d6654692f..f27c6fbb192e 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
@@ -3764,11 +3764,6 @@ static int vega20_power_off_asic(struct pp_hwmgr *hwmgr)
 			);
 	data->water_marks_bitmap &= ~(WaterMarksLoaded);
 
-	PP_ASSERT_WITH_CODE((result = smum_send_msg_to_smc(hwmgr,
-			PPSMC_MSG_PrepareMp1ForUnload)) == 0,
-			"[PrepareMp1ForUnload] Failed!",
-			return result);
-
 	return result;
 }
 
-- 
2.20.1

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

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

* RE: [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: call PrepareMp1ForUnload in power_off_asic"
       [not found]     ` <20190724144333.24047-3-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2019-07-25  1:17       ` Quan, Evan
  0 siblings, 0 replies; 4+ messages in thread
From: Quan, Evan @ 2019-07-25  1:17 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Deucher, Alexander

Series is reviewed-by: Evan Quan <evan.quan@amd.com>

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Alex
> Deucher
> Sent: Wednesday, July 24, 2019 10:44 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
> Subject: [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: call
> PrepareMp1ForUnload in power_off_asic"
> 
> This reverts commit c3b099f18c45bd8d78a51a706c648d588321c19c.
> 
> Revert for now pending further discussions with power team.
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> index e16d6654692f..f27c6fbb192e 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> @@ -3764,11 +3764,6 @@ static int vega20_power_off_asic(struct
> pp_hwmgr *hwmgr)
>  			);
>  	data->water_marks_bitmap &= ~(WaterMarksLoaded);
> 
> -	PP_ASSERT_WITH_CODE((result = smum_send_msg_to_smc(hwmgr,
> -			PPSMC_MSG_PrepareMp1ForUnload)) == 0,
> -			"[PrepareMp1ForUnload] Failed!",
> -			return result);
> -
>  	return result;
>  }
> 
> --
> 2.20.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] 4+ messages in thread

end of thread, other threads:[~2019-07-25  1:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 14:43 [PATCH 1/3] Revert "drm/amdgpu/powerplay/vega12: call PrepareMp1ForUnload in power_off_asic" Alex Deucher
     [not found] ` <20190724144333.24047-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-07-24 14:43   ` [PATCH 2/3] Revert "drm/amdgpu/powerplay/vega10: " Alex Deucher
2019-07-24 14:43   ` [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: " Alex Deucher
     [not found]     ` <20190724144333.24047-3-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-07-25  1:17       ` Quan, Evan

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.