Home
last modified time | relevance | path

Searched defs:drm_vblank_crtc (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/
H A Ddrm_vblank.h116 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;
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c170 drm_vblank_crtc(struct drm_device *dev, unsigned int pipe) in drm_vblank_crtc() function