Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c3379 uint32_t switch_limit_us; in smu7_vblank_too_short() local
3386 switch_limit_us = data->is_memory_gddr5 ? 450 : 150; in smu7_vblank_too_short()
3388 switch_limit_us = data->is_memory_gddr5 ? 200 : 150; in smu7_vblank_too_short()
3391 switch_limit_us = 30; in smu7_vblank_too_short()
3394 switch_limit_us = data->is_memory_gddr5 ? 450 : 150; in smu7_vblank_too_short()
3398 if (vblank_time_us < switch_limit_us) in smu7_vblank_too_short()