/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ ! |
D | crtc.c | 65 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_set_digital_vibrance() local 67 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index]; in nv_crtc_set_digital_vibrance() 69 regp->CRTC[NV_CIO_CRE_CSB] = nv_crtc->saturation = level; in nv_crtc_set_digital_vibrance() 70 if (nv_crtc->saturation && nv_gf4_disp_arch(crtc->dev)) { in nv_crtc_set_digital_vibrance() 72 regp->CRTC[NV_CIO_CRE_5B] = nv_crtc->saturation << 2; in nv_crtc_set_digital_vibrance() 80 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_set_image_sharpening() local 82 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index]; in nv_crtc_set_image_sharpening() 84 nv_crtc->sharpness = level; in nv_crtc_set_image_sharpening() 88 NVWriteRAMDAC(crtc->dev, nv_crtc->index, NV_PRAMDAC_634, regp->ramdac_634); in nv_crtc_set_image_sharpening() 123 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv_crtc_calc_state_ext() local [all …]
|
D | cursor.c | 9 nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_show() argument 11 nv_show_cursor(nv_crtc->base.dev, nv_crtc->index, true); in nv04_cursor_show() 15 nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update) in nv04_cursor_hide() argument 17 nv_show_cursor(nv_crtc->base.dev, nv_crtc->index, false); in nv04_cursor_hide() 21 nv04_cursor_set_pos(struct nouveau_crtc *nv_crtc, int x, int y) in nv04_cursor_set_pos() argument 23 nv_crtc->cursor_saved_x = x; nv_crtc->cursor_saved_y = y; in nv04_cursor_set_pos() 24 NVWriteRAMDAC(nv_crtc->base.dev, nv_crtc->index, in nv04_cursor_set_pos() 38 nv04_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset) in nv04_cursor_set_offset() argument 40 struct drm_device *dev = nv_crtc->base.dev; in nv04_cursor_set_offset() 42 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index]; in nv04_cursor_set_offset() [all …]
|
D | disp.c | 89 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_fini() local 90 if (nv_crtc->cursor.nvbo) { in nv04_display_fini() 91 if (nv_crtc->cursor.set_offset) in nv04_display_fini() 92 nouveau_bo_unmap(nv_crtc->cursor.nvbo); in nv04_display_fini() 93 nouveau_bo_unpin(nv_crtc->cursor.nvbo); in nv04_display_fini() 116 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_init() local 117 nv_crtc->save(&nv_crtc->base); in nv04_display_init() 143 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv04_display_init() local 144 if (!nv_crtc->cursor.nvbo) in nv04_display_init() 147 ret = nouveau_bo_pin(nv_crtc->cursor.nvbo, in nv04_display_init() [all …]
|
D | dfp.c | 117 struct nouveau_crtc *nv_crtc; in nv04_dfp_update_fp_control() local 121 nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dfp_update_fp_control() 122 fpc = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].fp_control; in nv04_dfp_update_fp_control() 129 *fpc = nv_crtc->dpms_saved_fp_control; in nv04_dfp_update_fp_control() 132 nv_crtc->fp_users |= 1 << nouveau_encoder(encoder)->dcb->index; in nv04_dfp_update_fp_control() 133 NVWriteRAMDAC(dev, nv_crtc->index, NV_PRAMDAC_FP_TG_CONTROL, *fpc); in nv04_dfp_update_fp_control() 136 nv_crtc = nouveau_crtc(crtc); in nv04_dfp_update_fp_control() 137 fpc = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index].fp_control; in nv04_dfp_update_fp_control() 139 nv_crtc->fp_users &= ~(1 << nouveau_encoder(encoder)->dcb->index); in nv04_dfp_update_fp_control() 140 if (!is_fpc_off(*fpc) && !nv_crtc->fp_users) { in nv04_dfp_update_fp_control() [all …]
|
D | tvnv04.c | 145 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_tv_mode_set() local 146 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index]; in nv04_tv_mode_set() 169 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_tv_commit() local 176 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv04_tv_commit()
|
D | overlay.c | 124 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc); in nv10_update_plane() local 128 int soff = NV_PCRTC0_SIZE * nv_crtc->index; in nv10_update_plane() 129 int soff2 = NV_PCRTC0_SIZE * !nv_crtc->index; in nv10_update_plane()
|
D | dac.c | 416 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv04_dac_commit() local 423 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv04_dac_commit()
|
D | tvnv17.c | 576 struct nouveau_crtc *nv_crtc = nouveau_crtc(encoder->crtc); in nv17_tv_commit() local 603 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); in nv17_tv_commit()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ ! |
D | nouveau_connector.h | 179 nouveau_crtc_connector_get(struct nouveau_crtc *nv_crtc) in nouveau_crtc_connector_get() argument 181 struct drm_device *dev = nv_crtc->base.dev; in nouveau_crtc_connector_get() 185 struct drm_crtc *crtc = to_drm_crtc(nv_crtc); in nouveau_crtc_connector_get()
|
D | nouveau_display.c | 52 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_enable() local 54 nv_crtc = nouveau_crtc(crtc); in nouveau_display_vblank_enable() 55 nvif_notify_get(&nv_crtc->vblank); in nouveau_display_vblank_enable() 63 struct nouveau_crtc *nv_crtc; in nouveau_display_vblank_disable() local 65 nv_crtc = nouveau_crtc(crtc); in nouveau_display_vblank_disable() 66 nvif_notify_put(&nv_crtc->vblank); in nouveau_display_vblank_disable()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ ! |
D | disp.c | 501 struct nouveau_crtc *nv_crtc = nv50_outp_get_new_crtc(state, nv_encoder); in nv50_dac_atomic_enable() local 503 nv50_head_atom(drm_atomic_get_new_crtc_state(state, &nv_crtc->base)); in nv50_dac_atomic_enable() 507 switch (nv_crtc->index) { in nv50_dac_atomic_enable() 524 nv_encoder->crtc = &nv_crtc->base; in nv50_dac_atomic_enable() 620 struct nouveau_crtc *nv_crtc; in nv50_audio_component_get_eld() local 635 nv_crtc = nouveau_crtc(nv_encoder->crtc); in nv50_audio_component_get_eld() 637 if (!nv_crtc || nv_encoder->or != port || nv_crtc->index != dev_id) in nv50_audio_component_get_eld() 722 nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc) in nv50_audio_disable() argument 735 (0x0100 << nv_crtc->index), in nv50_audio_disable() 747 nv_crtc->index); in nv50_audio_disable() [all …]
|
D | head.c | 559 struct nouveau_crtc *nv_crtc = in nv50_head_vblank_handler() local 562 if (drm_crtc_handle_vblank(&nv_crtc->base)) in nv50_head_vblank_handler() 563 nv50_crc_handle_vblank(nv50_head(&nv_crtc->base)); in nv50_head_vblank_handler() 575 struct nouveau_crtc *nv_crtc; in nv50_head_create() local 608 nv_crtc = &head->base; in nv50_head_create() 609 crtc = &nv_crtc->base; in nv50_head_create() 630 .head = nv_crtc->index, in nv50_head_create() 634 &nv_crtc->vblank); in nv50_head_create()
|