Re: [PATCH] drm/amd/pm: optimize the power related source code layout

2020-08-13 Thread Alex Deucher
---Original Message- > From: Alex Deucher > Sent: Thursday, August 13, 2020 9:59 PM > To: Quan, Evan > Cc: amd-gfx list ; Deucher, Alexander > > Subject: Re: [PATCH] drm/amd/pm: optimize the power related source code layout > > On Thu, Aug 13, 2020 at 5:38 AM Evan Quan w

RE: [PATCH] drm/amd/pm: optimize the power related source code layout

2020-08-13 Thread Quan, Evan
PU_SI)+= si_dpm.o si_smc.o AMD_PP_POWER = $(addprefix $(AMD_PP_PATH)/,$(POWER_MGR-y)) BR Evan -Original Message- From: Alex Deucher Sent: Thursday, August 13, 2020 9:59 PM To: Quan, Evan Cc: amd-gfx list ; Deucher, Alexander Subject: Re: [PATCH] drm/amd/pm: optimize the power related source

Re: [PATCH] drm/amd/pm: optimize the power related source code layout

2020-08-13 Thread Alex Deucher
On Thu, Aug 13, 2020 at 5:38 AM Evan Quan wrote: > > The target is to provide a clear entry point(for power routines). > Also this can help to maintain a clear view about the frameworks > used on different ASICs. Hopefully all these can make power part > more friendly to play with. > > Change-Id:

[PATCH] drm/amd/pm: optimize the power related source code layout

2020-08-13 Thread Evan Quan
The target is to provide a clear entry point(for power routines). Also this can help to maintain a clear view about the frameworks used on different ASICs. Hopefully all these can make power part more friendly to play with. Change-Id: I2baaa98f3c1078816bd44e14153d8bfbbddd141b Signed-off-by: Evan Q