Home
last modified time | relevance | path

Searched refs:SystemFlags (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/amd/powerplay/smumgr/
Dfiji_smc.c1747 table->SystemFlags = 0; in fiji_init_smc_table()
1751 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in fiji_init_smc_table()
1755 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in fiji_init_smc_table()
1758 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in fiji_init_smc_table()
1910 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in fiji_init_smc_table()
1923 offsetof(SMU73_Discrete_DpmTable, SystemFlags), in fiji_init_smc_table()
1924 (uint8_t *)&(table->SystemFlags), in fiji_init_smc_table()
Dpolaris10_smc.c1636 table->SystemFlags = 0; in polaris10_init_smc_table()
1639 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in polaris10_init_smc_table()
1643 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in polaris10_init_smc_table()
1646 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in polaris10_init_smc_table()
1803 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in polaris10_init_smc_table()
1817 offsetof(SMU74_Discrete_DpmTable, SystemFlags), in polaris10_init_smc_table()
1818 (uint8_t *)&(table->SystemFlags), in polaris10_init_smc_table()
Diceland_smc.c1843 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in iceland_init_smc_table()
1848 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in iceland_init_smc_table()
1851 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in iceland_init_smc_table()
1942 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in iceland_init_smc_table()
1959 offsetof(SMU71_Discrete_DpmTable, SystemFlags), in iceland_init_smc_table()
1960 (uint8_t *)&(table->SystemFlags), in iceland_init_smc_table()
Dtonga_smc.c2252 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in tonga_init_smc_table()
2257 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in tonga_init_smc_table()
2260 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in tonga_init_smc_table()
2265 table->SystemFlags |= 0x40; in tonga_init_smc_table()
2438 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in tonga_init_smc_table()
2451 smu_data->smu7_data.dpm_table_start + offsetof(SMU72_Discrete_DpmTable, SystemFlags), in tonga_init_smc_table()
2452 (uint8_t *)&(table->SystemFlags), in tonga_init_smc_table()
/drivers/gpu/drm/radeon/
Dsmu7_fusion.h219 uint32_t SystemFlags; member
Dsmu7_discrete.h294 uint32_t SystemFlags; member
Dci_dpm.c3555 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
3558 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
3561 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
3658 table->SystemFlags = cpu_to_be32(table->SystemFlags); in ci_init_smc_table()
3675 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
3676 (u8 *)&table->SystemFlags, in ci_init_smc_table()
/drivers/gpu/drm/amd/powerplay/inc/
Dsmu7_fusion.h219 uint32_t SystemFlags; member
Dsmu7_discrete.h294 uint32_t SystemFlags; member
Dsmu71_discrete.h246 uint32_t SystemFlags; member
Dsmu72_discrete.h199 uint32_t SystemFlags; member
Dsmu73_discrete.h216 uint32_t SystemFlags; member
Dsmu74_discrete.h242 uint32_t SystemFlags; member
/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c3692 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
3695 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
3698 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
3795 table->SystemFlags = cpu_to_be32(table->SystemFlags); in ci_init_smc_table()
3812 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
3813 (u8 *)&table->SystemFlags, in ci_init_smc_table()