Searched refs:notify_rlc_state (Results 1 – 5 of 5) sorted by relevance
100 #define smu_notify_rlc_state(smu, en) smu_ppt_funcs(notify_rlc_state, 0, smu, en)
193 if (pp_funcs && pp_funcs->notify_rlc_state) { in amdgpu_dpm_notify_rlc_state()196 ret = pp_funcs->notify_rlc_state( in amdgpu_dpm_notify_rlc_state()
466 int (*notify_rlc_state)(void *handle, bool en); member
1426 int (*notify_rlc_state)(struct smu_context *smu, bool en); member
2547 .notify_rlc_state = vangogh_notify_rlc_state,