/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 85 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 D | dml_top_dchub_registers.h | 41 uint32_t refcyc_per_vm_req_vblank; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 432 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 D | display_mode_util.c | 289 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 D | dml2_translation_helper.c | 1493 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 D | display_mode_core_structs.h | 1968 dml_uint_t refcyc_per_vm_req_vblank; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 464 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 D | display_mode_structs.h | 669 unsigned int refcyc_per_vm_req_vblank; member
|
H A D | display_mode_vba.h | 113 dml_get_pipe_attr_decl(refcyc_per_vm_req_vblank);
|
H A D | display_mode_vba.c | 154 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 D | display_rq_dlg_calc_30.c | 1601 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 D | display_rq_dlg_calc_31.c | 1441 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 D | display_rq_dlg_calc_314.c | 1529 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 D | dml2_core_dcn4_calcs.c | 12542 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()
|