Home
last modified time | relevance | path

Searched refs:ttu_attr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c534 struct _vcs_dpi_display_ttu_regs_st *ttu_attr) in hubp1_program_deadline() argument
627 QoS_LEVEL_LOW_WM, ttu_attr->qos_level_low_wm, in hubp1_program_deadline()
628 QoS_LEVEL_HIGH_WM, ttu_attr->qos_level_high_wm); in hubp1_program_deadline()
631 MIN_TTU_VBLANK, ttu_attr->min_ttu_vblank, in hubp1_program_deadline()
632 QoS_LEVEL_FLIP, ttu_attr->qos_level_flip); in hubp1_program_deadline()
638 REFCYC_PER_REQ_DELIVERY, ttu_attr->refcyc_per_req_delivery_l, in hubp1_program_deadline()
639 QoS_LEVEL_FIXED, ttu_attr->qos_level_fixed_l, in hubp1_program_deadline()
640 QoS_RAMP_DISABLE, ttu_attr->qos_ramp_disable_l); in hubp1_program_deadline()
644 ttu_attr->refcyc_per_req_delivery_pre_l); in hubp1_program_deadline()
647 REFCYC_PER_REQ_DELIVERY, ttu_attr->refcyc_per_req_delivery_c, in hubp1_program_deadline()
[all …]
Ddcn10_hubp.h634 struct _vcs_dpi_display_ttu_regs_st ttu_attr; member
672 struct _vcs_dpi_display_ttu_regs_st *ttu_attr);
Ddcn10_hw_sequencer.c215 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; in dcn10_log_hubp_states()