search for: crtc_eng_ctrl

Displaying 5 results from an estimated 5 matches for "crtc_eng_ctrl".

2020 Apr 30
2
[PATCH] drm/nouveau/dispnv04: Remove dead code
...t;, vertBlankEnd); -#endif - /* * compute correct Hsync & Vsync polarity */ @@ -492,14 +472,6 @@ static void nv_crtc_calc_state_ext(struct drm_crtc *crtc, struct drm_display_mod /* Except for rare conditions I2C is enabled on the primary crtc */ if (nv_crtc->index == 0) regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; -#if 0 - /* Set overlay to desired crtc. */ - if (dev->overlayAdaptor) { - NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(dev); - if (pPriv->overlayCRTC == nv_crtc->index) - regp->crtc_eng_ctrl |= NV_CRTC_FSEL_OVERLAY; - } -#endif /* ADDRESS_SPACE_PNVM is the sam...
2020 Apr 30
0
[PATCH] drm/nouveau/dispnv04: Remove dead code
...ync & Vsync polarity > */ > @@ -492,14 +472,6 @@ static void nv_crtc_calc_state_ext(struct drm_crtc *crtc, struct drm_display_mod > /* Except for rare conditions I2C is enabled on the primary crtc */ > if (nv_crtc->index == 0) > regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; > -#if 0 > - /* Set overlay to desired crtc. */ > - if (dev->overlayAdaptor) { > - NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(dev); > - if (pPriv->overlayCRTC == nv_crtc->index) > - regp-&gt...
2020 May 01
1
[PATCH] drm/nouveau/dispnv04: Remove dead code
...> > */ > > @@ -492,14 +472,6 @@ static void nv_crtc_calc_state_ext(struct drm_crtc *crtc, struct drm_display_mod > > /* Except for rare conditions I2C is enabled on the primary crtc */ > > if (nv_crtc->index == 0) > > regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; > > -#if 0 > > - /* Set overlay to desired crtc. */ > > - if (dev->overlayAdaptor) { > > - NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(dev); > > - if (pPriv->overlayCRTC == nv_crtc->index) > > -...
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of nouveau_hw_save_vga_fonts, when it actually did something (because the console wasn't already in graphics mode). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS implementation. I've tried to test it on all the hardware I've got at hand (that is nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output combination; I believe it has reached a mergeable state, however it depends on some commits from drm-next that haven't got into Linus' tree yet, if you agree to merge this