drm/amdgpu: Remove wrapper layer of smu ip functions
1. delete amdgpu_powerplay.c used for wrapping smu ip functions 2. delete struct pp_instance, 3. make struct hwmgr as the smu hw handle. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
#ifndef __KGD_PP_INTERFACE_H__
|
||||
#define __KGD_PP_INTERFACE_H__
|
||||
|
||||
extern const struct amd_ip_funcs pp_ip_funcs;
|
||||
extern const struct amd_pm_funcs pp_dpm_funcs;
|
||||
extern const struct amdgpu_ip_block_version pp_smu_ip_block;
|
||||
|
||||
struct amd_vce_state {
|
||||
/* vce clocks */
|
||||
|
Reference in New Issue
Block a user