Searched refs:old_ttu_regs (Results 1 – 1 of 1) sorted by relevance
2821 struct dml2_display_ttu_regs old_ttu_regs = old_pipe->hubp_regs.ttu_regs; in dcn401_detect_pipe_changes() local2840 || (old_ttu_regs.refcyc_per_req_delivery_pre_l != new_ttu_regs->refcyc_per_req_delivery_pre_l) in dcn401_detect_pipe_changes()2841 || (old_ttu_regs.refcyc_per_req_delivery_pre_c != new_ttu_regs->refcyc_per_req_delivery_pre_c) in dcn401_detect_pipe_changes()2842 || (old_ttu_regs.refcyc_per_req_delivery_pre_cur0 != in dcn401_detect_pipe_changes()2844 || (old_ttu_regs.min_ttu_vblank != new_ttu_regs->min_ttu_vblank) in dcn401_detect_pipe_changes()2845 || (old_ttu_regs.qos_level_flip != new_ttu_regs->qos_level_flip)) { in dcn401_detect_pipe_changes()2858 old_ttu_regs.refcyc_per_req_delivery_pre_l = new_ttu_regs->refcyc_per_req_delivery_pre_l; in dcn401_detect_pipe_changes()2859 old_ttu_regs.refcyc_per_req_delivery_pre_c = new_ttu_regs->refcyc_per_req_delivery_pre_c; in dcn401_detect_pipe_changes()2860 old_ttu_regs.refcyc_per_req_delivery_pre_cur0 = new_ttu_regs->refcyc_per_req_delivery_pre_cur0; in dcn401_detect_pipe_changes()2861 old_ttu_regs.min_ttu_vblank = new_ttu_regs->min_ttu_vblank; in dcn401_detect_pipe_changes()[all …]