Home
last modified time | relevance | path

Searched refs:check_state_equal (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c48 …((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
970 if (pp_funcs->check_state_equal) { in amdgpu_dpm_change_power_state_locked()
H A Dkv_dpm.c3357 .check_state_equal = kv_check_state_equal,
H A Dsi_dpm.c8103 .check_state_equal = &si_check_state_equal,
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h321 int (*check_state_equal)(void *handle, member