Searched refs:dst_y_per_vm_vblank (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c910 double dst_y_per_vm_vblank; local
1141 dst_y_per_vm_vblank = get_dst_y_per_vm_vblank(
1166 dml_print("DML_DLG: %s: dst_y_per_vm_vblank = %3.2f\n", __func__, dst_y_per_vm_vblank);
1169 ASSERT(dst_y_per_vm_vblank < max_dst_y_per_vm_vblank);
1172 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank));
1173 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank);
1482 disp_dlg_regs->dst_y_per_vm_vblank = (unsigned int) (dst_y_per_vm_vblank * dml_pow(2, 2));
1490 dml_print("DML_DLG: %s: disp_dlg_regs->dst_y_per_vm_vblank
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c1081 double dst_y_per_vm_vblank; local
1448 dst_y_per_vm_vblank = 0.0;
1451 dst_y_per_vm_vblank = t_vm_us / line_time_in_us;
1452 dst_y_per_vm_vblank = dml_floor(4.0 * (dst_y_per_vm_vblank + 0.125), 1) / 4.0;
1453 disp_dlg_regs->dst_y_per_vm_vblank = (unsigned int) (dst_y_per_vm_vblank * dml_pow(2, 2));
1469 DTRACE("DLG: %s: dst_y_per_vm_vblank = %3.2f", __func__, dst_y_per_vm_vblank);
1481 ASSERT(dst_y_per_vm_vblank < min_dst_y_per_vm_vblan
[all...]
H A Damdgpu_display_rq_dlg_helpers.c225 "DML_RQ_DLG_CALC: dst_y_per_vm_vblank = 0x%0x\n",
226 dlg_regs.dst_y_per_vm_vblank);
H A Ddisplay_mode_structs.h427 unsigned int dst_y_per_vm_vblank; member in struct:_vcs_dpi_display_dlg_regs_st
H A Ddisplay_mode_vba.h72 dml_get_pipe_attr_decl(dst_y_per_vm_vblank); variable
H A Damdgpu_display_mode_vba.c131 dml_get_pipe_attr_func(dst_y_per_vm_vblank, mode_lib->vba.DestinationLinesToRequestVMInVBlank);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c864 double dst_y_per_vm_vblank; local
1093 dst_y_per_vm_vblank = get_dst_y_per_vm_vblank(mode_lib,
1114 dml_print("DML_DLG: %s: dst_y_per_vm_vblank = %3.2f\n", __func__, dst_y_per_vm_vblank);
1117 ASSERT(dst_y_per_vm_vblank < min_dst_y_per_vm_vblank);
1120 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank));
1121 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank);
1409 disp_dlg_regs->dst_y_per_vm_vblank = (unsigned int) (dst_y_per_vm_vblank * dml_pow(2, 2));
H A Damdgpu_display_rq_dlg_calc_20v2.c864 double dst_y_per_vm_vblank; local
1094 dst_y_per_vm_vblank = get_dst_y_per_vm_vblank(mode_lib,
1115 dml_print("DML_DLG: %s: dst_y_per_vm_vblank = %3.2f\n", __func__, dst_y_per_vm_vblank);
1118 ASSERT(dst_y_per_vm_vblank < min_dst_y_per_vm_vblank);
1121 ASSERT(dst_y_prefetch > (dst_y_per_vm_vblank + dst_y_per_row_vblank));
1122 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank);
1410 disp_dlg_regs->dst_y_per_vm_vblank = (unsigned int) (dst_y_per_vm_vblank * dml_pow(2, 2));
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer_debug.c267 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank,
H A Damdgpu_dcn10_hubp.c697 DST_Y_PER_VM_VBLANK, dlg_attr->dst_y_per_vm_vblank,
899 DST_Y_PER_VM_VBLANK, &dlg_attr->dst_y_per_vm_vblank,
H A Damdgpu_dcn10_hw_sequencer.c234 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank,
1733 "dst_y_per_vm_vblank: %d, \n"
1749 pipe_ctx->dlg_regs.dst_y_per_vm_vblank,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hwseq.c1267 old_dlg_attr.dst_y_per_vm_vblank != new_dlg_attr->dst_y_per_vm_vblank ||
1285 old_dlg_attr.dst_y_per_vm_vblank = new_dlg_attr->dst_y_per_vm_vblank;
H A Damdgpu_dcn20_hubp.c262 DST_Y_PER_VM_VBLANK, dlg_attr->dst_y_per_vm_vblank,
1091 DST_Y_PER_VM_VBLANK, &dlg_attr->dst_y_per_vm_vblank,

Completed in 244 milliseconds