refcyc_per_vm_group_flip   91 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c 	if (cur_value > dlg_attr->refcyc_per_vm_group_flip)
refcyc_per_vm_group_flip   93 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c 				REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip);
refcyc_per_vm_group_flip 1525 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 	disp_dlg_regs->refcyc_per_vm_group_flip     = get_refcyc_per_vm_group_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz;
refcyc_per_vm_group_flip 1533 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 	if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)dml_pow(2, 23))
refcyc_per_vm_group_flip 1534 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 		disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1;
refcyc_per_vm_group_flip  454 drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h 	unsigned int refcyc_per_vm_group_flip;
refcyc_per_vm_group_flip  140 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c dml_get_pipe_attr_func(refcyc_per_vm_group_flip, mode_lib->vba.TimePerVMGroupFlip);
refcyc_per_vm_group_flip   81 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h dml_get_pipe_attr_decl(refcyc_per_vm_group_flip);