|
@@ -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);
|
|
|
};
|