Searched refs:stretch_amount (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smumgr.c | 1672 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local 1679 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table() 1703 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table() 1731 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table() 1733 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table() 1764 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
|
D | vegam_smumgr.c | 1496 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()
|
D | tonga_smumgr.c | 1580 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local 1589 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in tonga_populate_clock_stretcher_data_table() 1616 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in tonga_populate_clock_stretcher_data_table() 1654 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in tonga_populate_clock_stretcher_data_table() 1656 else if (stretch_amount == 3 || stretch_amount == 4) in tonga_populate_clock_stretcher_data_table() 1687 [stretch_amount]) << 3; in tonga_populate_clock_stretcher_data_table()
|
D | polaris10_smumgr.c | 1516 uint8_t i, stretch_amount, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local 1522 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table() 1580 if (stretch_amount == 0 || stretch_amount > 5) { in polaris10_populate_clock_stretcher_data_table()
|