Home
last modified time | relevance | path

Searched refs:dst_y_per_row_flip (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c921 double dst_y_per_row_flip; in dml_rq_dlg_get_dlg_params() local
1154 dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params()
1167 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1458 disp_dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
1466 …G: %s: disp_dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1500 disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml_rq_dlg_get_dlg_params()
1502 disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml_rq_dlg_get_dlg_params()
1506 disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip in dml_rq_dlg_get_dlg_params()
1508 disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_rq_dlg_calc_32.c246 double dst_y_per_row_flip; in dml32_rq_dlg_get_dlg_reg() local
357dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); // Fr… in dml32_rq_dlg_get_dlg_reg()
367 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml32_rq_dlg_get_dlg_reg()
450 dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml32_rq_dlg_get_dlg_reg()
458 …nt("DML_DLG: %s: dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, dlg_regs->dst_y_per_row_flip); in dml32_rq_dlg_get_dlg_reg()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml_display_rq_dlg_calc.c229 dml_float_t dst_y_per_row_flip; in dml_rq_dlg_get_dlg_reg() local
344 dst_y_per_row_flip = dml_get_dst_y_per_row_flip(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg()
354 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml_rq_dlg_get_dlg_reg()
420 disp_dlg_regs->dst_y_per_row_flip = (dml_uint_t)(dst_y_per_row_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_reg()
428 …DLG: %s: disp_dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_row_flip); in dml_rq_dlg_get_dlg_reg()
Ddisplay_mode_core.h137 dml_get_per_surface_var_decl(dst_y_per_row_flip, dml_float_t);
Ddml2_translation_helper.c1445 out->dlg_regs.dst_y_per_row_flip = disp_dlg_regs->dst_y_per_row_flip; in dml2_update_pipe_ctx_dchub_regs()
Ddisplay_mode_util.c263 dml_print("DML: dst_y_per_row_flip = 0x%x\n", dlg_regs->dst_y_per_row_flip); in dml_print_dlg_regs_st()
Ddisplay_mode_core_structs.h1883 dml_uint_t dst_y_per_row_flip; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c922 double dst_y_per_row_flip; in dml_rq_dlg_get_dlg_params() local
1103dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); … in dml_rq_dlg_get_dlg_params()
1116 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1412 disp_dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
1420 …G: %s: disp_dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1435 …disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_fre… in dml_rq_dlg_get_dlg_params()
1436 …disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_fr… in dml_rq_dlg_get_dlg_params()
1439 …disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_fre… in dml_rq_dlg_get_dlg_params()
1440 …disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_fr… in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c987 double dst_y_per_row_flip = 0; in dml_rq_dlg_get_dlg_params() local
1258 dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params()
1271 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1560 disp_dlg_regs->dst_y_per_row_flip = (unsigned int)(dst_y_per_row_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
1568 …G: %s: disp_dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1590 disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int)(dst_y_per_row_flip * htotal in dml_rq_dlg_get_dlg_params()
1592 disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int)(dst_y_per_row_flip * htotal in dml_rq_dlg_get_dlg_params()
1596 disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int)(dst_y_per_row_flip in dml_rq_dlg_get_dlg_params()
1598 disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int)(dst_y_per_row_flip in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_rq_dlg_calc_314.c1007 double dst_y_per_row_flip; in dml_rq_dlg_get_dlg_params() local
1191dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); … in dml_rq_dlg_get_dlg_params()
1204 dml_print("DML_DLG: %s: dst_y_per_row_flip = %3.2f\n", __func__, dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1500 disp_dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
1508 …G: %s: disp_dlg_regs->dst_y_per_row_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_row_flip); in dml_rq_dlg_get_dlg_params()
1523 …disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_fre… in dml_rq_dlg_get_dlg_params()
1524 …disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal * ref_fr… in dml_rq_dlg_get_dlg_params()
1527 …disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_fre… in dml_rq_dlg_get_dlg_params()
1528 …disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip * htotal * ref_fr… in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c875 double dst_y_per_row_flip; in dml20_rq_dlg_get_dlg_params() local
1104 dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20_rq_dlg_get_dlg_params()
1388 disp_dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml20_rq_dlg_get_dlg_params()
1414 disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml20_rq_dlg_get_dlg_params()
1416 disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml20_rq_dlg_get_dlg_params()
1420 disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip in dml20_rq_dlg_get_dlg_params()
1422 disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip in dml20_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20v2.c875 double dst_y_per_row_flip; in dml20v2_rq_dlg_get_dlg_params() local
1105 dst_y_per_row_flip = get_dst_y_per_row_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20v2_rq_dlg_get_dlg_params()
1389 disp_dlg_regs->dst_y_per_row_flip = (unsigned int) (dst_y_per_row_flip * dml_pow(2, 2)); in dml20v2_rq_dlg_get_dlg_params()
1415 disp_dlg_regs->refcyc_per_pte_group_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml20v2_rq_dlg_get_dlg_params()
1417 disp_dlg_regs->refcyc_per_meta_chunk_flip_l = (unsigned int) (dst_y_per_row_flip * htotal in dml20v2_rq_dlg_get_dlg_params()
1421 disp_dlg_regs->refcyc_per_pte_group_flip_c = (unsigned int) (dst_y_per_row_flip in dml20v2_rq_dlg_get_dlg_params()
1423 disp_dlg_regs->refcyc_per_meta_chunk_flip_c = (unsigned int) (dst_y_per_row_flip in dml20v2_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_dchub_registers.h22 uint32_t dst_y_per_row_flip; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h443 double dst_y_per_row_flip[DML2_MAX_PLANES]; member
741 double dst_y_per_row_flip[DML2_MAX_PLANES]; member
1416 double dst_y_per_row_flip; member
1462 double *dst_y_per_row_flip; member
Ddml2_core_shared.c659 double *dst_y_per_row_flip,
2593 &mode_lib->ms.dst_y_per_row_flip[k], in dml2_core_shared_mode_support()
8540 double *dst_y_per_row_flip, in CalculateFlipSchedule()
8645 *dst_y_per_row_flip = 1; // not used in CalculateFlipSchedule()
8676 *dst_y_per_row_flip = math_ceil2(4.0 * (l->Tr0_flip / LineTime), 1.0) / 4.0; in CalculateFlipSchedule()
8679 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / (*dst_y_per_row_flip * LineTime)… in CalculateFlipSchedule()
8681 …if (*dst_y_per_vm_flip >= 32 || *dst_y_per_row_flip >= 16 || l->Tvm_flip + 2 * l->Tr0_flip > l->mi… in CalculateFlipSchedule()
8690 *dst_y_per_row_flip = 0; in CalculateFlipSchedule()
8699 *dst_y_per_row_flip = 0; in CalculateFlipSchedule()
8707 dml2_printf("DML::%s: dst_y_per_row_flip = %f (should be < 16)\n", __func__, *dst_y_per_row_flip); in CalculateFlipSchedule()
[all …]
Ddml2_core_dcn4_calcs.c6222 double *dst_y_per_row_flip, in CalculateFlipSchedule()
6331 *dst_y_per_row_flip = 1; // not used in CalculateFlipSchedule()
6364 *dst_y_per_row_flip = math_ceil2(4.0 * (l->Tr0_flip / LineTime), 1.0) / 4.0; in CalculateFlipSchedule()
6367 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / (*dst_y_per_row_flip * LineTime)… in CalculateFlipSchedule()
6369 …if (*dst_y_per_vm_flip >= 32 || *dst_y_per_row_flip >= 16 || l->Tvm_flip + 2 * l->Tr0_flip > l->mi… in CalculateFlipSchedule()
6378 *dst_y_per_row_flip = 0; in CalculateFlipSchedule()
6387 *dst_y_per_row_flip = 0; in CalculateFlipSchedule()
6395 dml2_printf("DML::%s: dst_y_per_row_flip = %f (should be < 16)\n", __func__, *dst_y_per_row_flip); in CalculateFlipSchedule()
8953 &mode_lib->ms.dst_y_per_row_flip[k], in dml_core_mode_support()
9393 …p->TimePerMetaChunkFlip[k] = p->dst_y_per_row_flip[k] * p->display_cfg->stream_descriptors[p->disp… in CalculateMetaAndPTETimes()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_rq_dlg_helpers.c227 dlg_regs->dst_y_per_row_flip); in print__dlg_regs_st()
Ddisplay_mode_structs.h632 unsigned int dst_y_per_row_flip; member
Ddisplay_mode_vba.h90 dml_get_pipe_attr_decl(dst_y_per_row_flip);
Ddisplay_mode_vba.c151 dml_get_pipe_attr_func(dst_y_per_row_flip, mode_lib->vba.DestinationLinesToRequestRowInImmediateFli…
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_utils.c188 out->dlg_regs.dst_y_per_row_flip = disp_dlg_regs->dst_y_per_row_flip; in dml21_update_pipe_ctx_dchub_regs()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c264 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq, in dcn10_get_dlg_states()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1606 old_dlg_attr.dst_y_per_row_flip != new_dlg_attr->dst_y_per_row_flip || in dcn20_detect_pipe_changes()
1624 old_dlg_attr.dst_y_per_row_flip = new_dlg_attr->dst_y_per_row_flip; in dcn20_detect_pipe_changes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c330 DST_Y_PER_ROW_FLIP, dlg_attr->dst_y_per_row_flip); in hubp401_setup_interdependent()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c266 DST_Y_PER_ROW_FLIP, dlg_attr->dst_y_per_row_flip); in hubp2_setup_interdependent()

12