Lines Matching full:crtc
26 * struct rcar_du_crtc - the CRTC, representing a DU superposition processor
27 * @crtc: base DRM CRTC
29 * @clock: the CRTC functional clock
31 * @mmio_offset: offset of the CRTC registers in the DU MMIO block
32 * @index: CRTC hardware index
33 * @initialized: whether the CRTC has been initialized and clocks enabled
35 * @vblank_enable: whether vblank events are enabled on this CRTC
41 * @group: CRTC group this CRTC belongs to
42 * @cmm: CMM associated with this CRTC
43 * @vsp: VSP feeding video to this CRTC
44 * @vsp_pipe: index of the VSP pipeline feeding video to this CRTC
48 struct drm_crtc crtc; member
78 #define to_rcar_crtc(c) container_of(c, struct rcar_du_crtc, crtc)
82 * struct rcar_du_crtc_state - Driver-specific CRTC state
83 * @state: base DRM CRTC state
85 * @outputs: bitmask of the outputs (enum rcar_du_output) driven by this CRTC