Searched refs:dml_dlg_attr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
| A D | dcn21_hubp.c | 254 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() 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() 383 if (dlg_attr.dst_y_after_scaler != dml_dlg_attr->dst_y_after_scaler) in hubp21_validate_dml_output() 385 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/dcn20/ |
| A D | dcn20_hubp.c | 1291 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr, in hubp2_validate_dml_output() argument 1408 if (dlg_attr.refcyc_h_blank_end != dml_dlg_attr->refcyc_h_blank_end) in hubp2_validate_dml_output() 1410 dml_dlg_attr->refcyc_h_blank_end, dlg_attr.refcyc_h_blank_end); in hubp2_validate_dml_output() 1411 if (dlg_attr.dlg_vblank_end != dml_dlg_attr->dlg_vblank_end) in hubp2_validate_dml_output() 1413 dml_dlg_attr->dlg_vblank_end, dlg_attr.dlg_vblank_end); in hubp2_validate_dml_output() 1416 dml_dlg_attr->min_dst_y_next_start, dlg_attr.min_dst_y_next_start); in hubp2_validate_dml_output() 1417 if (dlg_attr.refcyc_per_htotal != dml_dlg_attr->refcyc_per_htotal) in hubp2_validate_dml_output() 1419 dml_dlg_attr->refcyc_per_htotal, dlg_attr.refcyc_per_htotal); in hubp2_validate_dml_output() 1423 if (dlg_attr.dst_y_after_scaler != dml_dlg_attr->dst_y_after_scaler) in hubp2_validate_dml_output() 1425 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/ |
| A D | hubp.h | 187 struct _vcs_dpi_display_dlg_regs_st *dml_dlg_attr,
|
Completed in 10 milliseconds