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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c 1548 static int kv_update_vce_dpm(struct amdgpu_device *adev, function in typeref:typename:int
1962 ret = kv_update_vce_dpm(adev, new_ps, old_ps);
1964 DRM_ERROR("kv_update_vce_dpm failed\n");
1987 ret = kv_update_vce_dpm(adev, new_ps, old_ps);
1989 DRM_ERROR("kv_update_vce_dpm failed\n");
amdgpu_kv_dpm.c 1548 static int kv_update_vce_dpm(struct amdgpu_device *adev, function in typeref:typename:int
1962 ret = kv_update_vce_dpm(adev, new_ps, old_ps);
1964 DRM_ERROR("kv_update_vce_dpm failed\n");
1987 ret = kv_update_vce_dpm(adev, new_ps, old_ps);
1989 DRM_ERROR("kv_update_vce_dpm failed\n");
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_kv_dpm.c 1479 static int kv_update_vce_dpm(struct radeon_device *rdev, function in typeref:typename:int
1895 ret = kv_update_vce_dpm(rdev, new_ps, old_ps);
1897 DRM_ERROR("kv_update_vce_dpm failed\n");
1920 ret = kv_update_vce_dpm(rdev, new_ps, old_ps);
1922 DRM_ERROR("kv_update_vce_dpm failed\n");
radeon_kv_dpm.c 1479 static int kv_update_vce_dpm(struct radeon_device *rdev, function in typeref:typename:int
1895 ret = kv_update_vce_dpm(rdev, new_ps, old_ps);
1897 DRM_ERROR("kv_update_vce_dpm failed\n");
1920 ret = kv_update_vce_dpm(rdev, new_ps, old_ps);
1922 DRM_ERROR("kv_update_vce_dpm failed\n");

Completed in 29 milliseconds