Lines Matching refs:drm_crtc
51 bool (*find_pll)(const struct gma_limit_t *, struct drm_crtc *,
58 const struct gma_limit_t *(*limit)(struct drm_crtc *crtc, int refclk);
59 bool (*pll_is_valid)(struct drm_crtc *crtc,
65 extern bool gma_pipe_has_type(struct drm_crtc *crtc, int type);
67 extern int gma_pipe_set_base(struct drm_crtc *crtc, int x, int y,
69 extern int gma_crtc_cursor_set(struct drm_crtc *crtc,
73 extern int gma_crtc_cursor_move(struct drm_crtc *crtc, int x, int y);
74 extern void gma_crtc_load_lut(struct drm_crtc *crtc);
75 extern int gma_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
78 extern void gma_crtc_dpms(struct drm_crtc *crtc, int mode);
79 extern void gma_crtc_prepare(struct drm_crtc *crtc);
80 extern void gma_crtc_commit(struct drm_crtc *crtc);
81 extern void gma_crtc_disable(struct drm_crtc *crtc);
82 extern void gma_crtc_destroy(struct drm_crtc *crtc);
86 extern void gma_crtc_save(struct drm_crtc *crtc);
87 extern void gma_crtc_restore(struct drm_crtc *crtc);
94 extern const struct gma_limit_t *gma_limit(struct drm_crtc *crtc, int refclk);
96 extern bool gma_pll_is_valid(struct drm_crtc *crtc,
100 struct drm_crtc *crtc, int target, int refclk,