Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c130 struct _vcs_dpi_display_ttu_regs_st *ttu_attr) in hubp21_program_deadline() argument
132 hubp2_program_deadline(hubp, dlg_attr, ttu_attr); in hubp21_program_deadline()
172 struct _vcs_dpi_display_ttu_regs_st *ttu_attr, in hubp21_setup() argument
182 hubp21_program_deadline(hubp, dlg_attr, ttu_attr); in hubp21_setup()
477 QoS_LEVEL_LOW_WM, &ttu_attr.qos_level_low_wm, in hubp21_validate_dml_output()
478 QoS_LEVEL_HIGH_WM, &ttu_attr.qos_level_high_wm); in hubp21_validate_dml_output()
491 QoS_LEVEL_FIXED, &ttu_attr.qos_level_fixed_l, in hubp21_validate_dml_output()
492 QoS_RAMP_DISABLE, &ttu_attr.qos_ramp_disable_l); in hubp21_validate_dml_output()
495 QoS_LEVEL_FIXED, &ttu_attr.qos_level_fixed_c, in hubp21_validate_dml_output()
496 QoS_RAMP_DISABLE, &ttu_attr.qos_ramp_disable_c); in hubp21_validate_dml_output()
[all …]
H A Ddcn21_hubp.h129 struct _vcs_dpi_display_ttu_regs_st *ttu_attr);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c82 struct _vcs_dpi_display_ttu_regs_st *ttu_attr) in hubp2_program_deadline() argument
145 QoS_LEVEL_LOW_WM, ttu_attr->qos_level_low_wm, in hubp2_program_deadline()
153 QoS_LEVEL_FIXED, ttu_attr->qos_level_fixed_l, in hubp2_program_deadline()
158 QoS_LEVEL_FIXED, ttu_attr->qos_level_fixed_c, in hubp2_program_deadline()
281 ttu_attr->refcyc_per_req_delivery_pre_l); in hubp2_setup_interdependent()
284 ttu_attr->refcyc_per_req_delivery_pre_c); in hubp2_setup_interdependent()
291 MIN_TTU_VBLANK, ttu_attr->min_ttu_vblank, in hubp2_setup_interdependent()
292 QoS_LEVEL_FLIP, ttu_attr->qos_level_flip); in hubp2_setup_interdependent()
1117 struct _vcs_dpi_display_ttu_regs_st *ttu_attr = &s->ttu_attr; in hubp2_read_state_common() local
1228 MIN_TTU_VBLANK, &ttu_attr->min_ttu_vblank, in hubp2_read_state_common()
[all …]
H A Ddcn20_hubp.h275 struct _vcs_dpi_display_ttu_regs_st *ttu_attr);
314 struct _vcs_dpi_display_ttu_regs_st *ttu_attr);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c652 QoS_LEVEL_LOW_WM, ttu_attr->qos_level_low_wm, in hubp1_program_deadline()
660 QoS_LEVEL_FIXED, ttu_attr->qos_level_fixed_l, in hubp1_program_deadline()
719 ttu_attr->refcyc_per_req_delivery_pre_l); in hubp1_setup_interdependent()
722 ttu_attr->refcyc_per_req_delivery_pre_c); in hubp1_setup_interdependent()
727 MIN_TTU_VBLANK, ttu_attr->min_ttu_vblank, in hubp1_setup_interdependent()
728 QoS_LEVEL_FLIP, ttu_attr->qos_level_flip); in hubp1_setup_interdependent()
872 struct _vcs_dpi_display_ttu_regs_st *ttu_attr = &s->ttu_attr; in hubp1_read_state_common() local
995 MIN_TTU_VBLANK, &ttu_attr->min_ttu_vblank, in hubp1_read_state_common()
996 QoS_LEVEL_FLIP, &ttu_attr->qos_level_flip); in hubp1_read_state_common()
1008 &ttu_attr->refcyc_per_req_delivery_pre_l); in hubp1_read_state_common()
[all …]
H A Ddcn10_hubp.h671 struct _vcs_dpi_display_ttu_regs_st ttu_attr; member
718 struct _vcs_dpi_display_ttu_regs_st *ttu_attr);
H A Ddcn10_hw_sequencer_debug.c305 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; in dcn10_get_ttu_states()
H A Ddcn10_hw_sequencer.c267 struct _vcs_dpi_display_ttu_regs_st *ttu_regs = &s->ttu_attr; in dcn10_log_hubp_states()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hubp.c61 struct _vcs_dpi_display_ttu_regs_st *ttu_attr) in hubp201_program_deadline() argument
63 hubp1_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_program_deadline()
98 struct _vcs_dpi_display_ttu_regs_st *ttu_attr, in hubp201_setup() argument
104 hubp201_program_deadline(hubp, dlg_attr, ttu_attr); in hubp201_setup()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubp.c417 struct _vcs_dpi_display_ttu_regs_st *ttu_attr) in hubp3_program_deadline() argument
421 hubp2_program_deadline(hubp, dlg_attr, ttu_attr); in hubp3_program_deadline()
463 struct _vcs_dpi_display_ttu_regs_st *ttu_attr, in hubp3_setup() argument
472 hubp3_program_deadline(hubp, dlg_attr, ttu_attr); in hubp3_setup()
H A Ddcn30_hubp.h277 struct _vcs_dpi_display_ttu_regs_st *ttu_attr,