]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64dd90569a3b114d27001a761caadbff314afb16
tree1af7a1fa0dd579a7d37f9734970ded50556fd1c7
parent33508fb997b467b211a54f107e6e5f504fc04993
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