Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c431 …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 Ddml2_translation_helper.c1506 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 Ddisplay_mode_core_structs.h1966 dml_uint_t refcyc_per_vm_group_flip; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h668 unsigned int refcyc_per_vm_group_flip; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c877 …disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(mode_lib->mp.TimePerVMGroupFlip[mode_lib-… in dcn6_rq_dlg_get_dlg_reg()
961 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in dcn6_rq_dlg_get_dlg_reg()
962 disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(math_pow(2, 23) - 1); in dcn6_rq_dlg_get_dlg_reg()
H A Ddml2_core_dcn5_calcs_dchub.c5711 …disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(mode_lib->mp.TimePerVMGroupFlip[mode_lib-… in dcn5_rq_dlg_get_dlg_reg()
5783 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in dcn5_rq_dlg_get_dlg_reg()
5784 disp_dlg_regs->refcyc_per_vm_group_flip = (unsigned int)(math_pow(2, 23) - 1); in dcn5_rq_dlg_get_dlg_reg()