Home
last modified time | relevance | path

Searched refs:volt_without_cks (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1488 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; in vegam_populate_clock_stretcher_data_table() local
1512 volt_without_cks = (uint32_t)((2753594000U + (sclk_table->entries[i].clk/100) * in vegam_populate_clock_stretcher_data_table()
1519 if (volt_without_cks >= volt_with_cks) in vegam_populate_clock_stretcher_data_table()
1520 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks + in vegam_populate_clock_stretcher_data_table()
H A Dfiji_smumgr.c1662 uint32_t ro, efuse, efuse2, clock_freq, volt_without_cks, in fiji_populate_clock_stretcher_data_table() local
1703 volt_without_cks = (uint32_t)((14041 * in fiji_populate_clock_stretcher_data_table()
1709 if (volt_without_cks >= volt_with_cks) in fiji_populate_clock_stretcher_data_table()
1710 volt_offset = (uint8_t)(((volt_without_cks - volt_with_cks + in fiji_populate_clock_stretcher_data_table()