HomeSort by: relevance | last modified time | path
    Searched refs:golden_dpm_context (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 335 if (smu_dpm->golden_dpm_context)
338 smu_dpm->golden_dpm_context = kzalloc(sizeof(struct arcturus_dpm_table),
340 if (!smu_dpm->golden_dpm_context)
491 memcpy(smu_dpm->golden_dpm_context, dpm_table,
amdgpu_vega20_ppt.c 367 if (smu_dpm->golden_dpm_context)
370 smu_dpm->golden_dpm_context = kzalloc(sizeof(struct vega20_dpm_table),
372 if (!smu_dpm->golden_dpm_context)
900 memcpy(smu_dpm->golden_dpm_context, dpm_table,
1747 golden_table = smu_dpm->golden_dpm_context;
2541 golden_table = smu_dpm->golden_dpm_context;
amdgpu_smu_v11_0.c 411 kfree(smu_dpm->golden_dpm_context);
415 smu_dpm->golden_dpm_context = NULL;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 284 void *golden_dpm_context; member in struct:smu_dpm_context

Completed in 17 milliseconds