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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 2540 static int si_enable_power_containment(struct amdgpu_device *adev, function in typeref:typename:int
6931 si_enable_power_containment(adev, boot_ps, false);
7003 ret = si_enable_power_containment(adev, new_ps, false);
7005 DRM_ERROR("si_enable_power_containment failed\n");
7070 ret = si_enable_power_containment(adev, new_ps, true);
7072 DRM_ERROR("si_enable_power_containment failed\n");
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si_dpm.c 2443 static int si_enable_power_containment(struct radeon_device *rdev, function in typeref:typename:int
6511 si_enable_power_containment(rdev, boot_ps, false);
6582 ret = si_enable_power_containment(rdev, new_ps, false);
6584 DRM_ERROR("si_enable_power_containment failed\n");
6650 ret = si_enable_power_containment(rdev, new_ps, true);
6652 DRM_ERROR("si_enable_power_containment failed\n");

Completed in 24 milliseconds