HomeSort by: relevance | last modified time | path
    Searched defs:nv_crtc (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_disp.c 70 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_display_fini
71 if (nv_crtc->cursor.nvbo) {
72 if (nv_crtc->cursor.set_offset)
73 nouveau_bo_unmap(nv_crtc->cursor.nvbo);
74 nouveau_bo_unpin(nv_crtc->cursor.nvbo);
97 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_display_init
98 nv_crtc->save(&nv_crtc->base);
124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_display_init
125 if (!nv_crtc->cursor.nvbo
137 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_display_init
153 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_display_init
173 struct nouveau_crtc *nv_crtc; local in function:nv04_display_destroy
    [all...]
nouveau_dispnv04_tvnv04.c 150 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv04_tv_mode_set
151 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index];
174 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv04_tv_commit
181 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or));
nouveau_dispnv04_overlay.c 130 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv10_update_plane
133 int soff = NV_PCRTC0_SIZE * nv_crtc->index;
134 int soff2 = NV_PCRTC0_SIZE * !nv_crtc->index;
nouveau_dispnv04_dac.c 420 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv04_dac_commit
427 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or));
nouveau_dispnv04_dfp.c 122 struct nouveau_crtc *nv_crtc; local in function:nv04_dfp_update_fp_control
126 nv_crtc = nouveau_crtc(encoder->crtc);
127 fpc = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].fp_control;
134 *fpc = nv_crtc->dpms_saved_fp_control;
137 nv_crtc->fp_users |= 1 << nouveau_encoder(encoder)->dcb->index;
138 NVWriteRAMDAC(dev, nv_crtc->index, NV_PRAMDAC_FP_TG_CONTROL, *fpc);
141 nv_crtc = nouveau_crtc(crtc);
142 fpc = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].fp_control;
144 nv_crtc->fp_users &= ~(1 << nouveau_encoder(encoder)->dcb->index);
145 if (!is_fpc_off(*fpc) && !nv_crtc->fp_users)
291 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv04_dfp_mode_set
455 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv04_dfp_commit
    [all...]
nouveau_dispnv04_tvnv17.c 581 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv17_tv_commit
608 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or));
nouveau_dispnv04_crtc.c 65 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_set_digital_vibrance
67 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index];
69 regp->CRTC[NV_CIO_CRE_CSB] = nv_crtc->saturation = level;
70 if (nv_crtc->saturation && nv_gf4_disp_arch(crtc->dev)) {
72 regp->CRTC[NV_CIO_CRE_5B] = nv_crtc->saturation << 2;
80 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_set_image_sharpening
82 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index];
84 nv_crtc->sharpness = level;
88 NVWriteRAMDAC(crtc->dev, nv_crtc->index, NV_PRAMDAC_634, regp->ramdac_634);
123 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc) local in function:nv_crtc_calc_state_ext
177 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_dpms
240 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_mode_set_vga
465 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_mode_set_regs
614 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_swap_fbs
641 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_mode_set
666 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_save
687 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_restore
705 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_prepare
728 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_commit
749 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_destroy
769 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_gamma_load
793 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_disable
804 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv_crtc_gamma_set
826 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_crtc_do_mode_set_base
993 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_crtc_cursor_set
1032 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nv04_crtc_cursor_move
1303 struct nouveau_crtc *nv_crtc; local in function:nv04_crtc_create
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.c 60 struct nouveau_crtc *nv_crtc = local in function:nouveau_display_vblank_handler
61 container_of(notify, typeof(*nv_crtc), vblank);
62 drm_crtc_handle_vblank(&nv_crtc->base);
70 struct nouveau_crtc *nv_crtc; local in function:nouveau_display_vblank_enable
76 nv_crtc = nouveau_crtc(crtc);
77 nvif_notify_get(&nv_crtc->vblank);
86 struct nouveau_crtc *nv_crtc; local in function:nouveau_display_vblank_disable
92 nv_crtc = nouveau_crtc(crtc);
93 nvif_notify_put(&nv_crtc->vblank);
172 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc) local in function:nouveau_display_vblank_fini
185 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); local in function:nouveau_display_vblank_init
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 407 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv50_dac_enable
408 struct nv50_head_atom *asyh = nv50_head_atom(nv_crtc->base.state);
413 core->func->dac->ctrl(core, nv_encoder->or, 1 << nv_crtc->index, asyh);
520 struct nouveau_crtc *nv_crtc; local in function:nv50_audio_component_get_eld
527 nv_crtc = nouveau_crtc(encoder->crtc);
528 if (!nv_connector || !nv_crtc || nv_crtc->index != port)
610 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc)
623 (0x0100 << nv_crtc->index),
628 nv50_audio_component_eld_notify(drm->audio.component, nv_crtc->index)
636 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv50_audio_enable
692 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv50_hdmi_enable
1553 struct nouveau_crtc *nv_crtc = nouveau_crtc(nv_encoder->crtc); local in function:nv50_sor_disable
1581 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv50_sor_enable
1804 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); local in function:nv50_pior_enable
    [all...]

Completed in 43 milliseconds