Home
last modified time | relevance | path

Searched refs:dlg_regs (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dml/
HDdisplay_rq_dlg_helpers.c194 void print__dlg_regs_st(struct display_mode_lib *mode_lib, display_dlg_regs_st dlg_regs) in print__dlg_regs_st() argument
200 dlg_regs.refcyc_h_blank_end); in print__dlg_regs_st()
203 dlg_regs.dlg_vblank_end); in print__dlg_regs_st()
206 dlg_regs.min_dst_y_next_start); in print__dlg_regs_st()
209 dlg_regs.refcyc_per_htotal); in print__dlg_regs_st()
212 dlg_regs.refcyc_x_after_scaler); in print__dlg_regs_st()
215 dlg_regs.dst_y_after_scaler); in print__dlg_regs_st()
218 dlg_regs.dst_y_prefetch); in print__dlg_regs_st()
221 dlg_regs.dst_y_per_vm_vblank); in print__dlg_regs_st()
224 dlg_regs.dst_y_per_row_vblank); in print__dlg_regs_st()
[all …]
HDdml1_display_rq_dlg_calc.h58 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
HDdisplay_rq_dlg_helpers.h44 void print__dlg_regs_st(struct display_mode_lib *mode_lib, display_dlg_regs_st dlg_regs);
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_hw_sequencer.c186 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_log_hubp_states() local
192 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… in dcn10_log_hubp_states()
193dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_log_hubp_states()
194dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_log_hubp_states()
195dlg_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()
196dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_log_hubp_states()
197dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_log_hubp_states()
198dlg_regs->refcyc_per_meta_chunk_vblank_c, dlg_regs->refcyc_per_pte_group_flip_l, in dcn10_log_hubp_states()
199dlg_regs->refcyc_per_pte_group_flip_c, dlg_regs->refcyc_per_meta_chunk_flip_l, in dcn10_log_hubp_states()
200dlg_regs->refcyc_per_meta_chunk_flip_c, dlg_regs->dst_y_per_pte_row_nom_l, in dcn10_log_hubp_states()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
HDhubp.h61 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
HDmem_input.h91 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
/dragonfly/sys/dev/drm/amd/display/dc/inc/
HDcore_types.h226 struct _vcs_dpi_display_dlg_regs_st dlg_regs; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
HDdcn_calcs.c435 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &pipe->dlg_regs; in dcn_bw_calc_rq_dlg_ttu() local
446 memset(dlg_regs, 0, sizeof(*dlg_regs)); in dcn_bw_calc_rq_dlg_ttu()
485 dlg_regs, in dcn_bw_calc_rq_dlg_ttu()