HomeSort by: relevance | last modified time | path
    Searched defs:dlg_attr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hubp.h 662 struct _vcs_dpi_display_dlg_regs_st dlg_attr; member in struct:dcn_hubp_state
703 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
amdgpu_dcn10_hubp.c 581 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
588 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end,
589 DLG_V_BLANK_END, dlg_attr->dlg_vblank_end);
592 MIN_DST_Y_NEXT_START, dlg_attr->min_dst_y_next_start);
595 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal);
598 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler,
599 DST_Y_AFTER_SCALER, dlg_attr->dst_y_after_scaler);
602 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq);
606 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l);
610 DST_Y_PER_PTE_ROW_NOM_L, dlg_attr->dst_y_per_pte_row_nom_l)
861 struct _vcs_dpi_display_dlg_regs_st *dlg_attr = &s->dlg_attr; local in function:hubp1_read_state_common
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_hubp.c 84 struct _vcs_dpi_display_dlg_regs_st *dlg_attr)
90 if (cur_value > dlg_attr->refcyc_per_vm_group_vblank)
92 REFCYC_PER_VM_GROUP_VBLANK, dlg_attr->refcyc_per_vm_group_vblank);
97 if (cur_value > dlg_attr->refcyc_per_vm_req_vblank)
99 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank);
102 if (cur_value > dlg_attr->refcyc_per_vm_group_flip)
104 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip);
107 if (cur_value > dlg_attr->refcyc_per_vm_req_flip)
109 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip);
112 REFCYC_PER_PTE_GROUP_FLIP_C, dlg_attr->refcyc_per_pte_group_flip_c)
363 struct _vcs_dpi_display_dlg_regs_st dlg_attr = {0}; local in function:hubp21_validate_dml_output
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 86 struct _vcs_dpi_display_dlg_regs_st *dlg_attr,
93 REFCYC_H_BLANK_END, dlg_attr->refcyc_h_blank_end,
94 DLG_V_BLANK_END, dlg_attr->dlg_vblank_end);
97 MIN_DST_Y_NEXT_START, dlg_attr->min_dst_y_next_start);
100 REFCYC_PER_HTOTAL, dlg_attr->refcyc_per_htotal);
103 REFCYC_X_AFTER_SCALER, dlg_attr->refcyc_x_after_scaler,
104 DST_Y_AFTER_SCALER, dlg_attr->dst_y_after_scaler);
107 REF_FREQ_TO_PIX_FREQ, dlg_attr->ref_freq_to_pix_freq);
111 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l);
115 DST_Y_PER_PTE_ROW_NOM_L, dlg_attr->dst_y_per_pte_row_nom_l)
1053 struct _vcs_dpi_display_dlg_regs_st *dlg_attr = &s->dlg_attr; local in function:hubp2_read_state_common
1262 struct _vcs_dpi_display_dlg_regs_st dlg_attr = {0}; local in function:hubp2_validate_dml_output
    [all...]

Completed in 16 milliseconds