refcyc_per_vm_group_vblank   79 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c 	if (cur_value > dlg_attr->refcyc_per_vm_group_vblank)
refcyc_per_vm_group_vblank   81 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c 				REFCYC_PER_VM_GROUP_VBLANK, dlg_attr->refcyc_per_vm_group_vblank);
refcyc_per_vm_group_vblank 1524 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 	disp_dlg_regs->refcyc_per_vm_group_vblank   = get_refcyc_per_vm_group_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz;
refcyc_per_vm_group_vblank 1530 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 	if (disp_dlg_regs->refcyc_per_vm_group_vblank >= (unsigned int)dml_pow(2, 23))
refcyc_per_vm_group_vblank 1531 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 		disp_dlg_regs->refcyc_per_vm_group_vblank = dml_pow(2, 23) - 1;
refcyc_per_vm_group_vblank  453 drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h 	unsigned int refcyc_per_vm_group_vblank;
refcyc_per_vm_group_vblank  139 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c dml_get_pipe_attr_func(refcyc_per_vm_group_vblank, mode_lib->vba.TimePerVMGroupVBlank);
refcyc_per_vm_group_vblank   80 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h dml_get_pipe_attr_decl(refcyc_per_vm_group_vblank);