Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c301 if (in_out_vrr->btr.btr_active) { in apply_below_the_range()
303 in_out_vrr->btr.btr_active = false; in apply_below_the_range()
307 if (!in_out_vrr->btr.btr_active) in apply_below_the_range()
308 in_out_vrr->btr.btr_active = true; in apply_below_the_range()
312 if (!in_out_vrr->btr.btr_active) { in apply_below_the_range()
1066 in_out_vrr->btr.btr_active = false; in mod_freesync_build_vrr_params()
1209 in_out_vrr->btr.btr_active) { in mod_freesync_handle_v_update()
/linux-6.15/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h64 bool btr_active; member