提交 791a57db 编写于 作者: R Rex Zhu 提交者: Alex Deucher

drm/amd/powerplay: refine struct name for code style reason.

Signed-off-by: NRex Zhu <Rex.Zhu@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 662bfa61
......@@ -1523,7 +1523,7 @@ int get_number_of_vce_state_table_entries(
int get_vce_state_table_entry(struct pp_hwmgr *hwmgr,
unsigned long i,
struct PP_VCEState *vce_state,
struct pp_vce_state *vce_state,
void **clock_info,
unsigned long *flag)
{
......
......@@ -36,7 +36,7 @@ struct pp_instance;
struct pp_hwmgr;
struct pp_hw_power_state;
struct pp_power_state;
struct PP_VCEState;
struct pp_vce_state;
struct phm_fan_speed_info;
struct pp_atomctrl_voltage_table;
......@@ -354,7 +354,7 @@ struct pp_table_func {
int (*pptable_get_vce_state_table_entry)(
struct pp_hwmgr *hwmgr,
unsigned long i,
struct PP_VCEState *vce_state,
struct pp_vce_state *vce_state,
void **clock_info,
unsigned long *flag);
};
......
......@@ -158,7 +158,7 @@ struct pp_power_state {
/*Structure to hold a VCE state entry*/
struct PP_VCEState {
struct pp_vce_state {
uint32_t evclk;
uint32_t ecclk;
uint32_t sclk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册