Lines Matching refs:nouveau_crtc
32 struct nouveau_crtc { struct
59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); argument
60 void (*set_pos)(struct nouveau_crtc *, int x, int y);
61 void (*hide)(struct nouveau_crtc *, bool update);
62 void (*show)(struct nouveau_crtc *, bool update);
73 int (*set_dither)(struct nouveau_crtc *crtc, bool update); argument
74 int (*set_scale)(struct nouveau_crtc *crtc, bool update); argument
75 int (*set_color_vibrance)(struct nouveau_crtc *crtc, bool update); argument
78 static inline struct nouveau_crtc *nouveau_crtc(struct drm_crtc *crtc) in nouveau_crtc() function
80 return crtc ? container_of(crtc, struct nouveau_crtc, base) : NULL; in nouveau_crtc()
83 static inline struct drm_crtc *to_drm_crtc(struct nouveau_crtc *crtc) in to_drm_crtc()
88 int nv04_cursor_init(struct nouveau_crtc *);