Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7_fusion.h219 uint32_t SystemFlags; member
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member
H A Dci_dpm.c3534 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
3537 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
3540 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
3637 table->SystemFlags = cpu_to_be32(table->SystemFlags); in ci_init_smc_table()
3654 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
3655 (u8 *)&table->SystemFlags, in ci_init_smc_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h210 uint32_t SystemFlags; member
H A Dsmu7_discrete.h294 uint32_t SystemFlags; member
H A Dsmu71_discrete.h246 uint32_t SystemFlags; member
H A Dsmu73_discrete.h206 uint32_t SystemFlags; member
H A Dsmu72_discrete.h222 uint32_t SystemFlags; member
H A Dsmu74_discrete.h242 uint32_t SystemFlags; member
H A Dsmu75_discrete.h246 uint32_t SystemFlags; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1940 table->SystemFlags = 0; in vegam_init_smc_table()
1943 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in vegam_init_smc_table()
1947 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in vegam_init_smc_table()
1950 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in vegam_init_smc_table()
2121 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in vegam_init_smc_table()
2135 offsetof(SMU75_Discrete_DpmTable, SystemFlags), in vegam_init_smc_table()
2136 (uint8_t *)&(table->SystemFlags), in vegam_init_smc_table()
H A Dfiji_smumgr.c1934 table->SystemFlags = 0; in fiji_init_smc_table()
1938 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in fiji_init_smc_table()
1942 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in fiji_init_smc_table()
1945 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in fiji_init_smc_table()
2093 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in fiji_init_smc_table()
2106 offsetof(SMU73_Discrete_DpmTable, SystemFlags), in fiji_init_smc_table()
2107 (uint8_t *)&(table->SystemFlags), in fiji_init_smc_table()
H A Dpolaris10_smumgr.c1932 table->SystemFlags = 0; in polaris10_init_smc_table()
1935 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in polaris10_init_smc_table()
1939 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in polaris10_init_smc_table()
1942 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in polaris10_init_smc_table()
2106 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in polaris10_init_smc_table()
2120 offsetof(SMU74_Discrete_DpmTable, SystemFlags), in polaris10_init_smc_table()
2121 (uint8_t *)&(table->SystemFlags), in polaris10_init_smc_table()
H A Diceland_smumgr.c1946 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in iceland_init_smc_table()
1951 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in iceland_init_smc_table()
1954 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in iceland_init_smc_table()
2041 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in iceland_init_smc_table()
2058 offsetof(SMU71_Discrete_DpmTable, SystemFlags), in iceland_init_smc_table()
2059 (uint8_t *)&(table->SystemFlags), in iceland_init_smc_table()
H A Dtonga_smumgr.c2243 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in tonga_init_smc_table()
2248 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in tonga_init_smc_table()
2251 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in tonga_init_smc_table()
2256 table->SystemFlags |= 0x40; in tonga_init_smc_table()
2424 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in tonga_init_smc_table()
2437 smu_data->smu7_data.dpm_table_start + offsetof(SMU72_Discrete_DpmTable, SystemFlags), in tonga_init_smc_table()
2438 (uint8_t *)&(table->SystemFlags), in tonga_init_smc_table()
H A Dci_smumgr.c1959 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
1964 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
1967 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
2085 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in ci_init_smc_table()
2104 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
2105 (uint8_t *)&(table->SystemFlags), in ci_init_smc_table()