Home
last modified time | relevance | path

Searched refs:refcyc_per_vm_req_flip (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c85 uint32_t refcyc_per_vm_req_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
113 REFCYC_PER_VM_REQ_FLIP, &refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
115 if (refcyc_per_vm_req_flip == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
116 refcyc_per_vm_req_flip > dlg_attr->refcyc_per_vm_req_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
118 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
563 REFCYC_PER_VM_REQ_FLIP, &dlg_attr.refcyc_per_vm_req_flip); in hubp21_validate_dml_output()
580 if (dlg_attr.refcyc_per_vm_req_flip != dml_dlg_attr->refcyc_per_vm_req_flip) in hubp21_validate_dml_output()
582 dml_dlg_attr->refcyc_per_vm_req_flip, dlg_attr.refcyc_per_vm_req_flip); in hubp21_validate_dml_output()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h485 unsigned int refcyc_per_vm_req_flip; member
Ddisplay_mode_vba.h77 dml_get_pipe_attr_decl(refcyc_per_vm_req_flip);
Ddisplay_mode_vba.c133 dml_get_pipe_attr_func(refcyc_per_vm_req_flip, mode_lib->vba.TimePerVMRequestFlip);
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c1513 …disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param,… in dml_rq_dlg_get_dlg_params()
1525 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1526 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c1689 …disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param, nu… in dml_rq_dlg_get_dlg_params()
1701 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1702 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()