Lines Matching full:pair
52 struct mdp5_ctl *pair; /* Paired CTL to be flushed together */ member
492 if (ctl->pair) { in fix_for_single_flush()
498 if (ctl->pair->flush_pending) { in fix_for_single_flush()
499 *flush_id = min_t(u32, ctl->id, ctl->pair->id); in fix_for_single_flush()
503 ctl->pair->flush_pending = false; in fix_for_single_flush()
603 ctlx->pair = NULL; in mdp5_ctl_pair()
604 ctly->pair = NULL; in mdp5_ctl_pair()
607 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()
611 DRM_DEV_ERROR(ctl_mgr->dev->dev, "Only pair booked CTLs\n"); in mdp5_ctl_pair()
615 ctlx->pair = ctly; in mdp5_ctl_pair()
616 ctly->pair = ctlx; in mdp5_ctl_pair()