Home
last modified time | relevance | path

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

/linux/include/drm/
A Ddrm_vblank.h116 struct drm_vblank_crtc { struct
128 * &drm_vblank_crtc_config.offdelay_ms and the setting of the argument
136 seqlock_t seqlock;
152 atomic64_t count;
156 ktime_t time;
163 atomic_t refcount;
167 u32 last;
187 u32 max_vblank_count;
201 unsigned int pipe;
230 struct drm_vblank_crtc_config config; argument
[all …]
/linux/drivers/gpu/drm/
A Ddrm_vblank.c170 drm_vblank_crtc(struct drm_device *dev, unsigned int pipe) in drm_vblank_crtc() function

Completed in 9 milliseconds