Home
last modified time | relevance | path

Searched refs:PP_SMC_POWER_PROFILE_WINDOW3D (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_7_ppt.c210 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_WINDOW3D, WORKLOAD_PPLIB_WINDOW_3D_BIT),
1427 for (i = 0; i <= PP_SMC_POWER_PROFILE_WINDOW3D; i++) in smu_v13_0_7_get_power_profile_mode()
1433 for (i = 0; i <= PP_SMC_POWER_PROFILE_WINDOW3D; i++) { in smu_v13_0_7_get_power_profile_mode()
1453 for (j = 0; j <= PP_SMC_POWER_PROFILE_WINDOW3D; j++) \ in smu_v13_0_7_get_power_profile_mode()
1487 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_WINDOW3D) { in smu_v13_0_7_set_power_profile_mode()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h160 PP_SMC_POWER_PROFILE_WINDOW3D = 0x7, enumerator
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c500 if (index > PP_SMC_POWER_PROFILE_WINDOW3D || in smu_cmn_to_asic_specific_index()