Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c79 if (cur_value > dlg_attr->refcyc_per_vm_group_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
81 REFCYC_PER_VM_GROUP_VBLANK, dlg_attr->refcyc_per_vm_group_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h453 unsigned int refcyc_per_vm_group_vblank; member
Ddisplay_mode_vba.h80 dml_get_pipe_attr_decl(refcyc_per_vm_group_vblank);
Ddisplay_mode_vba.c139 dml_get_pipe_attr_func(refcyc_per_vm_group_vblank, mode_lib->vba.TimePerVMGroupVBlank);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c1524 …disp_dlg_regs->refcyc_per_vm_group_vblank = get_refcyc_per_vm_group_vblank(mode_lib, e2e_pipe_pa… in dml_rq_dlg_get_dlg_params()
1530 if (disp_dlg_regs->refcyc_per_vm_group_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1531 disp_dlg_regs->refcyc_per_vm_group_vblank = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()