Lines Matching refs: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 void gma_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green,
77 extern void gma_crtc_dpms(struct drm_crtc *crtc, int mode);
78 extern bool gma_crtc_mode_fixup(struct drm_crtc *crtc,
81 extern void gma_crtc_prepare(struct drm_crtc *crtc);
82 extern void gma_crtc_commit(struct drm_crtc *crtc);
83 extern void gma_crtc_disable(struct drm_crtc *crtc);
84 extern void gma_crtc_destroy(struct drm_crtc *crtc);
87 extern void gma_crtc_save(struct drm_crtc *crtc);
88 extern void gma_crtc_restore(struct drm_crtc *crtc);
98 extern const struct gma_limit_t *gma_limit(struct drm_crtc *crtc, int refclk);
100 extern bool gma_pll_is_valid(struct drm_crtc *crtc,
104 struct drm_crtc *crtc, int target, int refclk,