Searched refs:SystemFlags (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | smu7_fusion.h | 219 uint32_t SystemFlags; member
|
H A D | smu7_discrete.h | 294 uint32_t SystemFlags; member
|
H A D | ci_dpm.c | 3534 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 D | smu7_fusion.h | 210 uint32_t SystemFlags; member
|
H A D | smu7_discrete.h | 294 uint32_t SystemFlags; member
|
H A D | smu71_discrete.h | 246 uint32_t SystemFlags; member
|
H A D | smu73_discrete.h | 206 uint32_t SystemFlags; member
|
H A D | smu72_discrete.h | 222 uint32_t SystemFlags; member
|
H A D | smu74_discrete.h | 242 uint32_t SystemFlags; member
|
H A D | smu75_discrete.h | 246 uint32_t SystemFlags; member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | vegam_smumgr.c | 1940 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 D | fiji_smumgr.c | 1934 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 D | polaris10_smumgr.c | 1932 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 D | iceland_smumgr.c | 1946 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 D | tonga_smumgr.c | 2243 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 D | ci_smumgr.c | 1959 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()
|