.. | .. |
---|
282 | 282 | int (*get_power_profile_mode)(void *handle, char *buf); |
---|
283 | 283 | int (*set_power_profile_mode)(void *handle, long *input, uint32_t size); |
---|
284 | 284 | int (*set_fine_grain_clk_vol)(void *handle, uint32_t type, long *input, uint32_t size); |
---|
285 | | - int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); |
---|
| 285 | + int (*odn_edit_dpm_table)(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, |
---|
| 286 | + long *input, uint32_t size); |
---|
286 | 287 | int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state); |
---|
287 | 288 | int (*smu_i2c_bus_access)(void *handle, bool acquire); |
---|
288 | 289 | /* export to DC */ |
---|