Searched refs:dlg_attr (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 79 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, in hubp2_program_deadline() argument 86 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end, in hubp2_program_deadline() 87 DLG_V_BLANK_END, dlg_attr->dlg_vblank_end); in hubp2_program_deadline() 90 MIN_DST_Y_NEXT_START, dlg_attr->min_dst_y_next_start); in hubp2_program_deadline() 93 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal); in hubp2_program_deadline() 96 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler, in hubp2_program_deadline() 97 DST_Y_AFTER_SCALER, dlg_attr->dst_y_after_scaler); in hubp2_program_deadline() 100 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq); in hubp2_program_deadline() 104 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l); in hubp2_program_deadline() 108 DST_Y_PER_PTE_ROW_NOM_L, dlg_attr->dst_y_per_pte_row_nom_l); in hubp2_program_deadline() [all …]
|
D | dcn20_hubp.h | 242 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, 281 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hubp.c | 578 struct _vcs_dpi_display_dlg_regs_st *dlg_attr, in hubp1_program_deadline() argument 585 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end, in hubp1_program_deadline() 586 DLG_V_BLANK_END, dlg_attr->dlg_vblank_end); in hubp1_program_deadline() 589 MIN_DST_Y_NEXT_START, dlg_attr->min_dst_y_next_start); in hubp1_program_deadline() 592 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal); in hubp1_program_deadline() 595 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler, in hubp1_program_deadline() 596 DST_Y_AFTER_SCALER, dlg_attr->dst_y_after_scaler); in hubp1_program_deadline() 599 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq); in hubp1_program_deadline() 603 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l); in hubp1_program_deadline() 607 DST_Y_PER_PTE_ROW_NOM_L, dlg_attr->dst_y_per_pte_row_nom_l); in hubp1_program_deadline() [all …]
|
D | dcn10_hubp.h | 632 struct _vcs_dpi_display_dlg_regs_st dlg_attr; member 672 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
|
D | dcn10_hw_sequencer_debug.c | 250 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_get_dlg_states()
|
D | dcn10_hw_sequencer.c | 194 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; in dcn10_log_hubp_states()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubp.c | 73 struct _vcs_dpi_display_dlg_regs_st *dlg_attr) in apply_DEDCN21_142_wa_for_hostvm_deadline() argument 79 if (cur_value > dlg_attr->refcyc_per_vm_group_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline() 81 REFCYC_PER_VM_GROUP_VBLANK, dlg_attr->refcyc_per_vm_group_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline() 86 if (cur_value > dlg_attr->refcyc_per_vm_req_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline() 88 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline() 91 if (cur_value > dlg_attr->refcyc_per_vm_group_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline() 93 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 96 if (cur_value > dlg_attr->refcyc_per_vm_req_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline() 98 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline() 101 REFCYC_PER_PTE_GROUP_FLIP_C, dlg_attr->refcyc_per_pte_group_flip_c); in apply_DEDCN21_142_wa_for_hostvm_deadline() [all …]
|
D | dcn21_hubp.h | 123 struct _vcs_dpi_display_dlg_regs_st *dlg_attr); 127 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
|