Searched refs:golden_dpm_context (Results 1 – 4 of 4) sorted by relevance
317 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()
354 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()
424 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()
273 void *golden_dpm_context; member