/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer_debug.c | 255 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; local in function:dcn10_get_dlg_states 265 pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_next_start, 266 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, 267 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank [all...] |
amdgpu_dcn10_hw_sequencer.c | 226 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &s->dlg_attr; local in function:dcn10_log_hubp_states 232 pool->hubps[i]->inst, dlg_regs->refcyc_h_blank_end, dlg_regs->dlg_vblank_end, dlg_regs->min_dst_y_next_start, 233 dlg_regs->refcyc_per_htotal, dlg_regs->refcyc_x_after_scaler, dlg_regs->dst_y_after_scaler, 234 dlg_regs->dst_y_prefetch, dlg_regs->dst_y_per_vm_vblank, dlg_regs->dst_y_per_row_vblank [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
amdgpu_dcn_calcs.c | 450 struct _vcs_dpi_display_dlg_regs_st *dlg_regs = &pipe->dlg_regs; local in function:dcn_bw_calc_rq_dlg_ttu 461 memset(dlg_regs, 0, sizeof(*dlg_regs)); 500 dlg_regs,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 297 struct _vcs_dpi_display_dlg_regs_st dlg_regs; member in struct:pipe_ctx
|