Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c275 if (in_out_vrr->btr.btr_active) { in apply_below_the_range()
277 in_out_vrr->btr.btr_active = false; in apply_below_the_range()
281 if (!in_out_vrr->btr.btr_active) { in apply_below_the_range()
282 in_out_vrr->btr.btr_active = true; in apply_below_the_range()
287 if (!in_out_vrr->btr.btr_active) { in apply_below_the_range()
1081 in_out_vrr->btr.btr_active = false; in mod_freesync_build_vrr_params()
1222 in_out_vrr->btr.btr_active) { in mod_freesync_handle_v_update()
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h92 bool btr_active; member