Lines Matching defs:crtc
51 crtc_wr_cio_state(struct drm_crtc *crtc, struct nv04_crtc_reg *crtcstate, int index) in crtc_wr_cio_state()
57 static void nv_crtc_set_digital_vibrance(struct drm_crtc *crtc, int level) in nv_crtc_set_digital_vibrance()
72 static void nv_crtc_set_image_sharpening(struct drm_crtc *crtc, int level) in nv_crtc_set_image_sharpening()
111 static void nv_crtc_calc_state_ext(struct drm_crtc *crtc, struct drm_display_mode * mode, int dot_c… in nv_crtc_calc_state_ext()
169 nv_crtc_dpms(struct drm_crtc *crtc, int mode) in nv_crtc_dpms()
231 nv_crtc_mode_fixup(struct drm_crtc *crtc, const struct drm_display_mode *mode, in nv_crtc_mode_fixup()
238 nv_crtc_mode_set_vga(struct drm_crtc *crtc, struct drm_display_mode *mode) in nv_crtc_mode_set_vga()
462 nv_crtc_mode_set_regs(struct drm_crtc *crtc, struct drm_display_mode * mode) in nv_crtc_mode_set_regs()
610 nv_crtc_swap_fbs(struct drm_crtc *crtc, struct drm_framebuffer *old_fb) in nv_crtc_swap_fbs()
636 nv_crtc_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode, in nv_crtc_mode_set()
664 static void nv_crtc_save(struct drm_crtc *crtc) in nv_crtc_save()
685 static void nv_crtc_restore(struct drm_crtc *crtc) in nv_crtc_restore()
701 static void nv_crtc_prepare(struct drm_crtc *crtc) in nv_crtc_prepare()
724 static void nv_crtc_commit(struct drm_crtc *crtc) in nv_crtc_commit()
746 static void nv_crtc_destroy(struct drm_crtc *crtc) in nv_crtc_destroy()
767 nv_crtc_gamma_load(struct drm_crtc *crtc) in nv_crtc_gamma_load()
785 nv_crtc_disable(struct drm_crtc *crtc) in nv_crtc_disable()
795 nv_crtc_gamma_set(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b, uint32_t start, in nv_crtc_gamma_set()
821 nv04_crtc_do_mode_set_base(struct drm_crtc *crtc, in nv04_crtc_do_mode_set_base()
901 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base()
911 nv04_crtc_mode_set_base_atomic(struct drm_crtc *crtc, in nv04_crtc_mode_set_base_atomic()
987 nv04_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file_priv, in nv04_crtc_cursor_set()
1029 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move()
1043 struct drm_crtc *crtc; in nouveau_crtc_set_config() local