Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_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 …]
Ddml1_display_rq_dlg_calc.h58 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
Ddisplay_rq_dlg_helpers.h44 void print__dlg_regs_st(struct display_mode_lib *mode_lib, display_dlg_regs_st dlg_regs);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c183 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_log_hubp_states() local
189 …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()
190 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_log_hubp_states()
191 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_log_hubp_states()
192 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()
193 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_log_hubp_states()
194 dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_log_hubp_states()
195 dlg_regs->refcyc_per_meta_chunk_vblank_c, dlg_regs->refcyc_per_pte_group_flip_l, in dcn10_log_hubp_states()
196 dlg_regs->refcyc_per_pte_group_flip_c, dlg_regs->refcyc_per_meta_chunk_flip_l, in dcn10_log_hubp_states()
197 dlg_regs->refcyc_per_meta_chunk_flip_c, dlg_regs->dst_y_per_pte_row_nom_l, in dcn10_log_hubp_states()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h61 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
Dmem_input.h91 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h226 struct _vcs_dpi_display_dlg_regs_st dlg_regs; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c434 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &pipe->dlg_regs; in dcn_bw_calc_rq_dlg_ttu() local
445 memset(dlg_regs, 0, sizeof(*dlg_regs)); in dcn_bw_calc_rq_dlg_ttu()
484 dlg_regs, in dcn_bw_calc_rq_dlg_ttu()