Searched refs:dst_y_per_vm_flip (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml_display_rq_dlg_calc.c | 228 dml_float_t dst_y_per_vm_flip; in dml_rq_dlg_get_dlg_reg() local 343 dst_y_per_vm_flip = dml_get_dst_y_per_vm_flip(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg() 353 dml_print("DML_DLG: %s: dst_y_per_vm_flip = %3.2f\n", __func__, dst_y_per_vm_flip); in dml_rq_dlg_get_dlg_reg() 419 disp_dlg_regs->dst_y_per_vm_flip = (dml_uint_t)(dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_reg() 427 …L_DLG: %s: disp_dlg_regs->dst_y_per_vm_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_vm_flip); in dml_rq_dlg_get_dlg_reg()
|
| H A D | dml2_translation_helper.c | 1475 out->dlg_regs.dst_y_per_vm_flip = disp_dlg_regs->dst_y_per_vm_flip; in dml2_update_pipe_ctx_dchub_regs()
|
| H A D | display_mode_util.c | 265 dml_print("DML: dst_y_per_vm_flip = 0x%x\n", dlg_regs->dst_y_per_vm_flip); in dml_print_dlg_regs_st()
|
| H A D | display_mode_core_structs.h | 1940 dml_uint_t dst_y_per_vm_flip; member
|
| H A D | display_mode_core.c | 10295 dml_get_per_surface_var_func(dst_y_per_vm_flip, dml_float_t, mode_lib->mp.DestinationLinesToRequest…
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_structs.h | 631 unsigned int dst_y_per_vm_flip; member
|
| H A D | display_mode_vba.h | 89 dml_get_pipe_attr_decl(dst_y_per_vm_flip);
|
| H A D | display_mode_vba.c | 150 dml_get_pipe_attr_func(dst_y_per_vm_flip, mode_lib->vba.DestinationLinesToRequestVMInImmediateFlip);
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 468 double dst_y_per_vm_flip[DML2_MAX_PLANES]; member 912 double dst_y_per_vm_flip[DML2_MAX_PLANES]; member 1622 double dst_y_per_vm_flip; member
|
| H A D | dml2_core_dcn4_calcs.c | 6521 double *dst_y_per_vm_flip, in CalculateFlipSchedule() 6631 *dst_y_per_vm_flip = 1; // not used in CalculateFlipSchedule() 6663 *dst_y_per_vm_flip = math_ceil2(4.0 * (l->Tvm_flip / LineTime), 1.0) / 4.0; in CalculateFlipSchedule() 6666 … *final_flip_bw = math_max2(vm_bytes * HostVMInefficiencyFactor / (*dst_y_per_vm_flip * LineTime), in CalculateFlipSchedule() 6669 …if (*dst_y_per_vm_flip >= 32 || *dst_y_per_row_flip >= 16 || l->Tvm_flip + 2 * l->Tr0_flip > l->mi… in CalculateFlipSchedule() 6677 *dst_y_per_vm_flip = 0; in CalculateFlipSchedule() 6686 *dst_y_per_vm_flip = 0; in CalculateFlipSchedule() 6694 …ML_LOG_VERBOSE("DML::%s: dst_y_per_vm_flip = %f (should be < 32)\n", __func__, *dst_y_per_vm_flip); in CalculateFlipSchedule() 7833 &mode_lib->ms.dst_y_per_vm_flip[k], in dml_core_ms_prefetch_check() 9974 double dst_y_per_vm_flip[], in CalculateVMGroupAndRequestTimes() argument [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 2833 || (old_dlg_regs.dst_y_per_vm_flip != new_dlg_regs->dst_y_per_vm_flip) in dcn401_detect_pipe_changes() 2851 old_dlg_regs.dst_y_per_vm_flip = new_dlg_regs->dst_y_per_vm_flip; in dcn401_detect_pipe_changes()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 3011 …uint32_t dst_y_per_vm_flip; /* NOM_PARAMETERS_1->DST_Y_PER_VM_FLIP from dlg_regs.dst_… member
|