]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: introduce smu table id type to handle the smu table for each asic
authorHuang Rui <ray.huang@amd.com>
Fri, 29 Mar 2019 09:52:11 +0000 (17:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:26 +0000 (18:59 -0500)
commitb64d63fab51457ddc6609e415ba0fa1fe0bf4460
tree67b73932fc0f95995ae82acd81579d33ff2b02e1
parent3ac1698a283414354cabb78dce11aa80d1ac3674
drm/amd/powerplay: introduce smu table id type to handle the smu table for each asic

This patch introduces new smu table type, it's to handle the different smu table
defines for each asic with the same smu ip.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h
drivers/gpu/drm/amd/powerplay/navi10_ppt.c
drivers/gpu/drm/amd/powerplay/vega20_ppt.c