Lines Matching refs:drm_crtc
293 struct drm_crtc;
323 void (*save)(struct drm_crtc *crtc); /* suspend? */
325 void (*restore)(struct drm_crtc *crtc); /* resume? */
327 void (*reset)(struct drm_crtc *crtc);
330 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
332 int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
335 void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
338 void (*destroy)(struct drm_crtc *crtc);
351 int (*page_flip)(struct drm_crtc *crtc,
355 int (*set_property)(struct drm_crtc *crtc,
384 struct drm_crtc { struct
499 struct drm_crtc *crtc;
620 struct drm_crtc *crtc, struct drm_framebuffer *fb,
659 struct drm_crtc *crtc;
692 struct drm_crtc *crtc;
828 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base)
843 struct drm_crtc *crtc,
845 extern void drm_crtc_cleanup(struct drm_crtc *crtc);
903 struct drm_crtc *crtc,
943 extern int drmfb_probe(struct drm_device *dev, struct drm_crtc *crtc);
946 extern bool drm_crtc_in_use(struct drm_crtc *crtc);
979 extern int drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc,