Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c257 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr) in hubp21_validate_dml_output() argument
482 if (ttu_attr.qos_level_low_wm != dml_ttu_attr->qos_level_low_wm) in hubp21_validate_dml_output()
484 dml_ttu_attr->qos_level_low_wm, ttu_attr.qos_level_low_wm); in hubp21_validate_dml_output()
485 if (ttu_attr.qos_level_high_wm != dml_ttu_attr->qos_level_high_wm) in hubp21_validate_dml_output()
487 dml_ttu_attr->qos_level_high_wm, ttu_attr.qos_level_high_wm); in hubp21_validate_dml_output()
517 if (ttu_attr.qos_level_fixed_l != dml_ttu_attr->qos_level_fixed_l) in hubp21_validate_dml_output()
519 dml_ttu_attr->qos_level_fixed_l, ttu_attr.qos_level_fixed_l); in hubp21_validate_dml_output()
522 dml_ttu_attr->qos_ramp_disable_l, ttu_attr.qos_ramp_disable_l); in hubp21_validate_dml_output()
526 if (ttu_attr.qos_level_fixed_c != dml_ttu_attr->qos_level_fixed_c) in hubp21_validate_dml_output()
528 dml_ttu_attr->qos_level_fixed_c, ttu_attr.qos_level_fixed_c); in hubp21_validate_dml_output()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c1363 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr) in hubp2_validate_dml_output() argument
1591 if (ttu_attr.qos_level_low_wm != dml_ttu_attr->qos_level_low_wm) in hubp2_validate_dml_output()
1593 dml_ttu_attr->qos_level_low_wm, ttu_attr.qos_level_low_wm); in hubp2_validate_dml_output()
1594 if (ttu_attr.qos_level_high_wm != dml_ttu_attr->qos_level_high_wm) in hubp2_validate_dml_output()
1596 dml_ttu_attr->qos_level_high_wm, ttu_attr.qos_level_high_wm); in hubp2_validate_dml_output()
1626 if (ttu_attr.qos_level_fixed_l != dml_ttu_attr->qos_level_fixed_l) in hubp2_validate_dml_output()
1628 dml_ttu_attr->qos_level_fixed_l, ttu_attr.qos_level_fixed_l); in hubp2_validate_dml_output()
1631 dml_ttu_attr->qos_ramp_disable_l, ttu_attr.qos_ramp_disable_l); in hubp2_validate_dml_output()
1635 if (ttu_attr.qos_level_fixed_c != dml_ttu_attr->qos_level_fixed_c) in hubp2_validate_dml_output()
1637 dml_ttu_attr->qos_level_fixed_c, ttu_attr.qos_level_fixed_c); in hubp2_validate_dml_output()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h253 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr);