Home
last modified time | relevance | path

Searched refs:stretch_amount2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dfiji_smumgr.c1681 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local
1741 stretch_amount2 = 0; in fiji_populate_clock_stretcher_data_table()
1743 stretch_amount2 = 1; in fiji_populate_clock_stretcher_data_table()
1756 fiji_clock_stretcher_lookup_table[stretch_amount2][0]; in fiji_populate_clock_stretcher_data_table()
1758 fiji_clock_stretcher_lookup_table[stretch_amount2][1]; in fiji_populate_clock_stretcher_data_table()
1762 if (fiji_clock_stretcher_lookup_table[stretch_amount2][0] < in fiji_populate_clock_stretcher_data_table()
1764 fiji_clock_stretcher_lookup_table[stretch_amount2][1] > in fiji_populate_clock_stretcher_data_table()
1767 value |= (fiji_clock_stretcher_lookup_table[stretch_amount2][3]) << 16; in fiji_populate_clock_stretcher_data_table()
1769 value |= (fiji_clock_stretcher_lookup_table[stretch_amount2][2]) << 18; in fiji_populate_clock_stretcher_data_table()
1772 [fiji_clock_stretcher_lookup_table[stretch_amount2][3]] in fiji_populate_clock_stretcher_data_table()
[all …]
Dtonga_smumgr.c1569 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local
1644 stretch_amount2 = 0; in tonga_populate_clock_stretcher_data_table()
1646 stretch_amount2 = 1; in tonga_populate_clock_stretcher_data_table()
1659 tonga_clock_stretcher_lookup_table[stretch_amount2][0]; in tonga_populate_clock_stretcher_data_table()
1661 tonga_clock_stretcher_lookup_table[stretch_amount2][1]; in tonga_populate_clock_stretcher_data_table()
1665 if (tonga_clock_stretcher_lookup_table[stretch_amount2][0] < in tonga_populate_clock_stretcher_data_table()
1667 tonga_clock_stretcher_lookup_table[stretch_amount2][1] > in tonga_populate_clock_stretcher_data_table()
1670 value |= (tonga_clock_stretcher_lookup_table[stretch_amount2][3]) << 16; in tonga_populate_clock_stretcher_data_table()
1672 value |= (tonga_clock_stretcher_lookup_table[stretch_amount2][2]) << 18; in tonga_populate_clock_stretcher_data_table()
1675 [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()