Home
last modified time | relevance | path

Searched refs:amdgpu_dpm_set_residency_gfxoff (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h465 int amdgpu_dpm_set_residency_gfxoff(struct amdgpu_device *adev, bool value);
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c782 int amdgpu_dpm_set_residency_gfxoff(struct amdgpu_device *adev, bool value) in amdgpu_dpm_set_residency_gfxoff() function
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c836 r = amdgpu_dpm_set_residency_gfxoff(adev, value); in amdgpu_set_gfx_off_residency()