Searched refs:old_ttu_regs (Results 1 – 1 of 1) sorted by relevance
2556 struct dml2_display_ttu_regs old_ttu_regs = old_pipe->hubp_regs.ttu_regs; in dcn401_detect_pipe_changes() local2575 || (old_ttu_regs.refcyc_per_req_delivery_pre_l != new_ttu_regs->refcyc_per_req_delivery_pre_l) in dcn401_detect_pipe_changes()2576 || (old_ttu_regs.refcyc_per_req_delivery_pre_c != new_ttu_regs->refcyc_per_req_delivery_pre_c) in dcn401_detect_pipe_changes()2577 || (old_ttu_regs.refcyc_per_req_delivery_pre_cur0 != in dcn401_detect_pipe_changes()2579 || (old_ttu_regs.min_ttu_vblank != new_ttu_regs->min_ttu_vblank) in dcn401_detect_pipe_changes()2580 || (old_ttu_regs.qos_level_flip != new_ttu_regs->qos_level_flip)) { in dcn401_detect_pipe_changes()2593 old_ttu_regs.refcyc_per_req_delivery_pre_l = new_ttu_regs->refcyc_per_req_delivery_pre_l; in dcn401_detect_pipe_changes()2594 old_ttu_regs.refcyc_per_req_delivery_pre_c = new_ttu_regs->refcyc_per_req_delivery_pre_c; in dcn401_detect_pipe_changes()2596 old_ttu_regs.min_ttu_vblank = new_ttu_regs->min_ttu_vblank; in dcn401_detect_pipe_changes()2597 old_ttu_regs.qos_level_flip = new_ttu_regs->qos_level_flip; in dcn401_detect_pipe_changes()[all …]