Home
last modified time | relevance | path

Searched refs:selected_sclk (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Drs690.c282 u32 selected_sclk; in rs690_crtc_bandwidth_compute() local
292 selected_sclk = radeon_dpm_get_sclk(rdev, low); in rs690_crtc_bandwidth_compute()
294 selected_sclk = rdev->pm.current_sclk; in rs690_crtc_bandwidth_compute()
298 sclk.full = dfixed_const(selected_sclk); in rs690_crtc_bandwidth_compute()
Drv515.c965 u32 selected_sclk; in rv515_crtc_bandwidth_compute() local
976 selected_sclk = radeon_dpm_get_sclk(rdev, low); in rv515_crtc_bandwidth_compute()
978 selected_sclk = rdev->pm.current_sclk; in rv515_crtc_bandwidth_compute()
982 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()