Searched refs:limit_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | amdgpu_smu.c | 71 static int smu_set_power_limit(void *handle, uint32_t limit_type, uint32_t limit); 2907 uint32_t limit_type; in smu_get_power_limit() local 2918 limit_type = SMU_DEFAULT_PPT_LIMIT; in smu_get_power_limit() 2921 limit_type = SMU_FAST_PPT_LIMIT; in smu_get_power_limit() 2944 if (limit_type != SMU_DEFAULT_PPT_LIMIT) { in smu_get_power_limit() 2946 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit() 2987 static int smu_set_power_limit(void *handle, uint32_t limit_type, uint32_t limit) in smu_set_power_limit() argument 2995 if (limit_type == SMU_DEFAULT_PPT_LIMIT) { in smu_set_power_limit() 3007 ret = smu->ppt_funcs->set_power_limit(smu, limit_type, limit); in smu_set_power_limit() 3011 smu->user_dpm_profile.power_limits[limit_type] = limit; in smu_set_power_limit()
|
| /linux/include/soc/tegra/ |
| H A D | bpmp-abi.h | 3787 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member 3800 uint32_t limit_type; /**< @ref bpmp_pwr_limit_type */ member
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_dpm.c | 1604 uint32_t limit_type, in amdgpu_dpm_set_power_limit() argument 1615 limit_type, limit); in amdgpu_dpm_set_power_limit()
|
| H A D | amdgpu_pm.c | 3395 int limit_type = to_sensor_dev_attr(attr)->index; in amdgpu_hwmon_set_power_cap() local 3409 err = amdgpu_dpm_set_power_limit(adev, limit_type, value); in amdgpu_hwmon_set_power_cap()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 940 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()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 971 enum smu_ppt_limit_type limit_type, in smu_v13_0_set_power_limit() argument 976 if (limit_type != SMU_DEFAULT_PPT_LIMIT) in smu_v13_0_set_power_limit()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | amd_powerplay.c | 958 static int pp_set_power_limit(void *handle, uint32_t limit_type, uint32_t limit) in pp_set_power_limit() argument
|
| /linux/fs/nfs/ |
| H A D | nfs4xdr.c | 5247 uint32_t limit_type, nblocks, blocksize; in decode_space_limit() local 5253 limit_type = be32_to_cpup(p++); in decode_space_limit() 5254 switch (limit_type) { in decode_space_limit()
|