All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-10-30 14:22 ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-10-30 14:22 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Need to set the dte flag on this asic.

Port the fix from amdgpu:
5cb818b861be114148e8dbeb4259698148019dd1

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/radeon/si_dpm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 460fd98e40a7..a0b382a637a6 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
 		case 0x682C:
 			si_pi->cac_weights = cac_weights_cape_verde_pro;
 			si_pi->dte_data = dte_data_sun_xt;
+			update_dte_from_pl2 = true;
 			break;
 		case 0x6825:
 		case 0x6827:
-- 
2.23.0

_______________________________________________
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] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-10-30 14:22 ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-10-30 14:22 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Need to set the dte flag on this asic.

Port the fix from amdgpu:
5cb818b861be114148e8dbeb4259698148019dd1

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/radeon/si_dpm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index 460fd98e40a7..a0b382a637a6 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
 		case 0x682C:
 			si_pi->cac_weights = cac_weights_cape_verde_pro;
 			si_pi->dte_data = dte_data_sun_xt;
+			update_dte_from_pl2 = true;
 			break;
 		case 0x6825:
 		case 0x6827:
-- 
2.23.0

_______________________________________________
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] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-11-06 16:34     ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-11-06 16:34 UTC (permalink / raw)
  To: amd-gfx list; +Cc: Alex Deucher

Ping?

On Wed, Oct 30, 2019 at 10:22 AM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> Need to set the dte flag on this asic.
>
> Port the fix from amdgpu:
> 5cb818b861be114148e8dbeb4259698148019dd1
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/radeon/si_dpm.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 460fd98e40a7..a0b382a637a6 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
>                 case 0x682C:
>                         si_pi->cac_weights = cac_weights_cape_verde_pro;
>                         si_pi->dte_data = dte_data_sun_xt;
> +                       update_dte_from_pl2 = true;
>                         break;
>                 case 0x6825:
>                 case 0x6827:
> --
> 2.23.0
>
_______________________________________________
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] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-11-06 16:34     ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-11-06 16:34 UTC (permalink / raw)
  To: amd-gfx list; +Cc: Alex Deucher

Ping?

On Wed, Oct 30, 2019 at 10:22 AM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> Need to set the dte flag on this asic.
>
> Port the fix from amdgpu:
> 5cb818b861be114148e8dbeb4259698148019dd1
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/radeon/si_dpm.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 460fd98e40a7..a0b382a637a6 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
>                 case 0x682C:
>                         si_pi->cac_weights = cac_weights_cape_verde_pro;
>                         si_pi->dte_data = dte_data_sun_xt;
> +                       update_dte_from_pl2 = true;
>                         break;
>                 case 0x6825:
>                 case 0x6827:
> --
> 2.23.0
>
_______________________________________________
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] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-11-06 17:06     ` Zhao, Yong
  0 siblings, 0 replies; 6+ messages in thread
From: Zhao, Yong @ 2019-11-06 17:06 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Reviewed-by: Yong Zhao<yong.zhao@amd.com>

On 2019-10-30 10:22 a.m., Alex Deucher wrote:
> Need to set the dte flag on this asic.
>
> Port the fix from amdgpu:
> 5cb818b861be114148e8dbeb4259698148019dd1
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>   drivers/gpu/drm/radeon/si_dpm.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 460fd98e40a7..a0b382a637a6 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
>   		case 0x682C:
>   			si_pi->cac_weights = cac_weights_cape_verde_pro;
>   			si_pi->dte_data = dte_data_sun_xt;
> +			update_dte_from_pl2 = true;
>   			break;
>   		case 0x6825:
>   		case 0x6827:
_______________________________________________
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] drm/radeon: fix si_enable_smc_cac() failed issue
@ 2019-11-06 17:06     ` Zhao, Yong
  0 siblings, 0 replies; 6+ messages in thread
From: Zhao, Yong @ 2019-11-06 17:06 UTC (permalink / raw)
  To: amd-gfx

Reviewed-by: Yong Zhao<yong.zhao@amd.com>

On 2019-10-30 10:22 a.m., Alex Deucher wrote:
> Need to set the dte flag on this asic.
>
> Port the fix from amdgpu:
> 5cb818b861be114148e8dbeb4259698148019dd1
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>   drivers/gpu/drm/radeon/si_dpm.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 460fd98e40a7..a0b382a637a6 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -1958,6 +1958,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
>   		case 0x682C:
>   			si_pi->cac_weights = cac_weights_cape_verde_pro;
>   			si_pi->dte_data = dte_data_sun_xt;
> +			update_dte_from_pl2 = true;
>   			break;
>   		case 0x6825:
>   		case 0x6827:
_______________________________________________
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

end of thread, other threads:[~2019-11-06 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 14:22 [PATCH] drm/radeon: fix si_enable_smc_cac() failed issue Alex Deucher
2019-10-30 14:22 ` Alex Deucher
     [not found] ` <20191030142241.1575786-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-11-06 16:34   ` Alex Deucher
2019-11-06 16:34     ` Alex Deucher
2019-11-06 17:06   ` Zhao, Yong
2019-11-06 17:06     ` Zhao, Yong

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.