Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1595 struct _vcs_dpi_display_ttu_regs_st old_ttu_attr = old_pipe->ttu_regs; in dcn20_detect_pipe_changes() local
1612 old_ttu_attr.refcyc_per_req_delivery_pre_l != new_ttu_attr->refcyc_per_req_delivery_pre_l || in dcn20_detect_pipe_changes()
1613 old_ttu_attr.refcyc_per_req_delivery_pre_c != new_ttu_attr->refcyc_per_req_delivery_pre_c || in dcn20_detect_pipe_changes()
1616 old_ttu_attr.min_ttu_vblank != new_ttu_attr->min_ttu_vblank || in dcn20_detect_pipe_changes()
1617 old_ttu_attr.qos_level_flip != new_ttu_attr->qos_level_flip) { in dcn20_detect_pipe_changes()
1630 old_ttu_attr.refcyc_per_req_delivery_pre_l = new_ttu_attr->refcyc_per_req_delivery_pre_l; in dcn20_detect_pipe_changes()
1631 old_ttu_attr.refcyc_per_req_delivery_pre_c = new_ttu_attr->refcyc_per_req_delivery_pre_c; in dcn20_detect_pipe_changes()
1632 old_ttu_attr.refcyc_per_req_delivery_pre_cur0 = new_ttu_attr->refcyc_per_req_delivery_pre_cur0; in dcn20_detect_pipe_changes()
1634 old_ttu_attr.min_ttu_vblank = new_ttu_attr->min_ttu_vblank; in dcn20_detect_pipe_changes()
1635 old_ttu_attr.qos_level_flip = new_ttu_attr->qos_level_flip; in dcn20_detect_pipe_changes()
[all …]