Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_hwmgr.c3246 uint32_t switch_limit_us; in smu7_vblank_too_short() local
3253 switch_limit_us = data->is_memory_gddr5 ? 450 : 150; in smu7_vblank_too_short()
3255 switch_limit_us = data->is_memory_gddr5 ? 200 : 150; in smu7_vblank_too_short()
3258 switch_limit_us = 30; in smu7_vblank_too_short()
3261 switch_limit_us = data->is_memory_gddr5 ? 450 : 150; in smu7_vblank_too_short()
3265 if (vblank_time_us < switch_limit_us) in smu7_vblank_too_short()