Home
last modified time | relevance | path

Searched refs:ttu_regs (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_rq_dlg_helpers.c328 void print__ttu_regs_st(struct display_mode_lib *mode_lib, display_ttu_regs_st ttu_regs) in print__ttu_regs_st() argument
334 ttu_regs.qos_level_low_wm); in print__ttu_regs_st()
337 ttu_regs.qos_level_high_wm); in print__ttu_regs_st()
340 ttu_regs.min_ttu_vblank); in print__ttu_regs_st()
343 ttu_regs.qos_level_flip); in print__ttu_regs_st()
346 ttu_regs.refcyc_per_req_delivery_pre_l); in print__ttu_regs_st()
349 ttu_regs.refcyc_per_req_delivery_l); in print__ttu_regs_st()
352 ttu_regs.refcyc_per_req_delivery_pre_c); in print__ttu_regs_st()
355 ttu_regs.refcyc_per_req_delivery_c); in print__ttu_regs_st()
358 ttu_regs.refcyc_per_req_delivery_cur0); in print__ttu_regs_st()
[all …]
Ddml1_display_rq_dlg_calc.h59 struct _vcs_dpi_display_ttu_regs_st *ttu_regs,
Ddisplay_rq_dlg_helpers.h45 void print__ttu_regs_st(struct display_mode_lib *mode_lib, display_ttu_regs_st ttu_regs);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c215 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; in dcn10_log_hubp_states() local
219 …pool->hubps[i]->inst, ttu_regs->qos_level_low_wm, ttu_regs->qos_level_high_wm, ttu_regs->min_ttu_v… in dcn10_log_hubp_states()
220ttu_regs->qos_level_flip, ttu_regs->refcyc_per_req_delivery_pre_l, ttu_regs->refcyc_per_req_delive… in dcn10_log_hubp_states()
221ttu_regs->refcyc_per_req_delivery_pre_c, ttu_regs->refcyc_per_req_delivery_c, ttu_regs->refcyc_per… in dcn10_log_hubp_states()
222 ttu_regs->refcyc_per_req_delivery_pre_cur0, ttu_regs->refcyc_per_req_delivery_cur1, in dcn10_log_hubp_states()
223ttu_regs->refcyc_per_req_delivery_pre_cur1, ttu_regs->qos_level_fixed_l, ttu_regs->qos_ramp_disabl… in dcn10_log_hubp_states()
224 ttu_regs->qos_level_fixed_c, ttu_regs->qos_ramp_disable_c, ttu_regs->qos_level_fixed_cur0, in dcn10_log_hubp_states()
225ttu_regs->qos_ramp_disable_cur0, ttu_regs->qos_level_fixed_cur1, ttu_regs->qos_ramp_disable_cur1); in dcn10_log_hubp_states()
2036 &pipe_ctx->ttu_regs, in update_dchubp_dpp()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h62 struct _vcs_dpi_display_ttu_regs_st *ttu_regs,
Dmem_input.h92 struct _vcs_dpi_display_ttu_regs_st *ttu_regs,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h227 struct _vcs_dpi_display_ttu_regs_st ttu_regs; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c435 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &pipe->ttu_regs; in dcn_bw_calc_rq_dlg_ttu() local
446 memset(ttu_regs, 0, sizeof(*ttu_regs)); in dcn_bw_calc_rq_dlg_ttu()
485 ttu_regs, in dcn_bw_calc_rq_dlg_ttu()