Home
last modified time | relevance | path

Searched refs:limit_type (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Dsmu_v14_0.h166 enum smu_ppt_limit_type limit_type,
Dsmu_v11_0.h191 enum smu_ppt_limit_type limit_type,
Dsmu_v13_0.h170 enum smu_ppt_limit_type limit_type,
Damdgpu_smu.h879 enum smu_ppt_limit_type limit_type, enum smu_ppt_limit_level limit_level);
1087 enum smu_ppt_limit_type limit_type,
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2714 uint32_t limit_type; in smu_get_power_limit() local
2722 limit_type = SMU_DEFAULT_PPT_LIMIT; in smu_get_power_limit()
2725 limit_type = SMU_FAST_PPT_LIMIT; in smu_get_power_limit()
2748 if (limit_type != SMU_DEFAULT_PPT_LIMIT) { in smu_get_power_limit()
2750 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit()
2791 uint32_t limit_type = limit >> 24; in smu_set_power_limit() local
2798 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_set_power_limit()
2800 return smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
2813 ret = smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
/linux-6.12.1/include/soc/tegra/
Dbpmp-abi.h3787 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member
3800 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h189 u8 limit_type; member
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/
Dmcu.h540 u8 limit_type; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_7_ppt.c2556 enum smu_ppt_limit_type limit_type, in smu_v13_0_7_set_power_limit() argument
2567 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_7_set_power_limit()
2581 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_7_set_power_limit()
2583 ret = smu_v13_0_set_power_limit(smu, limit_type, msg_limit); in smu_v13_0_7_set_power_limit()
Dsmu_v13_0_0_ppt.c2973 enum smu_ppt_limit_type limit_type, in smu_v13_0_0_set_power_limit() argument
2984 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_0_set_power_limit()
2998 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_0_set_power_limit()
3000 ret = smu_v13_0_set_power_limit(smu, limit_type, msg_limit); in smu_v13_0_0_set_power_limit()
Daldebaran_ppt.c1244 enum smu_ppt_limit_type limit_type, in aldebaran_set_power_limit() argument
1249 return smu_v13_0_set_power_limit(smu, limit_type, limit); in aldebaran_set_power_limit()
Dsmu_v13_0.c990 enum smu_ppt_limit_type limit_type, in smu_v13_0_set_power_limit() argument
995 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_set_power_limit()
Dsmu_v13_0_6_ppt.c1523 enum smu_ppt_limit_type limit_type, in smu_v13_0_6_set_power_limit() argument
1526 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_6_set_power_limit()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/
Dsmu_v14_0_2_ppt.c2676 enum smu_ppt_limit_type limit_type, in smu_v14_0_2_set_power_limit() argument
2686 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v14_0_2_set_power_limit()
2700 return smu_v14_0_set_power_limit(smu, limit_type, limit); in smu_v14_0_2_set_power_limit()
2702 ret = smu_v14_0_set_power_limit(smu, limit_type, msg_limit); in smu_v14_0_2_set_power_limit()
Dsmu_v14_0.c834 enum smu_ppt_limit_type limit_type, in smu_v14_0_set_power_limit() argument
839 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v14_0_set_power_limit()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c936 enum smu_ppt_limit_type limit_type, in smu_v11_0_set_power_limit() argument
943 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v11_0_set_power_limit()
Dvangogh_ppt.c2397 enum smu_ppt_limit_type limit_type, in vangogh_set_power_limit() argument
2409 switch (limit_type) { in vangogh_set_power_limit()
/linux-6.12.1/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c3323 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_set_power_cap() local
3340 value |= limit_type << 24; in amdgpu_hwmon_set_power_cap()
/linux-6.12.1/fs/nfs/
Dnfs4xdr.c5171 uint32_t limit_type, nblocks, blocksize; in decode_space_limit() local
5177 limit_type = be32_to_cpup(p++); in decode_space_limit()
5178 switch (limit_type) { in decode_space_limit()