Home
last modified time | relevance | path

Searched refs:amdgpu_dpm_get_vrefresh (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.h472 u32 amdgpu_dpm_get_vrefresh(struct amdgpu_device *adev);
Damdgpu_dpm.c167 u32 amdgpu_dpm_get_vrefresh(struct amdgpu_device *adev) in amdgpu_dpm_get_vrefresh() function
Damdgpu_pm.c1940 adev->pm.pm_display_cfg.vrefresh = amdgpu_dpm_get_vrefresh(adev); in amdgpu_pm_compute_clocks()
Dci_dpm.c915 if (amdgpu_dpm_get_vrefresh(adev) > 120) in ci_dpm_vblank_too_short()
2123 u32 refresh_rate = amdgpu_dpm_get_vrefresh(adev); in ci_program_display_gap()