Lines Matching refs:active
40 struct list_head active; member
54 struct list_head active; member
59 list_del_init(&ldu->active); in vmw_ldu_destroy()
88 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
103 if (!list_empty(&lds->active)) { in vmw_ldu_commit_list()
104 entry = list_entry(lds->active.next, typeof(*entry), active); in vmw_ldu_commit_list()
116 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
136 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
160 if (list_empty(&ldu->active)) in vmw_ldu_del_active()
164 list_del_init(&ldu->active); in vmw_ldu_del_active()
192 if (!list_empty(&ldu->active)) in vmw_ldu_add_active()
195 at = &ld->active; in vmw_ldu_add_active()
196 list_for_each_entry(entry, &ld->active, active) { in vmw_ldu_add_active()
200 at = &entry->active; in vmw_ldu_add_active()
203 list_add(&ldu->active, at); in vmw_ldu_add_active()
248 !list_empty(&ldu->active)) && in vmw_ldu_crtc_set_config()
357 INIT_LIST_HEAD(&ldu->active); in vmw_ldu_init()
402 INIT_LIST_HEAD(&dev_priv->ldu_priv->active); in vmw_kms_ldu_init_display()
448 BUG_ON(!list_empty(&dev_priv->ldu_priv->active)); in vmw_kms_ldu_close_display()