Lines Matching defs:crtc
173 static const intel_limit_t *intel_limit(struct drm_crtc *crtc) in intel_limit()
203 bool intel_pipe_has_type (struct drm_crtc *crtc, int type) in intel_pipe_has_type()
226 static bool intel_PLL_is_valid(struct drm_crtc *crtc, intel_clock_t *clock) in intel_PLL_is_valid()
260 static bool intel_find_best_PLL(struct drm_crtc *crtc, int target, in intel_find_best_PLL()
326 intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, in intel_pipe_set_base()
468 static void intel_crtc_dpms(struct drm_crtc *crtc, int mode) in intel_crtc_dpms()
592 static void intel_crtc_prepare (struct drm_crtc *crtc) in intel_crtc_prepare()
598 static void intel_crtc_commit (struct drm_crtc *crtc) in intel_crtc_commit()
618 static bool intel_crtc_mode_fixup(struct drm_crtc *crtc, in intel_crtc_mode_fixup()
705 static int intel_crtc_mode_set(struct drm_crtc *crtc, in intel_crtc_mode_set()
966 void intel_crtc_load_lut(struct drm_crtc *crtc) in intel_crtc_load_lut()
986 static int intel_crtc_cursor_set(struct drm_crtc *crtc, in intel_crtc_cursor_set()
1082 static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in intel_crtc_cursor_move()
1111 void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, in intel_crtc_fb_gamma_set()
1121 static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, in intel_crtc_gamma_set()
1167 struct drm_crtc *crtc = NULL; in intel_get_load_detect_pipe() local
1247 struct drm_crtc *crtc = encoder->crtc; in intel_release_load_detect_pipe() local
1267 static int intel_crtc_clock_get(struct drm_device *dev, struct drm_crtc *crtc) in intel_crtc_clock_get()
1345 struct drm_crtc *crtc) in intel_crtc_mode_get()
1376 static void intel_crtc_destroy(struct drm_crtc *crtc) in intel_crtc_destroy()
1438 struct drm_crtc *crtc = NULL; in intel_get_crtc_from_pipe() local