Searched refs:dlg_regs (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/dev/drm/amd/display/dc/dml/ |
| HD | display_rq_dlg_helpers.c | 194 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 …]
|
| HD | dml1_display_rq_dlg_calc.h | 58 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
| HD | display_rq_dlg_helpers.h | 44 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/ |
| HD | dcn10_hw_sequencer.c | 186 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() 193 … dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_log_hubp_states() 194 … dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_log_hubp_states() 195 … 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() 196 … dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_log_hubp_states() 197 … dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_log_hubp_states() 198 … dlg_regs->refcyc_per_meta_chunk_vblank_c, dlg_regs->refcyc_per_pte_group_flip_l, in dcn10_log_hubp_states() 199 … dlg_regs->refcyc_per_pte_group_flip_c, dlg_regs->refcyc_per_meta_chunk_flip_l, in dcn10_log_hubp_states() 200 … dlg_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/ |
| HD | hubp.h | 61 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
| HD | mem_input.h | 91 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
| /dragonfly/sys/dev/drm/amd/display/dc/inc/ |
| HD | core_types.h | 226 struct _vcs_dpi_display_dlg_regs_st dlg_regs; member
|
| /dragonfly/sys/dev/drm/amd/display/dc/calcs/ |
| HD | dcn_calcs.c | 435 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()
|