Searched refs:gfx_clock (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c1598 * @gfx_clock: the GFX clock to use to populate the structure.
1603 uint32_t gfx_clock, PllSetting_t *current_gfxclk_level,
1626 gfx_clock = gfx_clock > gfx_max_clock ? gfx_max_clock : gfx_clock;
1629 if (dep_on_sclk->entries[i].clk == gfx_clock)
1639 gfx_clock, &dividers),
1654 *acg_freq = gfx_clock / 100; /* 100 Khz to Mhz conversion */
2654 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;
3189 performance_level->gfx_clock
1602 vega10_populate_single_gfx_level(struct pp_hwmgr *hwmgr, uint32_t gfx_clock, PllSetting_t *current_gfxclk_level, uint32_t *acg_freq) argument
[all...]
H A Dvega10_hwmgr.h86 uint32_t gfx_clock; member in struct:vega10_performance_level
187 uint32_t gfx_clock; member in struct:vega10_vbios_boot_state
H A Dvega20_hwmgr.h103 uint32_t gfx_clock; member in struct:vega20_performance_level
218 uint32_t gfx_clock; member in struct:vega20_vbios_boot_state
H A Dvega12_hwmgr.h165 uint32_t gfx_clock; member in struct:vega12_vbios_boot_state
H A Dvega12_hwmgr.c665 dpm_table->dpm_levels[0].value = data->vbios_boot_state.gfx_clock / 100;
825 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;
H A Dvega20_hwmgr.c597 dpm_table->dpm_levels[0].value = data->vbios_boot_state.gfx_clock / 100;
797 data->vbios_boot_state.gfx_clock = boot_up_values.ulGfxClk;
/linux-master/drivers/video/fbdev/
H A Dsstfb.c1152 int gfx_clock; local
1193 gfx_clock = spec->default_gfx_clock;
1196 gfx_clock = gfxclk *1000;
1201 sst_calc_pll(gfx_clock, &Fout, &gfx_timings);

Completed in 242 milliseconds