Searched refs:stretch_amount (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | fiji_smumgr.c | 1666 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local 1673 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table() 1697 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table() 1725 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table() 1727 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table() 1758 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
|
D | vegam_smumgr.c | 1493 uint8_t i, stretch_amount, volt_offset = 0; in vegam_populate_clock_stretcher_data_table() local 1499 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in vegam_populate_clock_stretcher_data_table() 1531 if (!(stretch_amount == 1 || stretch_amount == 2 || in vegam_populate_clock_stretcher_data_table() 1532 stretch_amount == 5 || stretch_amount == 3 || in vegam_populate_clock_stretcher_data_table() 1533 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 | 1659 uint8_t i, stretch_amount, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local 1661 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table() 1696 if (stretch_amount == 0 || stretch_amount > 5) { in polaris10_populate_clock_stretcher_data_table()
|