Home
last modified time | relevance | path

Searched refs:dlg_attr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c533 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, in hubp1_program_deadline() argument
540 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end, in hubp1_program_deadline()
541 DLG_V_BLANK_END, dlg_attr->dlg_vblank_end); in hubp1_program_deadline()
544 MIN_DST_Y_NEXT_START, dlg_attr->min_dst_y_next_start); in hubp1_program_deadline()
547 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal); in hubp1_program_deadline()
550 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler, in hubp1_program_deadline()
551 DST_Y_AFTER_SCALER, dlg_attr->dst_y_after_scaler); in hubp1_program_deadline()
555 DST_Y_PREFETCH, dlg_attr->dst_y_prefetch, in hubp1_program_deadline()
556 VRATIO_PREFETCH, dlg_attr->vratio_prefetch); in hubp1_program_deadline()
559 DST_Y_PREFETCH, dlg_attr->dst_y_prefetch, in hubp1_program_deadline()
[all …]
Ddcn10_hubp.h633 struct _vcs_dpi_display_dlg_regs_st dlg_attr; member
671 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
Ddcn10_hw_sequencer.c183 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_log_hubp_states()