Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c254 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr, in hubp21_validate_dml_output() argument
368 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp21_validate_dml_output()
370 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp21_validate_dml_output()
371 if (dlg_attr.dlg_vblank_end != dml_dlg_attr->dlg_vblank_end) in hubp21_validate_dml_output()
373 dml_dlg_attr->dlg_vblank_end, dlg_attr.dlg_vblank_end); in hubp21_validate_dml_output()
374 if (dlg_attr.min_dst_y_next_start != dml_dlg_attr->min_dst_y_next_start) in hubp21_validate_dml_output()
376 dml_dlg_attr->min_dst_y_next_start, dlg_attr.min_dst_y_next_start); in hubp21_validate_dml_output()
377 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) in hubp21_validate_dml_output()
379 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal); in hubp21_validate_dml_output()
380 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler) in hubp21_validate_dml_output()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c1329 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr, in hubp2_validate_dml_output() argument
1446 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp2_validate_dml_output()
1448 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp2_validate_dml_output()
1449 if (dlg_attr.dlg_vblank_end != dml_dlg_attr->dlg_vblank_end) in hubp2_validate_dml_output()
1451 dml_dlg_attr->dlg_vblank_end, dlg_attr.dlg_vblank_end); in hubp2_validate_dml_output()
1452 if (dlg_attr.min_dst_y_next_start != dml_dlg_attr->min_dst_y_next_start) in hubp2_validate_dml_output()
1454 dml_dlg_attr->min_dst_y_next_start, dlg_attr.min_dst_y_next_start); in hubp2_validate_dml_output()
1455 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) in hubp2_validate_dml_output()
1457 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal); in hubp2_validate_dml_output()
1458 if (dlg_attr.refcyc_x_after_scaler != dml_dlg_attr->refcyc_x_after_scaler) in hubp2_validate_dml_output()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h197 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr,