All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/vega20: make power profile output more consistent
@ 2018-09-27 13:46 Alex Deucher
       [not found] ` <20180927134611.23292-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Deucher @ 2018-09-27 13:46 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Make the profile name line match previous generations more closely.

E.g.,
0 3D_FULL_SCREEN :
vs:
0(3D_FULL_SCREEN )

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

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
index 2a554f9edcda..75945fc50b3a 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
@@ -3165,7 +3165,7 @@ static int vega20_get_power_profile_mode(struct pp_hwmgr *hwmgr, char *buf)
 				"[GetPowerProfile] Failed to get activity monitor!",
 				return result);
 
-		size += sprintf(buf + size, "%2d(%14s%s)\n",
+		size += sprintf(buf + size, "%2d %14s%s:\n",
 			i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ");
 
 		size += sprintf(buf + size, "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
-- 
2.13.6

_______________________________________________
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/amdgpu/vega20: make power profile output more consistent
       [not found] ` <20180927134611.23292-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2018-09-28  1:15   ` Quan, Evan
       [not found]     ` <SN6PR12MB2656AB0BD38E90CF91B2B8E6E4EC0-kxOKjb6HO/FeL/N0e1LXkAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Quan, Evan @ 2018-09-28  1:15 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Deucher, Alexander

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: 2018年9月27日 21:46
> To: amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
> Subject: [PATCH] drm/amdgpu/vega20: make power profile output more
> consistent
> 
> Make the profile name line match previous generations more closely.
> 
> E.g.,
> 0 3D_FULL_SCREEN :
> vs:
> 0(3D_FULL_SCREEN )
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> index 2a554f9edcda..75945fc50b3a 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> @@ -3165,7 +3165,7 @@ static int vega20_get_power_profile_mode(struct
> pp_hwmgr *hwmgr, char *buf)
>  				"[GetPowerProfile] Failed to get activity
> monitor!",
>  				return result);
> 
> -		size += sprintf(buf + size, "%2d(%14s%s)\n",
> +		size += sprintf(buf + size, "%2d %14s%s:\n",
>  			i, profile_name[i], (i == hwmgr-
> >power_profile_mode) ? "*" : " ");
> 
>  		size += sprintf(buf + size,
> "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
> --
> 2.13.6
> 
> _______________________________________________
> 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] drm/amdgpu/vega20: make power profile output more consistent
       [not found]     ` <SN6PR12MB2656AB0BD38E90CF91B2B8E6E4EC0-kxOKjb6HO/FeL/N0e1LXkAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2018-10-01 19:49       ` Felix Kuehling
       [not found]         ` <fdc500ca-a2b4-6270-3c0d-74bf5c842796-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Felix Kuehling @ 2018-10-01 19:49 UTC (permalink / raw)
  To: Quan, Evan, Alex Deucher,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Russell, Kent
  Cc: Deucher, Alexander

[+Kent]

This may break the rocm-smi tool, which parses the power profile output.

Regards,
  Felix


On 2018-09-27 09:15 PM, Quan, Evan wrote:
> 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: 2018年9月27日 21:46
>> To: amd-gfx@lists.freedesktop.org
>> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
>> Subject: [PATCH] drm/amdgpu/vega20: make power profile output more
>> consistent
>>
>> Make the profile name line match previous generations more closely.
>>
>> E.g.,
>> 0 3D_FULL_SCREEN :
>> vs:
>> 0(3D_FULL_SCREEN )
>>
>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>> ---
>>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>> index 2a554f9edcda..75945fc50b3a 100644
>> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>> @@ -3165,7 +3165,7 @@ static int vega20_get_power_profile_mode(struct
>> pp_hwmgr *hwmgr, char *buf)
>>  				"[GetPowerProfile] Failed to get activity
>> monitor!",
>>  				return result);
>>
>> -		size += sprintf(buf + size, "%2d(%14s%s)\n",
>> +		size += sprintf(buf + size, "%2d %14s%s:\n",
>>  			i, profile_name[i], (i == hwmgr-
>>> power_profile_mode) ? "*" : " ");
>>  		size += sprintf(buf + size,
>> "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
>> --
>> 2.13.6
>>
>> _______________________________________________
>> 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

_______________________________________________
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/amdgpu/vega20: make power profile output more consistent
       [not found]         ` <fdc500ca-a2b4-6270-3c0d-74bf5c842796-5C7GfCeVMHo@public.gmane.org>
@ 2018-10-01 20:04           ` Deucher, Alexander
       [not found]             ` <BN6PR12MB1809F36A067CA1ACF6B61CB4F7EF0-/b2+HYfkarSEx6ez0IUAagdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Deucher, Alexander @ 2018-10-01 20:04 UTC (permalink / raw)
  To: Kuehling, Felix, Quan, Evan, Alex Deucher,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Russell, Kent

> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Felix
> Kuehling
> Sent: Monday, October 1, 2018 3:49 PM
> To: Quan, Evan <Evan.Quan@amd.com>; Alex Deucher
> <alexdeucher@gmail.com>; amd-gfx@lists.freedesktop.org; Russell, Kent
> <Kent.Russell@amd.com>
> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
> Subject: Re: [PATCH] drm/amdgpu/vega20: make power profile output more
> consistent
> 
> [+Kent]
> 
> This may break the rocm-smi tool, which parses the power profile output.
> 

This was at the request of rocm-smi. Since the current rocm-smi couldn't parse the new format.  This makes it more similar to previous asics.

Alex

> Regards,
>   Felix
> 
> 
> On 2018-09-27 09:15 PM, Quan, Evan wrote:
> > 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: 2018年9月27日 21:46
> >> To: amd-gfx@lists.freedesktop.org
> >> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
> >> Subject: [PATCH] drm/amdgpu/vega20: make power profile output more
> >> consistent
> >>
> >> Make the profile name line match previous generations more closely.
> >>
> >> E.g.,
> >> 0 3D_FULL_SCREEN :
> >> vs:
> >> 0(3D_FULL_SCREEN )
> >>
> >> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> >> ---
> >>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> >> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> >> index 2a554f9edcda..75945fc50b3a 100644
> >> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> >> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
> >> @@ -3165,7 +3165,7 @@ static int
> vega20_get_power_profile_mode(struct
> >> pp_hwmgr *hwmgr, char *buf)
> >>  				"[GetPowerProfile] Failed to get activity
> monitor!",
> >>  				return result);
> >>
> >> -		size += sprintf(buf + size, "%2d(%14s%s)\n",
> >> +		size += sprintf(buf + size, "%2d %14s%s:\n",
> >>  			i, profile_name[i], (i == hwmgr-
> >>> power_profile_mode) ? "*" : " ");
> >>  		size += sprintf(buf + size,
> >> "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
> >> --
> >> 2.13.6
> >>
> >> _______________________________________________
> >> 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
> 
> _______________________________________________
> 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] drm/amdgpu/vega20: make power profile output more consistent
       [not found]             ` <BN6PR12MB1809F36A067CA1ACF6B61CB4F7EF0-/b2+HYfkarSEx6ez0IUAagdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2018-10-01 20:33               ` Felix Kuehling
       [not found]                 ` <ec5c529b-5b76-45df-641b-5a57d6350899-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Felix Kuehling @ 2018-10-01 20:33 UTC (permalink / raw)
  To: Deucher, Alexander, Quan, Evan, Alex Deucher,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Russell, Kent

On 2018-10-01 04:04 PM, Deucher, Alexander wrote:
>> -----Original Message-----
>> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Felix
>> Kuehling
>> Sent: Monday, October 1, 2018 3:49 PM
>> To: Quan, Evan <Evan.Quan@amd.com>; Alex Deucher
>> <alexdeucher@gmail.com>; amd-gfx@lists.freedesktop.org; Russell, Kent
>> <Kent.Russell@amd.com>
>> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
>> Subject: Re: [PATCH] drm/amdgpu/vega20: make power profile output more
>> consistent
>>
>> [+Kent]
>>
>> This may break the rocm-smi tool, which parses the power profile output.
>>
> This was at the request of rocm-smi. Since the current rocm-smi couldn't parse the new format.  This makes it more similar to previous asics.

Thanks! I missed that this was for Vega20.

Regards,
  Felix

>
> Alex
>
>> Regards,
>>   Felix
>>
>>
>> On 2018-09-27 09:15 PM, Quan, Evan wrote:
>>> 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: 2018年9月27日 21:46
>>>> To: amd-gfx@lists.freedesktop.org
>>>> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
>>>> Subject: [PATCH] drm/amdgpu/vega20: make power profile output more
>>>> consistent
>>>>
>>>> Make the profile name line match previous generations more closely.
>>>>
>>>> E.g.,
>>>> 0 3D_FULL_SCREEN :
>>>> vs:
>>>> 0(3D_FULL_SCREEN )
>>>>
>>>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>>>> ---
>>>>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> index 2a554f9edcda..75945fc50b3a 100644
>>>> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> @@ -3165,7 +3165,7 @@ static int
>> vega20_get_power_profile_mode(struct
>>>> pp_hwmgr *hwmgr, char *buf)
>>>>  				"[GetPowerProfile] Failed to get activity
>> monitor!",
>>>>  				return result);
>>>>
>>>> -		size += sprintf(buf + size, "%2d(%14s%s)\n",
>>>> +		size += sprintf(buf + size, "%2d %14s%s:\n",
>>>>  			i, profile_name[i], (i == hwmgr-
>>>>> power_profile_mode) ? "*" : " ");
>>>>  		size += sprintf(buf + size,
>>>> "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
>>>> --
>>>> 2.13.6
>>>>
>>>> _______________________________________________
>>>> 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
>> _______________________________________________
>> 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] drm/amdgpu/vega20: make power profile output more consistent
       [not found]                 ` <ec5c529b-5b76-45df-641b-5a57d6350899-5C7GfCeVMHo@public.gmane.org>
@ 2018-10-02 11:43                   ` Russell, Kent
  0 siblings, 0 replies; 6+ messages in thread
From: Russell, Kent @ 2018-10-02 11:43 UTC (permalink / raw)
  To: Kuehling, Felix, Deucher, Alexander, Quan, Evan, Alex Deucher,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

I don't do any parsing of the names of the Power Profiles in the SMI, this was just for the smi_lib which expects specific string formats. I had no issues with it, since it wouldn't muck with the SMI as it currently exists. But it will help if I decide to try to parse these in the SMI tool in the future.

 Kent

-----Original Message-----
From: Kuehling, Felix 
Sent: Monday, October 01, 2018 4:34 PM
To: Deucher, Alexander <Alexander.Deucher@amd.com>; Quan, Evan <Evan.Quan@amd.com>; Alex Deucher <alexdeucher@gmail.com>; amd-gfx@lists.freedesktop.org; Russell, Kent <Kent.Russell@amd.com>
Subject: Re: [PATCH] drm/amdgpu/vega20: make power profile output more consistent

On 2018-10-01 04:04 PM, Deucher, Alexander wrote:
>> -----Original Message-----
>> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of 
>> Felix Kuehling
>> Sent: Monday, October 1, 2018 3:49 PM
>> To: Quan, Evan <Evan.Quan@amd.com>; Alex Deucher 
>> <alexdeucher@gmail.com>; amd-gfx@lists.freedesktop.org; Russell, Kent 
>> <Kent.Russell@amd.com>
>> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
>> Subject: Re: [PATCH] drm/amdgpu/vega20: make power profile output 
>> more consistent
>>
>> [+Kent]
>>
>> This may break the rocm-smi tool, which parses the power profile output.
>>
> This was at the request of rocm-smi. Since the current rocm-smi couldn't parse the new format.  This makes it more similar to previous asics.

Thanks! I missed that this was for Vega20.

Regards,
  Felix

>
> Alex
>
>> Regards,
>>   Felix
>>
>>
>> On 2018-09-27 09:15 PM, Quan, Evan wrote:
>>> 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: 2018年9月27日 21:46
>>>> To: amd-gfx@lists.freedesktop.org
>>>> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>
>>>> Subject: [PATCH] drm/amdgpu/vega20: make power profile output more 
>>>> consistent
>>>>
>>>> Make the profile name line match previous generations more closely.
>>>>
>>>> E.g.,
>>>> 0 3D_FULL_SCREEN :
>>>> vs:
>>>> 0(3D_FULL_SCREEN )
>>>>
>>>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>>>> ---
>>>>  drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> index 2a554f9edcda..75945fc50b3a 100644
>>>> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
>>>> @@ -3165,7 +3165,7 @@ static int
>> vega20_get_power_profile_mode(struct
>>>> pp_hwmgr *hwmgr, char *buf)
>>>>  				"[GetPowerProfile] Failed to get activity
>> monitor!",
>>>>  				return result);
>>>>
>>>> -		size += sprintf(buf + size, "%2d(%14s%s)\n",
>>>> +		size += sprintf(buf + size, "%2d %14s%s:\n",
>>>>  			i, profile_name[i], (i == hwmgr-
>>>>> power_profile_mode) ? "*" : " ");
>>>>  		size += sprintf(buf + size,
>>>> "%19s %d(%13s) %7d %7d %7d %7d %7d %7d %7d %7d %7d\n",
>>>> --
>>>> 2.13.6
>>>>
>>>> _______________________________________________
>>>> 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
>> _______________________________________________
>> 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

end of thread, other threads:[~2018-10-02 11:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27 13:46 [PATCH] drm/amdgpu/vega20: make power profile output more consistent Alex Deucher
     [not found] ` <20180927134611.23292-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-09-28  1:15   ` Quan, Evan
     [not found]     ` <SN6PR12MB2656AB0BD38E90CF91B2B8E6E4EC0-kxOKjb6HO/FeL/N0e1LXkAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-10-01 19:49       ` Felix Kuehling
     [not found]         ` <fdc500ca-a2b4-6270-3c0d-74bf5c842796-5C7GfCeVMHo@public.gmane.org>
2018-10-01 20:04           ` Deucher, Alexander
     [not found]             ` <BN6PR12MB1809F36A067CA1ACF6B61CB4F7EF0-/b2+HYfkarSEx6ez0IUAagdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2018-10-01 20:33               ` Felix Kuehling
     [not found]                 ` <ec5c529b-5b76-45df-641b-5a57d6350899-5C7GfCeVMHo@public.gmane.org>
2018-10-02 11:43                   ` Russell, Kent

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.