Home
last modified time | relevance | path

Searched refs:refcyc_per_vm_req_vblank (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c432 …disp_dlg_regs->refcyc_per_vm_req_vblank = (dml_uint_t)(dml_get_refcyc_per_vm_req_vblank_in_us(mo… in dml_rq_dlg_get_dlg_reg()
514 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg()
515 disp_dlg_regs->refcyc_per_vm_req_vblank = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1502 out->dlg_regs.refcyc_per_vm_req_vblank = disp_dlg_regs->refcyc_per_vm_req_vblank; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_util.c292 dml_print("DML: refcyc_per_vm_req_vblank = 0x%x\n", dlg_regs->refcyc_per_vm_req_vblank); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1967 dml_uint_t refcyc_per_vm_req_vblank; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h669 unsigned int refcyc_per_vm_req_vblank; member
H A Ddisplay_mode_vba.h113 dml_get_pipe_attr_decl(refcyc_per_vm_req_vblank);
H A Ddisplay_mode_vba.c154 dml_get_pipe_attr_func(refcyc_per_vm_req_vblank, mode_lib->vba.TimePerVMRequestVBlank);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12635 …disp_dlg_regs->refcyc_per_vm_req_vblank = (unsigned int)(mode_lib->mp.TimePerVMRequestVBlank[mode_… in rq_dlg_get_dlg_reg()
12709 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12710 disp_dlg_regs->refcyc_per_vm_req_vblank = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()