Home
last modified time | relevance | path

Searched refs:stretch_amount2 (Results 1 – 3 of 3) 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
1732 stretch_amount2 = 0; in fiji_populate_clock_stretcher_data_table()
1734 stretch_amount2 = 1; in fiji_populate_clock_stretcher_data_table()
1747 fiji_clock_stretcher_lookup_table[stretch_amount2][0]; in fiji_populate_clock_stretcher_data_table()
1749 fiji_clock_stretcher_lookup_table[stretch_amount2][1]; in fiji_populate_clock_stretcher_data_table()
1753 if (fiji_clock_stretcher_lookup_table[stretch_amount2][0] < in fiji_populate_clock_stretcher_data_table()
1755 fiji_clock_stretcher_lookup_table[stretch_amount2][1] > in fiji_populate_clock_stretcher_data_table()
1758 value |= (fiji_clock_stretcher_lookup_table[stretch_amount2][3]) << 16; in fiji_populate_clock_stretcher_data_table()
1760 value |= (fiji_clock_stretcher_lookup_table[stretch_amount2][2]) << 18; in fiji_populate_clock_stretcher_data_table()
1763 [fiji_clock_stretcher_lookup_table[stretch_amount2][3]] in fiji_populate_clock_stretcher_data_table()
[all …]
Dtonga_smumgr.c1580 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local
1655 stretch_amount2 = 0; in tonga_populate_clock_stretcher_data_table()
1657 stretch_amount2 = 1; in tonga_populate_clock_stretcher_data_table()
1670 tonga_clock_stretcher_lookup_table[stretch_amount2][0]; in tonga_populate_clock_stretcher_data_table()
1672 tonga_clock_stretcher_lookup_table[stretch_amount2][1]; in tonga_populate_clock_stretcher_data_table()
1676 if (tonga_clock_stretcher_lookup_table[stretch_amount2][0] < in tonga_populate_clock_stretcher_data_table()
1678 tonga_clock_stretcher_lookup_table[stretch_amount2][1] > in tonga_populate_clock_stretcher_data_table()
1681 value |= (tonga_clock_stretcher_lookup_table[stretch_amount2][3]) << 16; in tonga_populate_clock_stretcher_data_table()
1683 value |= (tonga_clock_stretcher_lookup_table[stretch_amount2][2]) << 18; in tonga_populate_clock_stretcher_data_table()
1686 [tonga_clock_stretcher_lookup_table[stretch_amount2][3]] in tonga_populate_clock_stretcher_data_table()
[all …]
Dvegam_smumgr.c1496 uint8_t i, stretch_amount, stretch_amount2, volt_offset = 0; in vegam_populate_clock_stretcher_data_table() local
1536 stretch_amount2 = 0; in vegam_populate_clock_stretcher_data_table()
1538 stretch_amount2 = 1; in vegam_populate_clock_stretcher_data_table()