Searched refs:dml_dlg_attr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 256 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr, in hubp21_validate_dml_output() argument 370 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp21_validate_dml_output() 372 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp21_validate_dml_output() 373 if (dlg_attr.dlg_vblank_end != dml_dlg_attr->dlg_vblank_end) in hubp21_validate_dml_output() 375 dml_dlg_attr->dlg_vblank_end, dlg_attr.dlg_vblank_end); in hubp21_validate_dml_output() 378 dml_dlg_attr->min_dst_y_next_start, dlg_attr.min_dst_y_next_start); in hubp21_validate_dml_output() 379 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) in hubp21_validate_dml_output() 381 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal); in hubp21_validate_dml_output() 385 if (dlg_attr.dst_y_after_scaler != dml_dlg_attr->dst_y_after_scaler) in hubp21_validate_dml_output() 387 dml_dlg_attr->dst_y_after_scaler, dlg_attr.dst_y_after_scaler); in hubp21_validate_dml_output() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 1346 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr, in hubp2_validate_dml_output() argument 1463 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp2_validate_dml_output() 1465 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp2_validate_dml_output() 1466 if (dlg_attr.dlg_vblank_end != dml_dlg_attr->dlg_vblank_end) in hubp2_validate_dml_output() 1468 dml_dlg_attr->dlg_vblank_end, dlg_attr.dlg_vblank_end); in hubp2_validate_dml_output() 1471 dml_dlg_attr->min_dst_y_next_start, dlg_attr.min_dst_y_next_start); in hubp2_validate_dml_output() 1472 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) in hubp2_validate_dml_output() 1474 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal); in hubp2_validate_dml_output() 1478 if (dlg_attr.dst_y_after_scaler != dml_dlg_attr->dst_y_after_scaler) in hubp2_validate_dml_output() 1480 dml_dlg_attr->dst_y_after_scaler, dlg_attr.dst_y_after_scaler); in hubp2_validate_dml_output() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 239 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr,
|