HomeSort by: relevance | last modified time | path
    Searched defs:si_populate_smc_tdp_limits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 2252 static int si_populate_smc_tdp_limits(struct amdgpu_device *adev, function in typeref:typename:int
6875 ret = si_populate_smc_tdp_limits(adev, boot_ps);
6877 DRM_ERROR("si_populate_smc_tdp_limits failed\n");
6967 ret = si_populate_smc_tdp_limits(adev, new_ps);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si_dpm.c 2161 static int si_populate_smc_tdp_limits(struct radeon_device *rdev, function in typeref:typename:int
6441 ret = si_populate_smc_tdp_limits(rdev, boot_ps);
6443 DRM_ERROR("si_populate_smc_tdp_limits failed\n");
6547 ret = si_populate_smc_tdp_limits(rdev, new_ps);

Completed in 49 milliseconds