Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2563 if ((old_dlg_regs.dst_y_prefetch != new_dlg_regs->dst_y_prefetch) in dcn401_detect_pipe_changes()
2564 || (old_dlg_regs.vratio_prefetch != new_dlg_regs->vratio_prefetch) in dcn401_detect_pipe_changes()
2565 || (old_dlg_regs.vratio_prefetch_c != new_dlg_regs->vratio_prefetch_c) in dcn401_detect_pipe_changes()
2568 || (old_dlg_regs.dst_y_per_vm_flip != new_dlg_regs->dst_y_per_vm_flip) in dcn401_detect_pipe_changes()
2581 old_dlg_regs.dst_y_prefetch = new_dlg_regs->dst_y_prefetch; in dcn401_detect_pipe_changes()
2582 old_dlg_regs.vratio_prefetch = new_dlg_regs->vratio_prefetch; in dcn401_detect_pipe_changes()
2583 old_dlg_regs.vratio_prefetch_c = new_dlg_regs->vratio_prefetch_c; in dcn401_detect_pipe_changes()
2584 old_dlg_regs.dst_y_per_vm_vblank = new_dlg_regs->dst_y_per_vm_vblank; in dcn401_detect_pipe_changes()
2586 old_dlg_regs.dst_y_per_vm_flip = new_dlg_regs->dst_y_per_vm_flip; in dcn401_detect_pipe_changes()
2587 old_dlg_regs.dst_y_per_row_flip = new_dlg_regs->dst_y_per_row_flip; in dcn401_detect_pipe_changes()
[all …]