Searched refs:dml_ttu_attr (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_hubp.c | 255 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr) in hubp21_validate_dml_output() argument 480 if (ttu_attr.qos_level_low_wm != dml_ttu_attr->qos_level_low_wm) in hubp21_validate_dml_output() 482 dml_ttu_attr->qos_level_low_wm, ttu_attr.qos_level_low_wm); in hubp21_validate_dml_output() 483 if (ttu_attr.qos_level_high_wm != dml_ttu_attr->qos_level_high_wm) in hubp21_validate_dml_output() 485 dml_ttu_attr->qos_level_high_wm, ttu_attr.qos_level_high_wm); in hubp21_validate_dml_output() 515 if (ttu_attr.qos_level_fixed_l != dml_ttu_attr->qos_level_fixed_l) in hubp21_validate_dml_output() 517 dml_ttu_attr->qos_level_fixed_l, ttu_attr.qos_level_fixed_l); in hubp21_validate_dml_output() 520 dml_ttu_attr->qos_ramp_disable_l, ttu_attr.qos_ramp_disable_l); in hubp21_validate_dml_output() 524 if (ttu_attr.qos_level_fixed_c != dml_ttu_attr->qos_level_fixed_c) in hubp21_validate_dml_output() 526 dml_ttu_attr->qos_level_fixed_c, ttu_attr.qos_level_fixed_c); in hubp21_validate_dml_output() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_hubp.c | 1330 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr) in hubp2_validate_dml_output() argument 1558 if (ttu_attr.qos_level_low_wm != dml_ttu_attr->qos_level_low_wm) in hubp2_validate_dml_output() 1560 dml_ttu_attr->qos_level_low_wm, ttu_attr.qos_level_low_wm); in hubp2_validate_dml_output() 1561 if (ttu_attr.qos_level_high_wm != dml_ttu_attr->qos_level_high_wm) in hubp2_validate_dml_output() 1563 dml_ttu_attr->qos_level_high_wm, ttu_attr.qos_level_high_wm); in hubp2_validate_dml_output() 1593 if (ttu_attr.qos_level_fixed_l != dml_ttu_attr->qos_level_fixed_l) in hubp2_validate_dml_output() 1595 dml_ttu_attr->qos_level_fixed_l, ttu_attr.qos_level_fixed_l); in hubp2_validate_dml_output() 1598 dml_ttu_attr->qos_ramp_disable_l, ttu_attr.qos_ramp_disable_l); in hubp2_validate_dml_output() 1602 if (ttu_attr.qos_level_fixed_c != dml_ttu_attr->qos_level_fixed_c) in hubp2_validate_dml_output() 1604 dml_ttu_attr->qos_level_fixed_c, ttu_attr.qos_level_fixed_c); in hubp2_validate_dml_output() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/ |
A D | hubp.h | 198 struct _vcs_dpi_display_ttu_regs_st *dml_ttu_attr);
|
Completed in 10 milliseconds