Searched refs:refcyc_per_vm_group_flip (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 86 uint32_t refcyc_per_vm_group_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local 107 REFCYC_PER_VM_GROUP_FLIP, &refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 109 if (refcyc_per_vm_group_flip == uninitialized_hw_default || 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() 112 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 563 REFCYC_PER_VM_GROUP_FLIP, &dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output() 579 if (dlg_attr.refcyc_per_vm_group_flip != dml_dlg_attr->refcyc_per_vm_group_flip) in hubp21_validate_dml_output() 581 dml_dlg_attr->refcyc_per_vm_group_flip, dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_dchub_registers.h | 40 uint32_t refcyc_per_vm_group_flip; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 431 …disp_dlg_regs->refcyc_per_vm_group_flip = (dml_uint_t)(dml_get_refcyc_per_vm_group_flip_in_us(mo… in dml_rq_dlg_get_dlg_reg() 511 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg() 512 disp_dlg_regs->refcyc_per_vm_group_flip = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
|
H A D | dml2_translation_helper.c | 1510 out->dlg_regs.refcyc_per_vm_group_flip = disp_dlg_regs->refcyc_per_vm_group_flip; in dml2_update_pipe_ctx_dchub_regs()
|
H A D | display_mode_util.c | 288 dml_print("DML: refcyc_per_vm_group_flip = 0x%x\n", dlg_regs->refcyc_per_vm_group_flip); in dml_print_dlg_regs_st()
|
H A D | display_mode_core_structs.h | 1965 dml_uint_t refcyc_per_vm_group_flip; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 1509 …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() 1517 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1518 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 668 unsigned int refcyc_per_vm_group_flip; member
|
H A D | display_mode_vba.h | 112 dml_get_pipe_attr_decl(refcyc_per_vm_group_flip);
|
H A D | display_mode_vba.c | 153 dml_get_pipe_attr_func(refcyc_per_vm_group_flip, mode_lib->vba.TimePerVMGroupFlip);
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_rq_dlg_calc_30.c | 1600 …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() 1608 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1609 disp_dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared.c | 11810 …disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(mode_lib->mp.TimePerVMGroupFlip[mode_lib-… in rq_dlg_get_dlg_reg() 11882 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg() 11883 disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
|
H A D | dml2_core_dcn4_calcs.c | 12560 …disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(mode_lib->mp.TimePerVMGroupFlip[mode_lib-… in rq_dlg_get_dlg_reg() 12632 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg() 12633 disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
|