Searched refs:stretch_amount (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | fiji_smumgr.c | 1668 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local 1675 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table() 1699 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table() 1727 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table() 1729 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table() 1760 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
|
| H A D | vegam_smumgr.c | 1493 uint8_t i, stretch_amount, volt_offset = 0; in vegam_populate_clock_stretcher_data_table() local 1500 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in vegam_populate_clock_stretcher_data_table() 1532 if (!(stretch_amount == 1 || stretch_amount == 2 || in vegam_populate_clock_stretcher_data_table() 1533 stretch_amount == 5 || stretch_amount == 3 || in vegam_populate_clock_stretcher_data_table() 1534 stretch_amount == 4)) { in vegam_populate_clock_stretcher_data_table()
|
| H A 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()
|
| H A D | polaris10_smumgr.c | 1517 uint8_t i, stretch_amount, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local 1523 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table() 1581 if (stretch_amount == 0 || stretch_amount > 5) { in polaris10_populate_clock_stretcher_data_table()
|