Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/radeon/
Dsmu7_fusion.h219 uint32_t SystemFlags; member
Dsmu7_discrete.h294 uint32_t SystemFlags; member
Dci_dpm.c3536 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
3539 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
3542 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
3639 table->SystemFlags = cpu_to_be32(table->SystemFlags); in ci_init_smc_table()
3656 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
3657 (u8 *)&table->SystemFlags, in ci_init_smc_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu7_fusion.h219 uint32_t SystemFlags; member
Dsmu7_discrete.h294 uint32_t SystemFlags; member
Dsmu71_discrete.h246 uint32_t SystemFlags; member
Dsmu73_discrete.h216 uint32_t SystemFlags; member
Dsmu74_discrete.h242 uint32_t SystemFlags; member
Dsmu72_discrete.h222 uint32_t SystemFlags; member
Dsmu75_discrete.h246 uint32_t SystemFlags; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvegam_smumgr.c1941 table->SystemFlags = 0; in vegam_init_smc_table()
1944 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in vegam_init_smc_table()
1948 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in vegam_init_smc_table()
1951 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in vegam_init_smc_table()
2122 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in vegam_init_smc_table()
2136 offsetof(SMU75_Discrete_DpmTable, SystemFlags), in vegam_init_smc_table()
2137 (uint8_t *)&(table->SystemFlags), in vegam_init_smc_table()
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()
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()
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()
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()
Dci_smumgr.c1960 table->SystemFlags |= PPSMC_SYSTEMFLAG_GPIO_DC; in ci_init_smc_table()
1965 table->SystemFlags |= PPSMC_SYSTEMFLAG_STEPVDDC; in ci_init_smc_table()
1968 table->SystemFlags |= PPSMC_SYSTEMFLAG_GDDR5; in ci_init_smc_table()
2086 CONVERT_FROM_HOST_TO_SMC_UL(table->SystemFlags); in ci_init_smc_table()
2105 offsetof(SMU7_Discrete_DpmTable, SystemFlags), in ci_init_smc_table()
2106 (uint8_t *)&(table->SystemFlags), in ci_init_smc_table()