Lines Matching refs:crtc
50 const struct gma_limit_t *(*limit)(struct drm_crtc *crtc, int refclk);
51 bool (*pll_is_valid)(struct drm_crtc *crtc,
57 extern bool gma_pipe_has_type(struct drm_crtc *crtc, int type);
59 extern int gma_pipe_set_base(struct drm_crtc *crtc, int x, int y,
61 extern void gma_crtc_load_lut(struct drm_crtc *crtc);
62 extern void gma_crtc_dpms(struct drm_crtc *crtc, int mode);
63 extern void gma_crtc_prepare(struct drm_crtc *crtc);
64 extern void gma_crtc_commit(struct drm_crtc *crtc);
65 extern void gma_crtc_disable(struct drm_crtc *crtc);
66 extern void gma_crtc_destroy(struct drm_crtc *crtc);
67 extern int gma_crtc_page_flip(struct drm_crtc *crtc,
73 extern void gma_crtc_save(struct drm_crtc *crtc);
74 extern void gma_crtc_restore(struct drm_crtc *crtc);
83 extern const struct gma_limit_t *gma_limit(struct drm_crtc *crtc, int refclk);
85 extern bool gma_pll_is_valid(struct drm_crtc *crtc,
89 struct drm_crtc *crtc, int target, int refclk,