Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-09 Thread Lazar, Lijo
: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support On 1/6/2023 2:14 PM, Quan, Evan wrote: [AMD Official Use Only - General] -Original Message- From: Lazar, Lijo Sent: Friday, January 6, 2023 11:55 AM To: Quan, Evan ; amd- g...@lists.freedesktop.org Cc: Deucher

RE: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-09 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: Lazar, Lijo > Sent: Monday, January 9, 2023 6:52 PM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs in

Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-09 Thread Lazar, Lijo
: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support On 1/6/2023 7:34 AM, Quan, Evan wrote: [AMD Official Use Only - General] -Original Message- From: Lazar, Lijo Sent: Thursday, January 5, 2023 9:58 PM To: Quan, Evan ; amd- g...@lists.freedesktop.org Cc: Deucher

RE: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-09 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: Lazar, Lijo > Sent: Monday, January 9, 2023 11:28 AM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs in

Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-08 Thread Lazar, Lijo
: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support On 1/5/2023 8:52 AM, Evan Quan wrote: Make the code more clean and readable with no real logics change. Signed-off-by: Evan Quan Change-Id: I21c879fa9abad9f6da3b5289adf3124950d2f4eb --- drivers/gpu/drm/amd/pm

RE: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-08 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: Lazar, Lijo > Sent: Friday, January 6, 2023 6:01 PM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs in

Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-06 Thread Lazar, Lijo
On 1/6/2023 2:14 PM, Quan, Evan wrote: [AMD Official Use Only - General] -Original Message- From: Lazar, Lijo Sent: Friday, January 6, 2023 11:55 AM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for

RE: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-06 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: Lazar, Lijo > Sent: Friday, January 6, 2023 11:55 AM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs in

Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-05 Thread Lazar, Lijo
On 1/6/2023 7:34 AM, Quan, Evan wrote: [AMD Official Use Only - General] -Original Message- From: Lazar, Lijo Sent: Thursday, January 5, 2023 9:58 PM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for

RE: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-05 Thread Quan, Evan
[AMD Official Use Only - General] > -Original Message- > From: Lazar, Lijo > Sent: Thursday, January 5, 2023 9:58 PM > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs in

Re: [PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-05 Thread Lazar, Lijo
On 1/5/2023 8:52 AM, Evan Quan wrote: Make the code more clean and readable with no real logics change. Signed-off-by: Evan Quan Change-Id: I21c879fa9abad9f6da3b5289adf3124950d2f4eb --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 200 ++--- 1 file changed, 98 insertions(+

[PATCH 2/8] drm/amd/pm: refine the checks for sysfs interfaces support

2023-01-04 Thread Evan Quan
Make the code more clean and readable with no real logics change. Signed-off-by: Evan Quan Change-Id: I21c879fa9abad9f6da3b5289adf3124950d2f4eb --- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 200 ++--- 1 file changed, 98 insertions(+), 102 deletions(-) diff --git a/drivers/gpu