Lines Matching refs:handle
1236 static void kv_dpm_enable_bapm(void *handle, bool enable) in kv_dpm_enable_bapm() argument
1238 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_enable_bapm()
1668 static void kv_dpm_powergate_uvd(void *handle, bool gate) in kv_dpm_powergate_uvd() argument
1670 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_powergate_uvd()
1695 static void kv_dpm_powergate_vce(void *handle, bool gate) in kv_dpm_powergate_vce() argument
1697 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_powergate_vce()
1871 static int kv_dpm_force_performance_level(void *handle, in kv_dpm_force_performance_level() argument
1875 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_force_performance_level()
1896 static int kv_dpm_pre_set_power_state(void *handle) in kv_dpm_pre_set_power_state() argument
1898 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_pre_set_power_state()
1912 static int kv_dpm_set_power_state(void *handle) in kv_dpm_set_power_state() argument
1914 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_set_power_state()
1987 static void kv_dpm_post_set_power_state(void *handle) in kv_dpm_post_set_power_state() argument
1989 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_post_set_power_state()
2854 kv_dpm_debugfs_print_current_performance_level(void *handle, in kv_dpm_debugfs_print_current_performance_level() argument
2857 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_debugfs_print_current_performance_level()
2882 kv_dpm_print_power_state(void *handle, void *request_ps) in kv_dpm_print_power_state() argument
2887 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_print_power_state()
2913 static void kv_dpm_display_configuration_changed(void *handle) in kv_dpm_display_configuration_changed() argument
2918 static u32 kv_dpm_get_sclk(void *handle, bool low) in kv_dpm_get_sclk() argument
2920 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_get_sclk()
2930 static u32 kv_dpm_get_mclk(void *handle, bool low) in kv_dpm_get_mclk() argument
2932 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_get_mclk()
2939 static int kv_dpm_get_temp(void *handle) in kv_dpm_get_temp() argument
2943 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_get_temp()
2957 static int kv_dpm_early_init(void *handle) in kv_dpm_early_init() argument
2959 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_early_init()
2968 static int kv_dpm_late_init(void *handle) in kv_dpm_late_init() argument
2971 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_late_init()
2982 static int kv_dpm_sw_init(void *handle) in kv_dpm_sw_init() argument
2985 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_sw_init()
3027 static int kv_dpm_sw_fini(void *handle) in kv_dpm_sw_fini() argument
3029 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_sw_fini()
3038 static int kv_dpm_hw_init(void *handle) in kv_dpm_hw_init() argument
3041 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_hw_init()
3056 static int kv_dpm_hw_fini(void *handle) in kv_dpm_hw_fini() argument
3058 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_hw_fini()
3066 static int kv_dpm_suspend(void *handle) in kv_dpm_suspend() argument
3068 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_suspend()
3079 static int kv_dpm_resume(void *handle) in kv_dpm_resume() argument
3082 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_resume()
3098 static bool kv_dpm_is_idle(void *handle) in kv_dpm_is_idle() argument
3103 static int kv_dpm_wait_for_idle(void *handle) in kv_dpm_wait_for_idle() argument
3109 static int kv_dpm_soft_reset(void *handle) in kv_dpm_soft_reset() argument
3192 static int kv_dpm_set_clockgating_state(void *handle, in kv_dpm_set_clockgating_state() argument
3198 static int kv_dpm_set_powergating_state(void *handle, in kv_dpm_set_powergating_state() argument
3213 static int kv_check_state_equal(void *handle, in kv_check_state_equal() argument
3223 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_check_state_equal()
3256 static int kv_dpm_read_sensor(void *handle, int idx, in kv_dpm_read_sensor() argument
3259 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in kv_dpm_read_sensor()
3290 static int kv_set_powergating_by_smu(void *handle, in kv_set_powergating_by_smu() argument
3295 kv_dpm_powergate_uvd(handle, gate); in kv_set_powergating_by_smu()
3298 kv_dpm_powergate_vce(handle, gate); in kv_set_powergating_by_smu()