Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1602 struct _vcs_dpi_display_dlg_regs_st old_dlg_attr = old_pipe->dlg_regs; in dcn20_detect_pipe_changes() local
1608 if (old_dlg_attr.dst_y_prefetch != new_dlg_attr->dst_y_prefetch || in dcn20_detect_pipe_changes()
1609 old_dlg_attr.vratio_prefetch != new_dlg_attr->vratio_prefetch || in dcn20_detect_pipe_changes()
1610 old_dlg_attr.vratio_prefetch_c != new_dlg_attr->vratio_prefetch_c || in dcn20_detect_pipe_changes()
1613 old_dlg_attr.dst_y_per_vm_flip != new_dlg_attr->dst_y_per_vm_flip || in dcn20_detect_pipe_changes()
1626 old_dlg_attr.dst_y_prefetch = new_dlg_attr->dst_y_prefetch; in dcn20_detect_pipe_changes()
1627 old_dlg_attr.vratio_prefetch = new_dlg_attr->vratio_prefetch; in dcn20_detect_pipe_changes()
1628 old_dlg_attr.vratio_prefetch_c = new_dlg_attr->vratio_prefetch_c; in dcn20_detect_pipe_changes()
1631 old_dlg_attr.dst_y_per_vm_flip = new_dlg_attr->dst_y_per_vm_flip; in dcn20_detect_pipe_changes()
1632 old_dlg_attr.dst_y_per_row_flip = new_dlg_attr->dst_y_per_row_flip; in dcn20_detect_pipe_changes()
[all …]