| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| 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 | display_mode_core.h | 136 dml_get_per_surface_var_decl(dst_y_per_vm_flip, dml_float_t);
|
| H A D | display_mode_util.c | 262 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 | dml2_translation_helper.c | 1484 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_core_structs.h | 1940 dml_uint_t dst_y_per_vm_flip; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_rq_dlg_calc_32.c | 245 double dst_y_per_vm_flip; in dml32_rq_dlg_get_dlg_reg() local 356 …dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); // Fr… in dml32_rq_dlg_get_dlg_reg() 366 dml_print("DML_DLG: %s: dst_y_per_vm_flip = %3.2f\n", __func__, dst_y_per_vm_flip); in dml32_rq_dlg_get_dlg_reg() 449 dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml32_rq_dlg_get_dlg_reg() 457 …int("DML_DLG: %s: dlg_regs->dst_y_per_vm_flip = 0x%x\n", __func__, dlg_regs->dst_y_per_vm_flip); in dml32_rq_dlg_get_dlg_reg()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| H A D | display_rq_dlg_calc_21.c | 916 double dst_y_per_vm_flip; in dml_rq_dlg_get_dlg_params() local 1149 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params() 1162 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_params() 1453 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params() 1461 …LG: %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_params()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_rq_dlg_calc_30.c | 982 double dst_y_per_vm_flip = 0; in dml_rq_dlg_get_dlg_params() local 1253 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params() 1266 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_params() 1555 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int)(dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params() 1563 …LG: %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_params()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| H A D | display_rq_dlg_calc_31.c | 917 double dst_y_per_vm_flip; in dml_rq_dlg_get_dlg_params() local 1098 …dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); /… in dml_rq_dlg_get_dlg_params() 1111 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_params() 1407 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params() 1415 …LG: %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_params()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| H A D | dml_top_dchub_registers.h | 21 uint32_t dst_y_per_vm_flip; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| H A D | display_rq_dlg_calc_314.c | 1002 double dst_y_per_vm_flip; in dml_rq_dlg_get_dlg_params() local 1186 …dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); /… in dml_rq_dlg_get_dlg_params() 1199 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_params() 1495 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params() 1503 …LG: %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_params()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_rq_dlg_helpers.c | 213 dlg_regs->dst_y_per_vm_flip); in print__dlg_regs_st()
|
| 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-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | display_rq_dlg_calc_20.c | 870 double dst_y_per_vm_flip; in dml20_rq_dlg_get_dlg_params() local 1099 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20_rq_dlg_get_dlg_params() 1383 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml20_rq_dlg_get_dlg_params()
|
| H A D | display_rq_dlg_calc_20v2.c | 870 double dst_y_per_vm_flip; in dml20v2_rq_dlg_get_dlg_params() local 1100 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20v2_rq_dlg_get_dlg_params() 1384 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml20v2_rq_dlg_get_dlg_params()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 445 double dst_y_per_vm_flip[DML2_MAX_PLANES]; member 747 double dst_y_per_vm_flip[DML2_MAX_PLANES]; member 1449 double dst_y_per_vm_flip; member
|
| H A D | dml2_core_dcn4_calcs.c | 6541 double *dst_y_per_vm_flip, in CalculateFlipSchedule() 6650 *dst_y_per_vm_flip = 1; // not used in CalculateFlipSchedule() 6683 *dst_y_per_vm_flip = math_ceil2(4.0 * (l->Tvm_flip / LineTime), 1.0) / 4.0; in CalculateFlipSchedule() 6697 *dst_y_per_vm_flip = 0; in CalculateFlipSchedule() 6706 *dst_y_per_vm_flip = 0; in CalculateFlipSchedule() 9381 &mode_lib->ms.dst_y_per_vm_flip[k], in dml_core_mode_support() 9968 double dst_y_per_vm_flip[], in CalculateVMGroupAndRequestTimes() argument 11576 &mode_lib->mp.dst_y_per_vm_flip[k], in dml_core_mode_programming() 11870 mode_lib->mp.dst_y_per_vm_flip, in dml_core_mode_programming() 12521 l->dst_y_per_vm_flip = mode_lib->mp.dst_y_per_vm_flip[mode_lib->mp.pipe_plane[pipe_idx]]; in rq_dlg_get_dlg_reg() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer_debug.c | 264 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.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 2568 || (old_dlg_regs.dst_y_per_vm_flip != new_dlg_regs->dst_y_per_vm_flip) in dcn401_detect_pipe_changes() 2586 old_dlg_regs.dst_y_per_vm_flip = new_dlg_regs->dst_y_per_vm_flip; in dcn401_detect_pipe_changes()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 1613 old_dlg_attr.dst_y_per_vm_flip != new_dlg_attr->dst_y_per_vm_flip || in dcn20_detect_pipe_changes() 1631 old_dlg_attr.dst_y_per_vm_flip = new_dlg_attr->dst_y_per_vm_flip; in dcn20_detect_pipe_changes()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
| H A D | dcn401_hubp.c | 341 DST_Y_PER_VM_FLIP, pipe_regs->dlg_regs.dst_y_per_vm_flip, in hubp401_setup_interdependent()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
| H A D | dcn20_hubp.c | 265 DST_Y_PER_VM_FLIP, dlg_attr->dst_y_per_vm_flip, in hubp2_setup_interdependent()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 249 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq, in dcn10_log_hubp_states()
|