Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_crtc.c58 struct list_head queued_applies; member
327 need_apply = !list_empty(&omap_crtc->queued_applies); in apply_worker()
331 &omap_crtc->queued_applies, queued_node) { in apply_worker()
370 list_add_tail(&apply->queued_node, &omap_crtc->queued_applies); in omap_crtc_apply()
432 !list_empty(&omap_crtc->queued_applies) || in omap_crtc_flush()
717 INIT_LIST_HEAD(&omap_crtc->queued_applies); in omap_crtc_init()