Home
last modified time | relevance | path

Searched defs:nv_crtc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c65 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_set_digital_vibrance() local
80 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_set_image_sharpening() local
123 struct nouveau_crtc *nv_crtc in nv_crtc_calc_state_ext() local
177 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_dpms() local
240 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_mode_set_vga() local
465 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_mode_set_regs() local
615 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_swap_fbs() local
648 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_mode_set() local
673 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_save() local
694 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_restore() local
712 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_prepare() local
735 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_commit() local
756 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_destroy() local
780 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_gamma_load() local
804 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_disable() local
820 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv_crtc_gamma_set() local
842 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv04_crtc_do_mode_set_base() local
1000 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv04_crtc_cursor_set() local
1039 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv04_crtc_cursor_move() local
1295 struct nouveau_crtc *nv_crtc = container_of(event, struct nouveau_crtc, vblank); nv04_crtc_vblank_handler() local
1306 struct nouveau_crtc *nv_crtc; nv04_crtc_create() local
[all...]
H A Ddisp.c89 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_fini() local
116 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_init() local
143 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_init() local
157 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv04_display_init() local
173 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); nv04_display_init() local
193 struct nouveau_crtc *nv_crtc; nv04_display_destroy() local
[all...]
H A Dcursor.c9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show() argument
15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide() argument
21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y) in nv04_cursor_set_pos() argument
38 nv04_cursor_set_offset(struct nouveau_crtc * nv_crtc,uint32_t offset) nv04_cursor_set_offset() argument
[all...]
H A Dtvnv04.c145 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_tv_mode_set() local
169 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_tv_commit() local
H A Ddfp.c117 struct nouveau_crtc *nv_crtc; in nv04_dfp_update_fp_control() local
287 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); nv04_dfp_mode_set() local
451 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); nv04_dfp_commit() local
[all...]
H A Doverlay.c124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv10_update_plane() local
H A Dtvnv17.c583 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv17_tv_commit() local
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c496 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); in nv50_dac_atomic_enable() local
608 struct nouveau_crtc *nv_crtc; in nv50_audio_component_get_eld() local
732 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc) in nv50_audio_disable() argument
752 nv50_audio_enable(struct drm_encoder * encoder,struct nouveau_crtc * nv_crtc,struct nouveau_connector * nv_connector,struct drm_atomic_state * state,struct drm_display_mode * mode) nv50_audio_enable() argument
778 nv50_hdmi_enable(struct drm_encoder * encoder,struct nouveau_crtc * nv_crtc,struct nouveau_connector * nv_connector,struct drm_atomic_state * state,struct drm_display_mode * mode,bool hda) nv50_hdmi_enable() argument
1747 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); nv50_sor_atomic_enable() local
1984 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); nv50_pior_atomic_enable() local
[all...]
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c52 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_enable() local
63 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_disable() local
H A Dnouveau_connector.h181 nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc) in nouveau_crtc_connector_get() argument