/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | 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 …]
|
D | dml1_display_rq_dlg_calc.h | 56 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
D | display_rq_dlg_helpers.h | 43 void print__dlg_regs_st(struct display_mode_lib *mode_lib, display_dlg_regs_st dlg_regs);
|
D | display_mode_lib.h | 50 display_dlg_regs_st *dlg_regs,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer_debug.c | 250 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_get_dlg_states() local 260 …pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_… in dcn10_get_dlg_states() 261 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_get_dlg_states() 262 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_get_dlg_states() 263 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() 264 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_get_dlg_states() 265 dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_get_dlg_states() 266 dlg_regs->refcyc_per_meta_chunk_vblank_c, dlg_regs->refcyc_per_pte_group_flip_l, in dcn10_get_dlg_states() 267 dlg_regs->refcyc_per_pte_group_flip_c, dlg_regs->refcyc_per_meta_chunk_flip_l, in dcn10_get_dlg_states() 268 dlg_regs->refcyc_per_meta_chunk_flip_c, dlg_regs->dst_y_per_pte_row_nom_l, in dcn10_get_dlg_states() [all …]
|
D | dcn10_hw_sequencer.c | 223 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_log_hubp_states() local 229 …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() 230 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, in dcn10_log_hubp_states() 231 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank, in dcn10_log_hubp_states() 232 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() 233 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_log_hubp_states() 234 dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_log_hubp_states() 235 dlg_regs->refcyc_per_meta_chunk_vblank_c, dlg_regs->refcyc_per_pte_group_flip_l, in dcn10_log_hubp_states() 236 dlg_regs->refcyc_per_pte_group_flip_c, dlg_regs->refcyc_per_meta_chunk_flip_l, in dcn10_log_hubp_states() 237 dlg_regs->refcyc_per_meta_chunk_flip_c, dlg_regs->dst_y_per_pte_row_nom_l, in dcn10_log_hubp_states() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | hubp.h | 93 struct _vcs_dpi_display_dlg_regs_st *dlg_regs, 100 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
D | mem_input.h | 94 struct _vcs_dpi_display_dlg_regs_st *dlg_regs,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.h | 62 display_dlg_regs_st *dlg_regs,
|
D | display_rq_dlg_calc_20v2.h | 62 display_dlg_regs_st *dlg_regs,
|
D | display_rq_dlg_calc_20v2.c | 1551 display_dlg_regs_st *dlg_regs, in dml20v2_rq_dlg_get_dlg_reg() argument 1593 dlg_regs, in dml20v2_rq_dlg_get_dlg_reg()
|
D | display_rq_dlg_calc_20.c | 1550 display_dlg_regs_st *dlg_regs, in dml20_rq_dlg_get_dlg_reg() argument 1592 dlg_regs, in dml20_rq_dlg_get_dlg_reg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.h | 58 display_dlg_regs_st *dlg_regs,
|
D | display_rq_dlg_calc_30.c | 1832 display_dlg_regs_st *dlg_regs, in dml30_rq_dlg_get_dlg_reg() argument 1874 dlg_regs, in dml30_rq_dlg_get_dlg_reg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.h | 62 display_dlg_regs_st *dlg_regs,
|
D | display_rq_dlg_calc_21.c | 1659 display_dlg_regs_st *dlg_regs, in dml21_rq_dlg_get_dlg_reg() argument 1705 dlg_regs, in dml21_rq_dlg_get_dlg_reg()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 327 struct _vcs_dpi_display_dlg_regs_st dlg_regs; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 1318 struct _vcs_dpi_display_dlg_regs_st old_dlg_attr = old_pipe->dlg_regs; in dcn20_detect_pipe_changes() 1320 struct _vcs_dpi_display_dlg_regs_st *new_dlg_attr = &new_pipe->dlg_regs; in dcn20_detect_pipe_changes() 1363 if (memcmp(&old_dlg_attr, &new_pipe->dlg_regs, sizeof(old_dlg_attr)) || in dcn20_detect_pipe_changes() 1393 &pipe_ctx->dlg_regs, in dcn20_update_dchubp_dpp() 1401 &pipe_ctx->dlg_regs, in dcn20_update_dchubp_dpp() 1853 &pipe_ctx->dlg_regs, in dcn20_update_bandwidth()
|
D | dcn20_resource.c | 3122 &context->res_ctx.pipe_ctx[i].dlg_regs,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calcs.c | 459 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &pipe->dlg_regs; in dcn_bw_calc_rq_dlg_ttu() local 470 memset(dlg_regs, 0, sizeof(*dlg_regs)); in dcn_bw_calc_rq_dlg_ttu() 509 dlg_regs, in dcn_bw_calc_rq_dlg_ttu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 2551 &context->res_ctx.pipe_ctx[i].dlg_regs, in commit_planes_for_stream()
|