Searched defs:drm_vblank_crtc (Results 1 – 2 of 2) sorted by relevance
116 struct drm_vblank_crtc { struct128 * &drm_vblank_crtc_config.offdelay_ms and the setting of the argument131 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;[all …]
170 drm_vblank_crtc(struct drm_device *dev, unsigned int pipe) in drm_vblank_crtc() function