Searched refs:check_state_equal (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 245 int (*check_state_equal)(void *handle, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 332 ((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 48 ((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 D | kv_dpm.c | 3342 .check_state_equal = kv_check_state_equal,
|
H A D | si_dpm.c | 8089 .check_state_equal = &si_check_state_equal,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 321 int (*check_state_equal)(void *handle, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 1516 if (adev->powerplay.pp_funcs->check_state_equal) { in amdgpu_dpm_change_power_state_locked()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | kv_dpm.c | 3355 .check_state_equal = kv_check_state_equal,
|
H A D | si_dpm.c | 8063 .check_state_equal = &si_check_state_equal,
|
Completed in 38 milliseconds