Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2821 struct dml2_display_ttu_regs old_ttu_regs = old_pipe->hubp_regs.ttu_regs; in dcn401_detect_pipe_changes() local
2840 || (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 …]