Lines Matching defs:drm_vblank_crtc
116 struct drm_vblank_crtc { struct
128 * &drm_vblank_crtc_config.offdelay_ms and the setting of the argument
131 struct timer_list disable_timer;
136 seqlock_t seqlock;
152 atomic64_t count;
156 ktime_t time;
163 atomic_t refcount;
167 u32 last;
187 u32 max_vblank_count;
196 unsigned int inmodeset;
201 unsigned int pipe;
230 struct drm_vblank_crtc_config config; argument
259 struct drm_vblank_crtc *drm_crtc_vblank_crtc(struct drm_crtc *crtc); argument