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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 2371 static bool si_should_disable_uvd_powertune(struct amdgpu_device *adev, function in typeref:typename:bool
2418 disable_uvd_power_tune = si_should_disable_uvd_powertune(adev, amdgpu_state);
2550 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) {
2915 if (!si_should_disable_uvd_powertune(adev, amdgpu_new_state)) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si_dpm.c 2280 static bool si_should_disable_uvd_powertune(struct radeon_device *rdev, function in typeref:typename:bool
2320 disable_uvd_power_tune = si_should_disable_uvd_powertune(rdev, radeon_state);
2453 if (!si_should_disable_uvd_powertune(rdev, radeon_new_state)) {
2815 if (!si_should_disable_uvd_powertune(rdev, radeon_new_state)) {

Completed in 21 milliseconds