Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v14_0.h166 enum smu_ppt_limit_type limit_type,
H A Dsmu_v11_0.h191 enum smu_ppt_limit_type limit_type,
H A Dsmu_v13_0.h175 enum smu_ppt_limit_type limit_type,
H A Damdgpu_smu.h880 enum smu_ppt_limit_type limit_type, enum smu_ppt_limit_level limit_level);
1088 enum smu_ppt_limit_type limit_type,
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2792 uint32_t limit_type; in smu_get_power_limit() local
2800 limit_type = SMU_DEFAULT_PPT_LIMIT; in smu_get_power_limit()
2803 limit_type = SMU_FAST_PPT_LIMIT; in smu_get_power_limit()
2826 if (limit_type != SMU_DEFAULT_PPT_LIMIT) { in smu_get_power_limit()
2828 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit()
2870 uint32_t limit_type = limit >> 24; in smu_set_power_limit() local
2877 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_set_power_limit()
2879 return smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
2892 ret = smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit()
/linux-6.15/include/soc/tegra/
H A 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.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h189 u8 limit_type; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h540 u8 limit_type; member
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c2694 enum smu_ppt_limit_type limit_type, in smu_v13_0_7_set_power_limit() argument
2705 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_7_set_power_limit()
2719 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_7_set_power_limit()
2721 ret = smu_v13_0_set_power_limit(smu, limit_type, msg_limit); in smu_v13_0_7_set_power_limit()
H A Dsmu_v13_0_0_ppt.c3105 enum smu_ppt_limit_type limit_type, in smu_v13_0_0_set_power_limit() argument
3116 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_0_set_power_limit()
3130 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_0_set_power_limit()
3132 ret = smu_v13_0_set_power_limit(smu, limit_type, msg_limit); in smu_v13_0_0_set_power_limit()
H A 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()
H A Dsmu_v13_0.c988 enum smu_ppt_limit_type limit_type, in smu_v13_0_set_power_limit() argument
993 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_set_power_limit()
H A Dsmu_v13_0_6_ppt.c1706 enum smu_ppt_limit_type limit_type, in smu_v13_0_6_set_power_limit() argument
1709 return smu_v13_0_set_power_limit(smu, limit_type, limit); in smu_v13_0_6_set_power_limit()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2789 enum smu_ppt_limit_type limit_type, in smu_v14_0_2_set_power_limit() argument
2799 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v14_0_2_set_power_limit()
2813 return smu_v14_0_set_power_limit(smu, limit_type, limit); in smu_v14_0_2_set_power_limit()
2815 ret = smu_v14_0_set_power_limit(smu, limit_type, msg_limit); in smu_v14_0_2_set_power_limit()
H A Dsmu_v14_0.c837 enum smu_ppt_limit_type limit_type, in smu_v14_0_set_power_limit() argument
842 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v14_0_set_power_limit()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c940 enum smu_ppt_limit_type limit_type, in smu_v11_0_set_power_limit() argument
947 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v11_0_set_power_limit()
H A Dvangogh_ppt.c2385 enum smu_ppt_limit_type limit_type, in vangogh_set_power_limit() argument
2397 switch (limit_type) { in vangogh_set_power_limit()
/linux-6.15/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3106 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_set_power_cap() local
3118 value |= limit_type << 24; in amdgpu_hwmon_set_power_cap()
/linux-6.15/fs/nfs/
H A 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()