HomeSort by: relevance | last modified time | path
    Searched defs:stretch_amount (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c 1494 uint8_t i, stretch_amount, volt_offset = 0; local in function:vegam_populate_clock_stretcher_data_table
1501 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount;
1533 if (!(stretch_amount == 1 || stretch_amount == 2 ||
1534 stretch_amount == 5 || stretch_amount == 3 ||
1535 stretch_amount == 4)) {
amdgpu_fiji_smumgr.c 79 * (coming from PWR_CKS_CNTL.stretch_amount reg spec)
1674 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, local in function:fiji_populate_clock_stretcher_data_table
1681 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount;
1705 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount;
1733 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5)
1735 else if (stretch_amount == 3 || stretch_amount == 4)
1766 [stretch_amount]) << 3
    [all...]
amdgpu_polaris10_smumgr.c 1521 uint8_t i, stretch_amount, volt_offset = 0; local in function:polaris10_populate_clock_stretcher_data_table
1527 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount;
1585 if (stretch_amount == 0 || stretch_amount > 5) {
amdgpu_tonga_smumgr.c 1585 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, local in function:tonga_populate_clock_stretcher_data_table
1594 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount;
1621 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount;
1659 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5)
1661 else if (stretch_amount == 3 || stretch_amount == 4)
1692 [stretch_amount]) << 3;

Completed in 87 milliseconds