Searched refs:refcyc_per_vm_group_flip (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubp.c | 84 uint32_t refcyc_per_vm_group_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local 105 REFCYC_PER_VM_GROUP_FLIP, &refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 107 if (refcyc_per_vm_group_flip == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline() 108 refcyc_per_vm_group_flip > dlg_attr->refcyc_per_vm_group_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline() 110 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 561 REFCYC_PER_VM_GROUP_FLIP, &dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output() 577 if (dlg_attr.refcyc_per_vm_group_flip != dml_dlg_attr->refcyc_per_vm_group_flip) in hubp21_validate_dml_output() 579 dml_dlg_attr->refcyc_per_vm_group_flip, dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_rq_dlg_calc_32.c | 462 …dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip_in_us(mode_lib, e2e_pipe_param, … in dml32_rq_dlg_get_dlg_reg() 562 if (dlg_regs->refcyc_per_vm_group_flip >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg() 563 dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
|
/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_structs.h | 666 unsigned int refcyc_per_vm_group_flip; member
|
D | display_mode_vba.h | 112 dml_get_pipe_attr_decl(refcyc_per_vm_group_flip);
|
D | display_mode_vba.c | 153 dml_get_pipe_attr_func(refcyc_per_vm_group_flip, mode_lib->vba.TimePerVMGroupFlip);
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1529 …disp_dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip(mode_lib, e2e_pipe_para… in dml_rq_dlg_get_dlg_params() 1537 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1538 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 1457 …disp_dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip_in_us(mode_lib, e2e_pipe_pa… in dml_rq_dlg_get_dlg_params() 1465 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1466 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1616 …disp_dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip(mode_lib, e2e_pipe_param, … in dml_rq_dlg_get_dlg_params() 1624 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1625 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 1545 …disp_dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip_in_us(mode_lib, e2e_pipe_pa… in dml_rq_dlg_get_dlg_params() 1553 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1554 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|