HomeSort by: relevance | last modified time | path
    Searched refs:VRConfig (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 248 offsetof(SMU73_Discrete_DpmTable, VRConfig);
1832 table->VRConfig |= (config << VRCONF_VDDGFX_SHIFT);
1837 table->VRConfig |= config;
1846 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1849 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1852 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1857 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
1860 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
1863 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
2036 table->VRConfig = 0
    [all...]
amdgpu_vegam_smumgr.c 1679 table->VRConfig |= (config << VRCONF_VDDGFX_SHIFT);
1684 table->VRConfig |= config;
1693 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1696 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1699 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1705 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
1715 table->VRConfig = (config << VRCONF_MVDD_SHIFT);
1719 table->VRConfig = (config << VRCONF_MVDD_SHIFT);
1727 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
2042 table->VRConfig = 0
    [all...]
amdgpu_polaris10_smumgr.c 141 /* Default value for VRConfig = VR_MERGED_WITH_VDDC + VR_STATIC_VOLTAGE(VDDCI) */
144 vr_config_address = dpm_table_start + offsetof(SMU74_Discrete_DpmTable, VRConfig);
148 "[AVFS][Polaris10_SetupGfxLvlStruct] Problems copying VRConfig value over to SMC",
1608 table->VRConfig |= (config << VRCONF_VDDGFX_SHIFT);
1613 table->VRConfig |= config;
1622 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1625 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1628 table->VRConfig |= (config << VRCONF_VDDCI_SHIFT);
1633 table->VRConfig |= (config << VRCONF_MVDD_SHIFT);
1638 table->VRConfig |= (config << VRCONF_MVDD_SHIFT)
    [all...]
amdgpu_tonga_smumgr.c 1760 table->VRConfig |= (config<<VRCONF_VDDGFX_SHIFT);
1764 table->VRConfig |= config;
1772 table->VRConfig |= (config<<VRCONF_VDDGFX_SHIFT);
1777 table->VRConfig |= config;
1787 table->VRConfig |= (config<<VRCONF_VDDCI_SHIFT);
1790 table->VRConfig |= (config<<VRCONF_VDDCI_SHIFT);
1796 table->VRConfig |= (config<<VRCONF_MVDD_SHIFT);
2361 "Failed to populate VRConfig setting !", return result);
2362 data->vr_config = table->VRConfig;
2430 CONVERT_FROM_HOST_TO_SMC_UL(table->VRConfig);
    [all...]
amdgpu_ci_smumgr.c 1920 table->VRConfig |= (config<<VRCONF_VDDGFX_SHIFT);
1924 table->VRConfig |= config;
1931 table->VRConfig |= (config<<VRCONF_VDDCI_SHIFT);
1934 table->VRConfig |= (config<<VRCONF_VDDCI_SHIFT);
1939 table->VRConfig |= (config<<VRCONF_MVDD_SHIFT);
2066 "Failed to populate VRConfig setting!", return result);
2067 data->vr_config = table->VRConfig;
2089 CONVERT_FROM_HOST_TO_SMC_UL(table->VRConfig);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_discrete.h 321 uint32_t VRConfig;
smu72_discrete.h 227 uint32_t VRConfig;
smu73_discrete.h 221 uint32_t VRConfig;
smu74_discrete.h 246 uint32_t VRConfig;
smu75_discrete.h 250 uint32_t VRConfig;

Completed in 27 milliseconds