Re: [PATCH 1/8] drm/amd/pp: Refine code for smu7 in powerplay

2018-03-09 Thread Alex Deucher
elete the complex define of avfs btc state and simplify related code. > > Please review the attached patch. > > > Best Regards > > Rex > > -- > *From:* Alex Deucher > *Sent:* Thursday, March 8, 2018 1:12 AM > *To:* Zhu, Rex > *Cc

Re: [PATCH 1/8] drm/amd/pp: Refine code for smu7 in powerplay

2018-03-09 Thread Zhu, Rex
From: Alex Deucher Sent: Thursday, March 8, 2018 1:12 AM To: Zhu, Rex Cc: amd-gfx list Subject: Re: [PATCH 1/8] drm/amd/pp: Refine code for smu7 in powerplay On Wed, Mar 7, 2018 at 5:46 AM, Rex Zhu wrote: > 1. Add avfs_support in hwmgr to avoid to visit smu backend struct

Re: [PATCH 1/8] drm/amd/pp: Refine code for smu7 in powerplay

2018-03-07 Thread Alex Deucher
On Wed, Mar 7, 2018 at 5:46 AM, Rex Zhu wrote: > 1. Add avfs_support in hwmgr to avoid to visit smu backend struct in >hwmgr.so do not need to include smu7_smumgr.h under hwmgr folder. > 2. simplify the list of enum AVFS_BTC_STATUS > > Change-Id: I04c769972deff797229339f3ccb1c442b35768a2 > Sig

[PATCH 1/8] drm/amd/pp: Refine code for smu7 in powerplay

2018-03-07 Thread Rex Zhu
1. Add avfs_support in hwmgr to avoid to visit smu backend struct in hwmgr.so do not need to include smu7_smumgr.h under hwmgr folder. 2. simplify the list of enum AVFS_BTC_STATUS Change-Id: I04c769972deff797229339f3ccb1c442b35768a2 Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/hwm