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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c 1556 * @param gfx_clock the GFX clock to use to populate the structure.
1561 uint32_t gfx_clock, PllSetting_t *current_gfxclk_level,
1584 gfx_clock = gfx_clock > gfx_max_clock ? gfx_max_clock : gfx_clock;
1587 if (dep_on_sclk->entries[i].clk == gfx_clock)
1597 gfx_clock, &dividers),
1612 *acg_freq = gfx_clock / 100; /* 100 Khz to Mhz conversion */
2607 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;
3103 performance_level->gfx_clock = gfxclk_dep_table->entrie
    [all...]
vega10_hwmgr.h 88 uint32_t gfx_clock; member in struct:vega10_performance_level
189 uint32_t gfx_clock; member in struct:vega10_vbios_boot_state
vega20_hwmgr.h 105 uint32_t gfx_clock; member in struct:vega20_performance_level
220 uint32_t gfx_clock; member in struct:vega20_vbios_boot_state
vega12_hwmgr.h 168 uint32_t gfx_clock; member in struct:vega12_vbios_boot_state
amdgpu_vega12_hwmgr.c 588 dpm_table->dpm_levels[0].value = data->vbios_boot_state.gfx_clock / 100;
749 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;
amdgpu_vega20_hwmgr.c 609 dpm_table->dpm_levels[0].value = data->vbios_boot_state.gfx_clock / 100;
810 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;

Completed in 22 milliseconds