Home
last modified time | relevance | path

Searched refs:notify_rlc_state (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_internal.h99 #define smu_notify_rlc_state(smu, en) smu_ppt_funcs(notify_rlc_state, 0, smu, en)
/linux-6.15/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c202 if (pp_funcs && pp_funcs->notify_rlc_state) { in amdgpu_dpm_notify_rlc_state()
205 ret = pp_funcs->notify_rlc_state( in amdgpu_dpm_notify_rlc_state()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1437 int (*notify_rlc_state)(struct smu_context *smu, bool en); member
/linux-6.15/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h510 int (*notify_rlc_state)(void *handle, bool en); member
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2535 .notify_rlc_state = vangogh_notify_rlc_state,