Searched refs:vblank_time_us (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/pm/
H A Damdgpu_dpm_internal.c56 u32 vblank_time_us = 0xffffffff; /* if the displays are off, vblank time is max */ local
68 vblank_time_us = vblank_in_pixels * 1000 / amdgpu_crtc->hw_mode.clock;
74 return vblank_time_us;
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr600_dpm.c162 u32 vblank_time_us = 0xffffffff; /* if the displays are off, vblank time is max */ local
174 vblank_time_us = vblank_in_pixels * 1000 / radeon_crtc->hw_mode.clock;
180 return vblank_time_us;
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c3286 uint32_t vblank_time_us)
3308 if (vblank_time_us < switch_limit_us)
3285 smu7_vblank_too_short(struct pp_hwmgr *hwmgr, uint32_t vblank_time_us) argument

Completed in 142 milliseconds