]> asedeno.scripts.mit.edu Git - linux.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)
commit2436911bdb2c58f387af59e4e9dcd55c8f667868
tree67b73932fc0f95995ae82acd81579d33ff2b02e1
parentffcb08dfaa3ae80292f89ee36b4604d3751ea4da
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