Searched refs:old_dlg_regs (Results 1 – 1 of 1) sorted by relevance
2820 struct dml2_display_dlg_regs old_dlg_regs = old_pipe->hubp_regs.dlg_regs; in dcn401_detect_pipe_changes() local2828 if ((old_dlg_regs.dst_y_prefetch != new_dlg_regs->dst_y_prefetch) in dcn401_detect_pipe_changes()2829 || (old_dlg_regs.vratio_prefetch != new_dlg_regs->vratio_prefetch) in dcn401_detect_pipe_changes()2830 || (old_dlg_regs.vratio_prefetch_c != new_dlg_regs->vratio_prefetch_c) in dcn401_detect_pipe_changes()2831 || (old_dlg_regs.dst_y_per_vm_vblank != new_dlg_regs->dst_y_per_vm_vblank) in dcn401_detect_pipe_changes()2832 || (old_dlg_regs.dst_y_per_row_vblank != new_dlg_regs->dst_y_per_row_vblank) in dcn401_detect_pipe_changes()2833 || (old_dlg_regs.dst_y_per_vm_flip != new_dlg_regs->dst_y_per_vm_flip) in dcn401_detect_pipe_changes()2834 || (old_dlg_regs.dst_y_per_row_flip != new_dlg_regs->dst_y_per_row_flip) in dcn401_detect_pipe_changes()2835 || (old_dlg_regs.refcyc_per_meta_chunk_vblank_l != new_dlg_regs->refcyc_per_meta_chunk_vblank_l) in dcn401_detect_pipe_changes()2836 || (old_dlg_regs.refcyc_per_meta_chunk_vblank_c != new_dlg_regs->refcyc_per_meta_chunk_vblank_c) in dcn401_detect_pipe_changes()[all …]