Home
last modified time | relevance | path

Searched refs:stretch_amount (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dfiji_smumgr.c1681 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local
1688 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table()
1712 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table()
1740 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table()
1742 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table()
1773 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
Dvegam_smumgr.c1496 uint8_t i, stretch_amount, stretch_amount2, volt_offset = 0; in vegam_populate_clock_stretcher_data_table() local
1503 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in vegam_populate_clock_stretcher_data_table()
1535 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in vegam_populate_clock_stretcher_data_table()
1537 else if (stretch_amount == 3 || stretch_amount == 4) in vegam_populate_clock_stretcher_data_table()
Dtonga_smumgr.c1569 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local
1578 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in tonga_populate_clock_stretcher_data_table()
1605 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in tonga_populate_clock_stretcher_data_table()
1643 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in tonga_populate_clock_stretcher_data_table()
1645 else if (stretch_amount == 3 || stretch_amount == 4) in tonga_populate_clock_stretcher_data_table()
1676 [stretch_amount]) << 3; in tonga_populate_clock_stretcher_data_table()
Dpolaris10_smumgr.c1514 uint8_t i, stretch_amount, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local
1520 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table()
1565 if (stretch_amount == 0 || stretch_amount > 5) { in polaris10_populate_clock_stretcher_data_table()