drm/amd/powerplay: sort those operations performed in hw setup
authorEvan Quan <evan.quan@amd.com>
Thu, 4 Jun 2020 03:42:08 +0000 (11:42 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:16 +0000 (01:59 -0400)
commit613e51df0bcc6bd46f13f8fcb88b1ba5d494a2e4
tree1af7a1fa0dd579a7d37f9734970ded50556fd1c7
parent26ef32518a569bc338ae6c42b147bb10046aee49
drm/amd/powerplay: sort those operations performed in hw setup

Those common operations(for all ASICs) are placed first and followed
by ASIC specific ones. While the display related are placed at the last.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c