Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c85 uint32_t refcyc_per_vm_req_vblank; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
99 REFCYC_PER_VM_REQ_VBLANK, &refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
101 if (refcyc_per_vm_req_vblank == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
102 refcyc_per_vm_req_vblank > dlg_attr->refcyc_per_vm_req_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
104 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
561 REFCYC_PER_VM_REQ_VBLANK, &dlg_attr.refcyc_per_vm_req_vblank); in hubp21_validate_dml_output()
576 if (dlg_attr.refcyc_per_vm_req_vblank != dml_dlg_attr->refcyc_per_vm_req_vblank) in hubp21_validate_dml_output()
578 dml_dlg_attr->refcyc_per_vm_req_vblank, dlg_att in hubp21_validate_dml_output()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_dchub_registers.h41 uint32_t refcyc_per_vm_req_vblank; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
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(mode_lib, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10)); 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 Ddisplay_mode_util.c289 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 Ddml2_translation_helper.c1493 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_core_structs.h1968 dml_uint_t refcyc_per_vm_req_vblank; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c464 dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_in_us(mode_lib, e2e_pipe_param, num_pipes, in dml32_rq_dlg_get_dlg_reg()
565 if (dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg()
566 dlg_regs->refcyc_per_vm_req_vblank = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
/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/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1601 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1611 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1612 disp_dlg_regs->refcyc_per_vm_req_vblank = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c1441 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_in_us(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); // From VBA in dml_rq_dlg_get_dlg_params()
1451 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1452 disp_dlg_regs->refcyc_per_vm_req_vblank = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c1529 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_in_us(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); // From VBA in dml_rq_dlg_get_dlg_params()
1539 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1540 disp_dlg_regs->refcyc_per_vm_req_vblank = 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 Ddml2_core_dcn4_calcs.c12542 disp_dlg_regs->refcyc_per_vm_req_vblank = (unsigned int)(mode_lib->mp.TimePerVMRequestVBlank[mode_lib->mp.pipe_plane[pipe_idx]] * l->refclk_freq_in_mhz * math_pow(2, 10)); in rq_dlg_get_dlg_reg()
12616 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12617 disp_dlg_regs->refcyc_per_vm_req_vblank = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()