Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1441 struct _vcs_dpi_display_dlg_regs_st *new_dlg_attr = &new_pipe->dlg_regs; in dcn20_detect_pipe_changes() local
1445 if (old_dlg_attr.dst_y_prefetch != new_dlg_attr->dst_y_prefetch || in dcn20_detect_pipe_changes()
1446 old_dlg_attr.vratio_prefetch != new_dlg_attr->vratio_prefetch || in dcn20_detect_pipe_changes()
1447 old_dlg_attr.vratio_prefetch_c != new_dlg_attr->vratio_prefetch_c || in dcn20_detect_pipe_changes()
1450 old_dlg_attr.dst_y_per_vm_flip != new_dlg_attr->dst_y_per_vm_flip || in dcn20_detect_pipe_changes()
1463 old_dlg_attr.dst_y_prefetch = new_dlg_attr->dst_y_prefetch; in dcn20_detect_pipe_changes()
1464 old_dlg_attr.vratio_prefetch = new_dlg_attr->vratio_prefetch; in dcn20_detect_pipe_changes()
1465 old_dlg_attr.vratio_prefetch_c = new_dlg_attr->vratio_prefetch_c; in dcn20_detect_pipe_changes()
1466 old_dlg_attr.dst_y_per_vm_vblank = new_dlg_attr->dst_y_per_vm_vblank; in dcn20_detect_pipe_changes()
1468 old_dlg_attr.dst_y_per_vm_flip = new_dlg_attr->dst_y_per_vm_flip; in dcn20_detect_pipe_changes()
[all …]