Re: [PATCH 7/9] drm/amd/powerplay: clean up the SMU hw setup operations

2020-06-02 Thread Alex Deucher
On Mon, Jun 1, 2020 at 3:31 AM Evan Quan wrote: > > Postpone some operations which are not must for hw setup to > late_init. Thus, code sharing is possible between hw_init/fini and > suspend/resume. Also this makes code more clean and readable. > > Change-Id:

[PATCH 7/9] drm/amd/powerplay: clean up the SMU hw setup operations

2020-06-01 Thread Evan Quan
Postpone some operations which are not must for hw setup to late_init. Thus, code sharing is possible between hw_init/fini and suspend/resume. Also this makes code more clean and readable. Change-Id: Id3996fd9e2dbf2ff59d8a6032cc5f6730db1295c Signed-off-by: Evan Quan ---