Searched defs:nv_crtc (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | crtc.c | 65 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 = nouveau_crtc(crtc); in nv_crtc_calc_state_ext() local 177 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_dpms() local 240 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_mode_set_vga() local 465 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_mode_set_regs() local 615 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_swap_fbs() local 642 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_mode_set() local 667 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_save() local 688 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_restore() local [all …]
|
A D | disp.c | 89 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); in nv04_display_init() local 173 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_init() local 194 struct nouveau_crtc *nv_crtc; in nv04_display_destroy() local
|
A D | cursor.c | 9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show() 15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide() 21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y) in nv04_cursor_set_pos() 38 nv04_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset) in nv04_cursor_set_offset()
|
A D | tvnv04.c | 145 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
|
A D | dfp.c | 117 struct nouveau_crtc *nv_crtc; in nv04_dfp_update_fp_control() local 287 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_mode_set() local 451 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_commit() local
|
A D | dac.c | 416 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dac_commit() local
|
A D | overlay.c | 124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv10_update_plane() local
|
A D | tvnv17.c | 577 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv17_tv_commit() local
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | head.c | 560 struct nouveau_crtc *nv_crtc = container_of(event, struct nouveau_crtc, vblank); in nv50_head_vblank_handler() local 575 struct nouveau_crtc *nv_crtc; in nv50_head_create() local
|
A D | disp.c | 454 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); in nv50_dac_atomic_enable() local 573 struct nouveau_crtc *nv_crtc; in nv50_audio_component_get_eld() local 687 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc) in nv50_audio_disable() 708 nv50_audio_enable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc, in nv50_audio_enable() 735 nv50_hdmi_enable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc, in nv50_hdmi_enable() 1497 struct nouveau_crtc *nv_crtc = nouveau_crtc(nv_encoder->crtc); in nv50_sor_atomic_disable() local 1536 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); in nv50_sor_atomic_enable() local 1785 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); in nv50_pior_atomic_enable() local
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_display.c | 51 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_enable() local 62 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_disable() local
|
A D | nouveau_connector.h | 182 nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc) in nouveau_crtc_connector_get()
|
Completed in 27 milliseconds