Lines Matching +full:wait +full:- +full:state
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * R-Car Display Unit CRTCs
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
15 #include <linux/wait.h>
26 * struct rcar_du_crtc - the CRTC, representing a DU superposition processor
37 * @flip_wait: wait queue used to signal page flip completion
39 * @vblank_wait: wait queue used to signal vertical blanking
40 * @vblank_count: number of vertical blanking interrupts to wait for
82 * struct rcar_du_crtc_state - Driver-specific CRTC state
83 * @state: base DRM CRTC state
88 struct drm_crtc_state state; member
94 #define to_rcar_crtc_state(s) container_of(s, struct rcar_du_crtc_state, state)