Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h32 struct nouveau_crtc { struct
33 struct drm_crtc base;
35 int index;
59 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); argument
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