Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Darcturus_ppt.c317 if (smu_dpm->golden_dpm_context) in arcturus_allocate_dpm_context()
320 smu_dpm->golden_dpm_context = kzalloc(sizeof(struct arcturus_dpm_table), in arcturus_allocate_dpm_context()
322 if (!smu_dpm->golden_dpm_context) in arcturus_allocate_dpm_context()
473 memcpy(smu_dpm->golden_dpm_context, dpm_table, in arcturus_set_default_dpm_table()
Dvega20_ppt.c354 if (smu_dpm->golden_dpm_context) in vega20_allocate_dpm_context()
357 smu_dpm->golden_dpm_context = kzalloc(sizeof(struct vega20_dpm_table), in vega20_allocate_dpm_context()
359 if (!smu_dpm->golden_dpm_context) in vega20_allocate_dpm_context()
890 memcpy(smu_dpm->golden_dpm_context, dpm_table, in vega20_set_default_dpm_table()
1757 golden_table = smu_dpm->golden_dpm_context; in vega20_get_od_percentage()
2553 golden_table = smu_dpm->golden_dpm_context; in vega20_set_od_percentage()
Dsmu_v11_0.c424 kfree(smu_dpm->golden_dpm_context); in smu_v11_0_fini_dpm_context()
428 smu_dpm->golden_dpm_context = NULL; in smu_v11_0_fini_dpm_context()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h273 void *golden_dpm_context; member