search for: vpll2

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

Did you mean: vpll
2007 Jun 11
15
[Bug 11240] New: doesn't start X - DMA Queue hang
...Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: notting at redhat.com QAContact: xorg-team at lists.x.org startx dies with: (II) Module already built-in crtc 0 1360 1360 writting vpll 00027109 writting vpll2 00000000 output 0 debug_0 31101111 savep->dither 000F0000 0: crtc 0 output0: 0001: twocrt 1 twomon 1 crtc 1 1360 1360 writting vpll 00027109 writting vpll2 00027109 output 1 debug_0 31101111 savep->dither 000F0000 0: crtc 1 output1: 0101: twocrt 1 twomon 1 (EE) AIGLX error: dlopen of /usr/lib...
2016 Oct 12
0
[PATCH] rnndb: add some definitions from nvreg.h for pramdac
...pos="28" name="VCLK_DB2"/> <bitfield pos="29" name="VCLK2_DB2" variants="NV11:NV20 NV25:G80"/> </reg32> + <reg32 offset="0x510" name="PLL_SETUP_CONTROL"/> <reg32 offset="0x520" name="VPLL2" variants="NV11:NV20 NV25:NV30 NV31:G80" type="nv3_pll"/> <reg32 offset="0x520" name="VPLL2" variants="NV30:NV31" type="nv30_pll"/> + <reg32 offset="0x524" name="SEL_CLK"/> <reg32 offset=&quot...
2007 Sep 06
11
[Bug 12300] New: DMA queue hang (Quadro FX 4500)
...Capabilities: [128] Power Budgeting ------------------------------- X output: (==) Using config file: "/etc/X11/xorg.conf" DCB size is 19, entries is 0A (II) Module already built-in (II) Module already built-in (II) Module already built-in crtc 0 1600 1600 writting vpll 00020601 writting vpll2 00000000 output 0 debug_0 01141191 savep->dither 00070000 1: crtc 0 output0: 0000: twocrt 0 twomon 0 (EE) AIGLX error: drmMap of framebuffer failed (Invalid argument)(EE) AIGLX: reverting to software rendering Fatal server error: DMA queue hang: dmaPut=1ff6, current=0, status=0 writting vpll 0...
2009 Nov 23
2
[PATCH 1/3] drm/nouveau: Update the CRTC arbitration parameters on FB depth switch.
...>mode_reg; struct nv04_crtc_reg *regp = &state->crtc_reg[nv_crtc->index]; - struct drm_framebuffer *fb = crtc->fb; struct nouveau_pll_vals *pv = &regp->pllvals; struct pll_lims pll_lim; - int vclk, arb_burst, arb_fifo_lwm; if (get_pll_limits(dev, nv_crtc->index ? VPLL2 : VPLL1, &pll_lim)) return; @@ -130,8 +128,7 @@ static void nv_crtc_calc_state_ext(struct drm_crtc *crtc, struct drm_display_mod if (dev_priv->chipset > 0x40 && dot_clock <= (pll_lim.vco1.maxfreq / 2)) memset(&pll_lim.vco2, 0, sizeof(pll_lim.vco2)); - vclk = nouve...
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi, Please find attached the patches which I currently use on my desktop machine for dual head with the randr branch to fix the issues which I found. They may help others as well but may e.g. also disable the Xv blitter which might be working for some (but didn't on my card) - more information is found in the text comments in the patches. I have to hurry so this is short, will be back.