/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | fiji_smumgr.c | 958 (uint32_t *)(&level->MinVoltage), &mvdd); in fiji_populate_single_graphic_level() 987 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in fiji_populate_single_graphic_level() 1180 (uint32_t *)(&mem_level->MinVoltage), &mem_level->MinMvdd); in fiji_populate_single_memory_level() 1215 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in fiji_populate_single_memory_level() 1314 /* Get MinVoltage and Frequency from DPM0, in fiji_populate_smc_acpi_level() 1321 (uint32_t *)(&table->ACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level() 1329 table->ACPILevel.MinVoltage = in fiji_populate_smc_acpi_level() 1362 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in fiji_populate_smc_acpi_level() 1373 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in fiji_populate_smc_acpi_level() 1379 (uint32_t *)(&table->MemoryACPILevel.MinVoltage), in fiji_populate_smc_acpi_level() [all...] |
H A D | vegam_smumgr.c | 826 &level->MinVoltage, &mvdd); in vegam_populate_single_graphic_level() 848 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in vegam_populate_single_graphic_level() 995 &mem_level->MinVoltage, &mem_level->MinMvdd); in vegam_populate_single_memory_level() 1029 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in vegam_populate_single_memory_level() 1124 /* Get MinVoltage and Frequency from DPM0, in vegam_populate_smc_acpi_level() 1130 &table->ACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level() 1147 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in vegam_populate_smc_acpi_level() 1163 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in vegam_populate_smc_acpi_level() 1168 &table->MemoryACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level() 1190 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in vegam_populate_smc_acpi_level() [all...] |
H A D | tonga_smumgr.c | 637 &graphic_level->MinVoltage, &mvdd); in tonga_populate_single_graphic_level() 671 /* CONVERT_FROM_HOST_TO_SMC_UL(graphic_level->MinVoltage);*/ in tonga_populate_single_graphic_level() 986 &memory_level->MinVoltage, &mvdd); in tonga_populate_single_memory_level() 1191 table->ACPILevel.MinVoltage = in tonga_populate_smc_acpi_level() 1192 smu_data->smc_state_table.GraphicsLevel[0].MinVoltage; in tonga_populate_smc_acpi_level() 1241 table->MemoryACPILevel.MinVoltage = in tonga_populate_smc_acpi_level() 1242 smu_data->smc_state_table.MemoryLevel[0].MinVoltage; in tonga_populate_smc_acpi_level() 1244 /* CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage);*/ in tonga_populate_smc_acpi_level() 1326 table->UvdLevel[count].MinVoltage.Vddc = in tonga_populate_smc_uvd_level() 1329 table->UvdLevel[count].MinVoltage in tonga_populate_smc_uvd_level() [all...] |
H A D | polaris10_smumgr.c | 929 &level->MinVoltage, &mvdd); in polaris10_populate_single_graphic_level() 961 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in polaris10_populate_single_graphic_level() 1091 &mem_level->MinVoltage, &mem_level->MinMvdd); in polaris10_populate_single_memory_level() 1120 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in polaris10_populate_single_memory_level() 1213 /* Get MinVoltage and Frequency from DPM0, in polaris10_populate_smc_acpi_level() 1219 &table->ACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level() 1233 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level() 1249 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in polaris10_populate_smc_acpi_level() 1254 &table->MemoryACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level() 1282 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | fiji_smumgr.c | 957 (uint32_t *)(&level->MinVoltage), &mvdd); in fiji_populate_single_graphic_level() 986 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in fiji_populate_single_graphic_level() 1179 (uint32_t *)(&mem_level->MinVoltage), &mem_level->MinMvdd); in fiji_populate_single_memory_level() 1214 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in fiji_populate_single_memory_level() 1313 /* Get MinVoltage and Frequency from DPM0, in fiji_populate_smc_acpi_level() 1320 (uint32_t *)(&table->ACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level() 1328 table->ACPILevel.MinVoltage = in fiji_populate_smc_acpi_level() 1361 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in fiji_populate_smc_acpi_level() 1372 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in fiji_populate_smc_acpi_level() 1378 (uint32_t *)(&table->MemoryACPILevel.MinVoltage), in fiji_populate_smc_acpi_level() [all...] |
H A D | vegam_smumgr.c | 825 &level->MinVoltage, &mvdd); in vegam_populate_single_graphic_level() 847 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in vegam_populate_single_graphic_level() 994 &mem_level->MinVoltage, &mem_level->MinMvdd); in vegam_populate_single_memory_level() 1028 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in vegam_populate_single_memory_level() 1123 /* Get MinVoltage and Frequency from DPM0, in vegam_populate_smc_acpi_level() 1129 &table->ACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level() 1146 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in vegam_populate_smc_acpi_level() 1162 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in vegam_populate_smc_acpi_level() 1167 &table->MemoryACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level() 1189 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in vegam_populate_smc_acpi_level() [all...] |
H A D | polaris10_smumgr.c | 977 &level->MinVoltage, &mvdd); in polaris10_populate_single_graphic_level() 1009 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in polaris10_populate_single_graphic_level() 1172 &mem_level->MinVoltage, &mem_level->MinMvdd); in polaris10_populate_single_memory_level() 1203 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in polaris10_populate_single_memory_level() 1290 /* Get MinVoltage and Frequency from DPM0, in polaris10_populate_smc_acpi_level() 1296 &table->ACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level() 1310 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level() 1326 /* Get MinVoltage and Frequency from DPM0, already converted to SMC_UL */ in polaris10_populate_smc_acpi_level() 1331 &table->MemoryACPILevel.MinVoltage, &mvdd); in polaris10_populate_smc_acpi_level() 1360 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in polaris10_populate_smc_acpi_level() [all...] |
H A D | tonga_smumgr.c | 637 &graphic_level->MinVoltage, &mvdd); in tonga_populate_single_graphic_level() 671 /* CONVERT_FROM_HOST_TO_SMC_UL(graphic_level->MinVoltage);*/ in tonga_populate_single_graphic_level() 986 &memory_level->MinVoltage, &mvdd); in tonga_populate_single_memory_level() 1191 table->ACPILevel.MinVoltage = in tonga_populate_smc_acpi_level() 1192 smu_data->smc_state_table.GraphicsLevel[0].MinVoltage; in tonga_populate_smc_acpi_level() 1241 table->MemoryACPILevel.MinVoltage = in tonga_populate_smc_acpi_level() 1242 smu_data->smc_state_table.MemoryLevel[0].MinVoltage; in tonga_populate_smc_acpi_level() 1244 /* CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage);*/ in tonga_populate_smc_acpi_level() 1326 table->UvdLevel[count].MinVoltage.Vddc = in tonga_populate_smc_uvd_level() 1329 table->UvdLevel[count].MinVoltage in tonga_populate_smc_uvd_level() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | smu75_discrete.h | 82 SMU_VoltageLevel MinVoltage; member 112 SMU_VoltageLevel MinVoltage; member 139 SMU_VoltageLevel MinVoltage; member 201 SMU_VoltageLevel MinVoltage; member 212 SMU_VoltageLevel MinVoltage; member
|
H A D | smu74_discrete.h | 84 SMU_VoltageLevel MinVoltage; member 107 SMU_VoltageLevel MinVoltage; member 134 SMU_VoltageLevel MinVoltage; member 187 SMU_VoltageLevel MinVoltage; member 197 SMU_VoltageLevel MinVoltage; member
|
H A D | smu72_discrete.h | 48 SMU_VoltageLevel MinVoltage; member 76 SMU_VoltageLevel MinVoltage; member 106 SMU_VoltageLevel MinVoltage; member 175 SMU_VoltageLevel MinVoltage; member 186 SMU_VoltageLevel MinVoltage; member
|
H A D | smu73_discrete.h | 47 uint32_t MinVoltage; member 74 uint32_t MinVoltage; member 105 uint32_t MinVoltage; member 166 uint32_t MinVoltage; member 178 uint32_t MinVoltage; member
|
H A D | smu7_fusion.h | 161 uint16_t MinVoltage; member
|
H A D | smu71.h | 276 uint16_t MinVoltage; member
|
H A D | smu7_discrete.h | 256 uint16_t MinVoltage; member
|
H A D | smu71_discrete.h | 203 uint16_t MinVoltage; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smu75_discrete.h | 82 SMU_VoltageLevel MinVoltage; member 112 SMU_VoltageLevel MinVoltage; member 139 SMU_VoltageLevel MinVoltage; member 201 SMU_VoltageLevel MinVoltage; member 212 SMU_VoltageLevel MinVoltage; member
|
H A D | smu74_discrete.h | 84 SMU_VoltageLevel MinVoltage; member 107 SMU_VoltageLevel MinVoltage; member 134 SMU_VoltageLevel MinVoltage; member 187 SMU_VoltageLevel MinVoltage; member 197 SMU_VoltageLevel MinVoltage; member
|
H A D | smu72_discrete.h | 48 SMU_VoltageLevel MinVoltage; member 76 SMU_VoltageLevel MinVoltage; member 106 SMU_VoltageLevel MinVoltage; member 175 SMU_VoltageLevel MinVoltage; member 186 SMU_VoltageLevel MinVoltage; member
|
H A D | smu73_discrete.h | 45 uint32_t MinVoltage; member 72 uint32_t MinVoltage; member 102 uint32_t MinVoltage; member 159 uint32_t MinVoltage; member 170 uint32_t MinVoltage; member
|
H A D | smu7_fusion.h | 156 uint16_t MinVoltage; member
|
H A D | smu71.h | 273 uint16_t MinVoltage; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | smu7_fusion.h | 161 uint16_t MinVoltage; member
|
H A D | smu7_discrete.h | 256 uint16_t MinVoltage; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | smu7_fusion.h | 161 uint16_t MinVoltage; member
|