Lines Matching full:handle

78 static int pp_early_init(void *handle)  in pp_early_init()  argument
81 struct amdgpu_device *adev = handle; in pp_early_init()
134 static int pp_sw_init(void *handle) in pp_sw_init() argument
136 struct amdgpu_device *adev = handle; in pp_sw_init()
151 static int pp_sw_fini(void *handle) in pp_sw_fini() argument
153 struct amdgpu_device *adev = handle; in pp_sw_fini()
163 static int pp_hw_init(void *handle) in pp_hw_init() argument
166 struct amdgpu_device *adev = handle; in pp_hw_init()
177 static int pp_hw_fini(void *handle) in pp_hw_fini() argument
179 struct amdgpu_device *adev = handle; in pp_hw_fini()
220 static int pp_late_init(void *handle) in pp_late_init() argument
222 struct amdgpu_device *adev = handle; in pp_late_init()
234 static void pp_late_fini(void *handle) in pp_late_fini() argument
236 struct amdgpu_device *adev = handle; in pp_late_fini()
244 static bool pp_is_idle(void *handle) in pp_is_idle() argument
249 static int pp_wait_for_idle(void *handle) in pp_wait_for_idle() argument
254 static int pp_sw_reset(void *handle) in pp_sw_reset() argument
259 static int pp_set_powergating_state(void *handle, in pp_set_powergating_state() argument
265 static int pp_suspend(void *handle) in pp_suspend() argument
267 struct amdgpu_device *adev = handle; in pp_suspend()
275 static int pp_resume(void *handle) in pp_resume() argument
277 struct amdgpu_device *adev = handle; in pp_resume()
283 static int pp_set_clockgating_state(void *handle, in pp_set_clockgating_state() argument
323 static int pp_dpm_load_fw(void *handle) in pp_dpm_load_fw() argument
325 struct pp_hwmgr *hwmgr = handle; in pp_dpm_load_fw()
338 static int pp_dpm_fw_loading_complete(void *handle) in pp_dpm_fw_loading_complete() argument
343 static int pp_set_clockgating_by_smu(void *handle, uint32_t msg_id) in pp_set_clockgating_by_smu() argument
345 struct pp_hwmgr *hwmgr = handle; in pp_set_clockgating_by_smu()
382 static int pp_dpm_force_performance_level(void *handle, in pp_dpm_force_performance_level() argument
385 struct pp_hwmgr *hwmgr = handle; in pp_dpm_force_performance_level()
401 void *handle) in pp_dpm_get_performance_level() argument
403 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_performance_level()
411 static uint32_t pp_dpm_get_sclk(void *handle, bool low) in pp_dpm_get_sclk() argument
413 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_sclk()
425 static uint32_t pp_dpm_get_mclk(void *handle, bool low) in pp_dpm_get_mclk() argument
427 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_mclk()
439 static void pp_dpm_powergate_vce(void *handle, bool gate) in pp_dpm_powergate_vce() argument
441 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_vce()
453 static void pp_dpm_powergate_uvd(void *handle, bool gate) in pp_dpm_powergate_uvd() argument
455 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_uvd()
467 static int pp_dpm_dispatch_tasks(void *handle, enum amd_pp_task task_id, in pp_dpm_dispatch_tasks() argument
470 struct pp_hwmgr *hwmgr = handle; in pp_dpm_dispatch_tasks()
478 static enum amd_pm_state_type pp_dpm_get_current_power_state(void *handle) in pp_dpm_get_current_power_state() argument
480 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_current_power_state()
510 static int pp_dpm_set_fan_control_mode(void *handle, uint32_t mode) in pp_dpm_set_fan_control_mode() argument
512 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_fan_control_mode()
528 static int pp_dpm_get_fan_control_mode(void *handle, uint32_t *fan_mode) in pp_dpm_get_fan_control_mode() argument
530 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_fan_control_mode()
545 static int pp_dpm_set_fan_speed_pwm(void *handle, uint32_t speed) in pp_dpm_set_fan_speed_pwm() argument
547 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_fan_speed_pwm()
561 static int pp_dpm_get_fan_speed_pwm(void *handle, uint32_t *speed) in pp_dpm_get_fan_speed_pwm() argument
563 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_fan_speed_pwm()
577 static int pp_dpm_get_fan_speed_rpm(void *handle, uint32_t *rpm) in pp_dpm_get_fan_speed_rpm() argument
579 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_fan_speed_rpm()
593 static int pp_dpm_set_fan_speed_rpm(void *handle, uint32_t rpm) in pp_dpm_set_fan_speed_rpm() argument
595 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_fan_speed_rpm()
609 static int pp_dpm_get_pp_num_states(void *handle, in pp_dpm_get_pp_num_states() argument
612 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_pp_num_states()
645 static int pp_dpm_get_pp_table(void *handle, char **table) in pp_dpm_get_pp_table() argument
647 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_pp_table()
656 static int amd_powerplay_reset(void *handle) in amd_powerplay_reset() argument
658 struct pp_hwmgr *hwmgr = handle; in amd_powerplay_reset()
672 static int pp_dpm_set_pp_table(void *handle, const char *buf, size_t size) in pp_dpm_set_pp_table() argument
674 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_pp_table()
692 ret = amd_powerplay_reset(handle); in pp_dpm_set_pp_table()
702 static int pp_dpm_force_clock_level(void *handle, in pp_dpm_force_clock_level() argument
705 struct pp_hwmgr *hwmgr = handle; in pp_dpm_force_clock_level()
723 static int pp_dpm_emit_clock_levels(void *handle, in pp_dpm_emit_clock_levels() argument
728 struct pp_hwmgr *hwmgr = handle; in pp_dpm_emit_clock_levels()
739 static int pp_dpm_print_clock_levels(void *handle, in pp_dpm_print_clock_levels() argument
742 struct pp_hwmgr *hwmgr = handle; in pp_dpm_print_clock_levels()
754 static int pp_dpm_get_sclk_od(void *handle) in pp_dpm_get_sclk_od() argument
756 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_sclk_od()
768 static int pp_dpm_set_sclk_od(void *handle, uint32_t value) in pp_dpm_set_sclk_od() argument
770 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_sclk_od()
783 static int pp_dpm_get_mclk_od(void *handle) in pp_dpm_get_mclk_od() argument
785 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_mclk_od()
797 static int pp_dpm_set_mclk_od(void *handle, uint32_t value) in pp_dpm_set_mclk_od() argument
799 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_mclk_od()
811 static int pp_dpm_read_sensor(void *handle, int idx, in pp_dpm_read_sensor() argument
814 struct pp_hwmgr *hwmgr = handle; in pp_dpm_read_sensor()
844 pp_dpm_get_vce_clock_state(void *handle, unsigned idx) in pp_dpm_get_vce_clock_state() argument
846 struct pp_hwmgr *hwmgr = handle; in pp_dpm_get_vce_clock_state()
856 static int pp_get_power_profile_mode(void *handle, char *buf) in pp_get_power_profile_mode() argument
858 struct pp_hwmgr *hwmgr = handle; in pp_get_power_profile_mode()
868 static int pp_set_power_profile_mode(void *handle, long *input, uint32_t size) in pp_set_power_profile_mode() argument
870 struct pp_hwmgr *hwmgr = handle; in pp_set_power_profile_mode()
883 static int pp_set_fine_grain_clk_vol(void *handle, uint32_t type, long *input, uint32_t size) in pp_set_fine_grain_clk_vol() argument
885 struct pp_hwmgr *hwmgr = handle; in pp_set_fine_grain_clk_vol()
896 static int pp_odn_edit_dpm_table(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, in pp_odn_edit_dpm_table() argument
899 struct pp_hwmgr *hwmgr = handle; in pp_odn_edit_dpm_table()
912 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state() argument
914 struct pp_hwmgr *hwmgr = handle; in pp_dpm_set_mp1_state()
928 static int pp_dpm_switch_power_profile(void *handle, in pp_dpm_switch_power_profile() argument
931 struct pp_hwmgr *hwmgr = handle; in pp_dpm_switch_power_profile()
970 static int pp_set_power_limit(void *handle, uint32_t limit) in pp_set_power_limit() argument
972 struct pp_hwmgr *hwmgr = handle; in pp_set_power_limit()
1000 static int pp_get_power_limit(void *handle, uint32_t *limit, in pp_get_power_limit() argument
1004 struct pp_hwmgr *hwmgr = handle; in pp_get_power_limit()
1038 static int pp_display_configuration_change(void *handle, in pp_display_configuration_change() argument
1041 struct pp_hwmgr *hwmgr = handle; in pp_display_configuration_change()
1050 static int pp_get_display_power_level(void *handle, in pp_get_display_power_level() argument
1053 struct pp_hwmgr *hwmgr = handle; in pp_get_display_power_level()
1061 static int pp_get_current_clocks(void *handle, in pp_get_current_clocks() argument
1066 struct pp_hwmgr *hwmgr = handle; in pp_get_current_clocks()
1109 static int pp_get_clock_by_type(void *handle, enum amd_pp_clock_type type, struct amd_pp_clocks *cl… in pp_get_clock_by_type() argument
1111 struct pp_hwmgr *hwmgr = handle; in pp_get_clock_by_type()
1122 static int pp_get_clock_by_type_with_latency(void *handle, in pp_get_clock_by_type_with_latency() argument
1126 struct pp_hwmgr *hwmgr = handle; in pp_get_clock_by_type_with_latency()
1134 static int pp_get_clock_by_type_with_voltage(void *handle, in pp_get_clock_by_type_with_voltage() argument
1138 struct pp_hwmgr *hwmgr = handle; in pp_get_clock_by_type_with_voltage()
1146 static int pp_set_watermarks_for_clocks_ranges(void *handle, in pp_set_watermarks_for_clocks_ranges() argument
1149 struct pp_hwmgr *hwmgr = handle; in pp_set_watermarks_for_clocks_ranges()
1158 static int pp_display_clock_voltage_request(void *handle, in pp_display_clock_voltage_request() argument
1161 struct pp_hwmgr *hwmgr = handle; in pp_display_clock_voltage_request()
1169 static int pp_get_display_mode_validation_clocks(void *handle, in pp_get_display_mode_validation_clocks() argument
1172 struct pp_hwmgr *hwmgr = handle; in pp_get_display_mode_validation_clocks()
1186 static int pp_dpm_powergate_mmhub(void *handle) in pp_dpm_powergate_mmhub() argument
1188 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_mmhub()
1201 static int pp_dpm_powergate_gfx(void *handle, bool gate) in pp_dpm_powergate_gfx() argument
1203 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_gfx()
1216 static void pp_dpm_powergate_acp(void *handle, bool gate) in pp_dpm_powergate_acp() argument
1218 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_acp()
1231 static void pp_dpm_powergate_sdma(void *handle, bool gate) in pp_dpm_powergate_sdma() argument
1233 struct pp_hwmgr *hwmgr = handle; in pp_dpm_powergate_sdma()
1246 static int pp_set_powergating_by_smu(void *handle, in pp_set_powergating_by_smu() argument
1254 pp_dpm_powergate_uvd(handle, gate); in pp_set_powergating_by_smu()
1257 pp_dpm_powergate_vce(handle, gate); in pp_set_powergating_by_smu()
1265 pp_dpm_powergate_mmhub(handle); in pp_set_powergating_by_smu()
1268 ret = pp_dpm_powergate_gfx(handle, gate); in pp_set_powergating_by_smu()
1271 pp_dpm_powergate_acp(handle, gate); in pp_set_powergating_by_smu()
1274 pp_dpm_powergate_sdma(handle, gate); in pp_set_powergating_by_smu()
1282 static int pp_notify_smu_enable_pwe(void *handle) in pp_notify_smu_enable_pwe() argument
1284 struct pp_hwmgr *hwmgr = handle; in pp_notify_smu_enable_pwe()
1299 static int pp_enable_mgpu_fan_boost(void *handle) in pp_enable_mgpu_fan_boost() argument
1301 struct pp_hwmgr *hwmgr = handle; in pp_enable_mgpu_fan_boost()
1315 static int pp_set_min_deep_sleep_dcefclk(void *handle, uint32_t clock) in pp_set_min_deep_sleep_dcefclk() argument
1317 struct pp_hwmgr *hwmgr = handle; in pp_set_min_deep_sleep_dcefclk()
1332 static int pp_set_hard_min_dcefclk_by_freq(void *handle, uint32_t clock) in pp_set_hard_min_dcefclk_by_freq() argument
1334 struct pp_hwmgr *hwmgr = handle; in pp_set_hard_min_dcefclk_by_freq()
1349 static int pp_set_hard_min_fclk_by_freq(void *handle, uint32_t clock) in pp_set_hard_min_fclk_by_freq() argument
1351 struct pp_hwmgr *hwmgr = handle; in pp_set_hard_min_fclk_by_freq()
1366 static int pp_set_active_display_count(void *handle, uint32_t count) in pp_set_active_display_count() argument
1368 struct pp_hwmgr *hwmgr = handle; in pp_set_active_display_count()
1376 static int pp_get_asic_baco_capability(void *handle) in pp_get_asic_baco_capability() argument
1378 struct pp_hwmgr *hwmgr = handle; in pp_get_asic_baco_capability()
1390 static int pp_get_asic_baco_state(void *handle, int *state) in pp_get_asic_baco_state() argument
1392 struct pp_hwmgr *hwmgr = handle; in pp_get_asic_baco_state()
1405 static int pp_set_asic_baco_state(void *handle, int state) in pp_set_asic_baco_state() argument
1407 struct pp_hwmgr *hwmgr = handle; in pp_set_asic_baco_state()
1421 static int pp_get_ppfeature_status(void *handle, char *buf) in pp_get_ppfeature_status() argument
1423 struct pp_hwmgr *hwmgr = handle; in pp_get_ppfeature_status()
1436 static int pp_set_ppfeature_status(void *handle, uint64_t ppfeature_masks) in pp_set_ppfeature_status() argument
1438 struct pp_hwmgr *hwmgr = handle; in pp_set_ppfeature_status()
1451 static int pp_asic_reset_mode_2(void *handle) in pp_asic_reset_mode_2() argument
1453 struct pp_hwmgr *hwmgr = handle; in pp_asic_reset_mode_2()
1466 static int pp_smu_i2c_bus_access(void *handle, bool acquire) in pp_smu_i2c_bus_access() argument
1468 struct pp_hwmgr *hwmgr = handle; in pp_smu_i2c_bus_access()
1481 static int pp_set_df_cstate(void *handle, enum pp_df_cstate state) in pp_set_df_cstate() argument
1483 struct pp_hwmgr *hwmgr = handle; in pp_set_df_cstate()
1496 static int pp_set_xgmi_pstate(void *handle, uint32_t pstate) in pp_set_xgmi_pstate() argument
1498 struct pp_hwmgr *hwmgr = handle; in pp_set_xgmi_pstate()
1511 static ssize_t pp_get_gpu_metrics(void *handle, void **table) in pp_get_gpu_metrics() argument
1513 struct pp_hwmgr *hwmgr = handle; in pp_get_gpu_metrics()
1524 static int pp_gfx_state_change_set(void *handle, uint32_t state) in pp_gfx_state_change_set() argument
1526 struct pp_hwmgr *hwmgr = handle; in pp_gfx_state_change_set()
1540 static int pp_get_prv_buffer_details(void *handle, void **addr, size_t *size) in pp_get_prv_buffer_details() argument
1542 struct pp_hwmgr *hwmgr = handle; in pp_get_prv_buffer_details()
1561 static void pp_pm_compute_clocks(void *handle) in pp_pm_compute_clocks() argument
1563 struct pp_hwmgr *hwmgr = handle; in pp_pm_compute_clocks()
1577 pp_display_configuration_change(handle, in pp_pm_compute_clocks()
1581 pp_dpm_dispatch_tasks(handle, in pp_pm_compute_clocks()