/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer_debug.c | 309 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; local in function:dcn10_get_ttu_states 316 pool->hubps[i]->inst, ttu_regs->qos_level_low_wm, ttu_regs->qos_level_high_wm, ttu_regs->min_ttu_vblank, 317 ttu_regs->qos_level_flip, ttu_regs->refcyc_per_req_delivery_pre_l, ttu_regs->refcyc_per_req_delivery_l, 318 ttu_regs->refcyc_per_req_delivery_pre_c, ttu_regs->refcyc_per_req_delivery_c, ttu_regs->refcyc_per_req_delivery_cur0 [all...] |
amdgpu_dcn10_hw_sequencer.c | 258 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; local in function:dcn10_log_hubp_states 262 pool->hubps[i]->inst, ttu_regs->qos_level_low_wm, ttu_regs->qos_level_high_wm, ttu_regs->min_ttu_vblank, 263 ttu_regs->qos_level_flip, ttu_regs->refcyc_per_req_delivery_pre_l, ttu_regs->refcyc_per_req_delivery_l, 264 ttu_regs->refcyc_per_req_delivery_pre_c, ttu_regs->refcyc_per_req_delivery_c, ttu_regs->refcyc_per_req_delivery_cur0 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
amdgpu_dcn_calcs.c | 451 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &pipe->ttu_regs; local in function:dcn_bw_calc_rq_dlg_ttu 462 memset(ttu_regs, 0, sizeof(*ttu_regs)); 501 ttu_regs,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
core_types.h | 298 struct _vcs_dpi_display_ttu_regs_st ttu_regs; member in struct:pipe_ctx
|