Home
last modified time | relevance | path

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

/linux/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/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1432 int (*notify_rlc_state)(struct smu_context *smu, bool en); member
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h494 int (*notify_rlc_state)(void *handle, bool en); member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2535 .notify_rlc_state = vangogh_notify_rlc_state,