Searched refs:stretch_amount (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smc.c | 1495 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local 1502 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table() 1526 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table() 1554 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table() 1556 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table() 1587 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
|
D | polaris10_smc.c | 1356 uint8_t i, stretch_amount, stretch_amount2, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local 1362 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table() 1407 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in polaris10_populate_clock_stretcher_data_table() 1409 else if (stretch_amount == 3 || stretch_amount == 4) in polaris10_populate_clock_stretcher_data_table()
|
D | tonga_smc.c | 1547 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local 1556 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in tonga_populate_clock_stretcher_data_table() 1590 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in tonga_populate_clock_stretcher_data_table() 1628 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in tonga_populate_clock_stretcher_data_table() 1630 else if (stretch_amount == 3 || stretch_amount == 4) in tonga_populate_clock_stretcher_data_table() 1661 [stretch_amount]) << 3; in tonga_populate_clock_stretcher_data_table()
|