Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dfiji_smumgr.c1672 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()
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.c1580 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()
Dpolaris10_smumgr.c1516 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()