Searched defs:nouveau_crtc (Results 1 – 1 of 1) sorted by relevance
34 struct nouveau_crtc { struct35 struct drm_crtc base;59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); argument73 static inline struct nouveau_crtc *nouveau_crtc(struct drm_crtc *crtc) in nouveau_crtc() argument