search for: nvaa

Displaying 20 results from an estimated 86 matches for "nvaa".

Did you mean: naa
2014 Dec 10
0
[PATCH v3 2/2] fb/nvaa: Enable non-isometric poller on NVAA/NVAC
...ubdev/fb/nv50.c as suggested by Roy Spliet; - Remove arbitrary writes to 100c18/100c24 - Replace write to 100c1c of arbitrary value by the address of a scratch page as proposed by Ilia Mirkin; - Remove enabling of bits 16 and 0 as they don't yield in any changes. v3: - Move code to subdev/fb/nvaa.c as suggested by Ilia Mirkin. The following changes were made thanks to information provided by Robert Morell from NVidia: - Allocate a dma page for use by the pollers; - Re-enable pollers at bits 16 and 0; - Set pollers address to a proper value. Signed-off-by: Pierre Moreau <pierre.morrow at...
2013 Dec 06
2
Regression: drm/nouveau/clk: implement power state and engine clock control in core (7c856522069755ab9d163a24ac332cd3cb35fe30) breaks GeForce 9400 on Intel Mac Mini Model November 2010 model
...nown > > [ 7.687867] nouveau E[ CLK][0000:02:00.0] init failed, -22 > http://lists.freedesktop.org/archives/nouveau/2013-December/015304.html thank you. I tried to cherry pick this patch on top of Linux tip, but was not able to: CC [M] drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.o drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c:478:8: error: redefinition of 'struct nvaa_clock_priv' drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c:33:8: note: originally defined here drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c:488:1: error: redefinition of 'read_div' dr...
2014 Dec 10
2
[PATCH RESEND 1/2] Allow noaccel to be a pci address
Signed-off-by: Pierre Moreau <pierre.morrow at free.fr> --- drm/nouveau_drm.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drm/nouveau_drm.c b/drm/nouveau_drm.c index afb93bb..ffa1e4f 100644 --- a/drm/nouveau_drm.c +++ b/drm/nouveau_drm.c @@ -61,9 +61,10 @@ MODULE_PARM_DESC(debug, "debug string to pass to driver core"); static char
2014 Dec 11
1
[PATCH v3 2/2] fb/nvaa: Enable non-isometric poller on NVAA/NVAC
...y Spliet; > - Remove arbitrary writes to 100c18/100c24 > - Replace write to 100c1c of arbitrary value by the address of a scratch page > as proposed by Ilia Mirkin; > - Remove enabling of bits 16 and 0 as they don't yield in any changes. > > v3: > - Move code to subdev/fb/nvaa.c as suggested by Ilia Mirkin. > The following changes were made thanks to information provided by Robert Morell > from NVidia: > - Allocate a dma page for use by the pollers; > - Re-enable pollers at bits 16 and 0; > - Set pollers address to a proper value. Hey Pierre, This patch i...
2013 Dec 06
0
Regression: drm/nouveau/clk: implement power state and engine clock control in core (7c856522069755ab9d163a24ac332cd3cb35fe30) breaks GeForce 9400 on Intel Mac Mini Model November 2010 model
...ouveau E[ CLK][0000:02:00.0] init failed, -22 > >> http://lists.freedesktop.org/archives/nouveau/2013-December/015304.html > > thank you. I tried to cherry pick this patch on top of Linux tip, but > was not able to: > > CC [M] drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.o > drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c:478:8: error: redefinition of 'struct nvaa_clock_priv' Something very funny happened. Are you sure you applied the patch correctly? The file should only be 445 lines long, I'm guessing you double-applied it? > drivers/gpu/drm/...
2014 Dec 02
1
Testers needed for NVAA/NVAC kernel patch
Hello everyone, I would need testers to check that this patch doesn't break working NVAA/NVAC configurations. It fixes an issue where some NVAC would hang on boot; if similar issues exist on NVAA, it may fix them too. You will find the patch below in two different versions: one will apply on Ben Skeggs' repository, the other one will apply on a regular Linux tree. Thanks in advanc...
2013 Nov 16
0
[PATCH] drm/nouveau/clk: Implement reclocking for NVAA/NVAC
...ocking on boot Signed-off-by: Roy Spliet <rspliet at eclipso.eu> --- drivers/gpu/drm/nouveau/Makefile | 1 + drivers/gpu/drm/nouveau/core/engine/device/nv50.c | 4 +- .../gpu/drm/nouveau/core/include/subdev/clock.h | 4 + drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c | 439 +++++++++++++++++++++ drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.h | 22 ++ 5 files changed, 468 insertions(+), 2 deletions(-) create mode 100644 drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c create mode 100644 drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.h diff --git a/dr...
2013 Nov 17
0
[PATCH] drm/nouveau/clk: Implement reclocking for NVAA/NVAC
...Tiny clean up Signed-off-by: Roy Spliet <rspliet at eclipso.eu> --- drivers/gpu/drm/nouveau/Makefile | 1 + drivers/gpu/drm/nouveau/core/engine/device/nv50.c | 4 +- .../gpu/drm/nouveau/core/include/subdev/clock.h | 4 + drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c | 439 +++++++++++++++++++++ drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.h | 21 + 5 files changed, 467 insertions(+), 2 deletions(-) create mode 100644 drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.c create mode 100644 drivers/gpu/drm/nouveau/core/subdev/clock/nvaa.h diff --git a/dri...
2013 Aug 20
5
[Bug 68344] New: [piglit] shaders/glsl-fs-texture2d-dependent-4 randomly passes or fails on NVAA/NV50
https://bugs.freedesktop.org/show_bug.cgi?id=68344 Priority: medium Bug ID: 68344 Assignee: nouveau at lists.freedesktop.org Summary: [piglit] shaders/glsl-fs-texture2d-dependent-4 randomly passes or fails on NVAA/NV50 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: dirkneukirchen at web.de Hardware: x86 (IA32) Status: NEW Version: git Component: Driver/nouvea...
2013 Nov 09
2
[PATCH] drm/nouveau/clk: Initial implementation for reclocking NVAA/NVAC
Reclocking of NVAA/NVAC is substantially different from NV50+, enough to justify a separate clock implementation. This code is a forward-port of reclocking code that has been sitting in a branch for a while, and has been tested on my NVAC. Traces show no significant reasons why this shouldn't work on NVAA, but te...
2013 Jul 31
1
Traces wanted for NVAA/NVAF
Dear All, After recently taking a little dive into the NVAC clock tree, I was wondering what that net would look like on cards I expect to be similar. In this case I'm looking for MMIOtraces of NVAA and NVAF, which is marketed as the 8x00 mGPU, 9x00 mGPU, 320M, ION and/or some nForce IGP. If there is anyone who could provide me with an MMIO trace for any of these cards that would be greatly appreciated. If you need help in the process, please contact me by e-mail or on IRC. Many thanks in...
2019 Aug 27
4
[Bug 111503] New: [NVAA] Impossible to adjust brightness
https://bugs.freedesktop.org/show_bug.cgi?id=111503 Bug ID: 111503 Summary: [NVAA] Impossible to adjust brightness Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: minor Priority: not set Component: Driver/nouveau Assignee: nouveau a...
2013 Nov 11
3
[Bug 71484] New: [NVAA] random graphical corruption with vlc on 3.12 (and earlier)
https://bugs.freedesktop.org/show_bug.cgi?id=71484 Priority: medium Bug ID: 71484 Assignee: nouveau at lists.freedesktop.org Summary: [NVAA] random graphical corruption with vlc on 3.12 (and earlier) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: dirkneukirchen at web.de Hardware: x86 (IA32)...
2013 Dec 06
2
Regression: drm/nouveau/clk: implement power state and engine clock control in core (7c856522069755ab9d163a24ac332cd3cb35fe30) breaks GeForce 9400 on Intel Mac Mini Model November 2010 model
Hello everyone, the current git HEAD of Linus Torvalds tree breaks Nouveau on my Mac Mini Model 2010. I get variation of the following kernel panic when booting. (gateway) [~] nc -u -l -p 6666 [ 3.796018] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.796100] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 3.796304] ata1.00: ATA-7: INTEL SSDSA2M160G2GC, 2CV102HA, max
2014 Feb 28
1
[Bug 75620] New: [NVAA] nouveau: tearing regression
https://bugs.freedesktop.org/show_bug.cgi?id=75620 Priority: medium Bug ID: 75620 Assignee: nouveau at lists.freedesktop.org Summary: [NVAA] nouveau: tearing regression QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: alexanders83 at web.de Hardware: Other Status: NEW Version: unspecified Compone...
2014 May 16
2
[PATCH] clk: allow config option to enable reclocking
Adds a NvReclock boolean option to allow the user to enable (or disable) reclocking. All chipsets default to off, except NVAA/NVAC, which are reportedly complete. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Ben, I know you've been saying that reclocking is in a pretty bad state, but I do think that there are going to be groups of people for whom the current code can work at least a little bit. May...
2014 Aug 23
2
RESEND NVA3 clock tree improvements
Resend of patch #7 to fix behaviour when failing to pause parts of the GPU
2013 Dec 06
3
[Bug 72399] New: [NVAA][NV50][Regression] Oops : nouveau: 3.13-rc1+ probe of 0000:02:00.0 failed with error -22
https://bugs.freedesktop.org/show_bug.cgi?id=72399 Priority: medium Bug ID: 72399 Assignee: nouveau at lists.freedesktop.org Summary: [NVAA][NV50][Regression] Oops : nouveau: 3.13-rc1+ probe of 0000:02:00.0 failed with error -22 QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: All Reporter: dirkneukirchen at web.de Hard...
2013 Sep 30
7
[Bug 69952] New: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
https://bugs.freedesktop.org/show_bug.cgi?id=69952 Priority: medium Bug ID: 69952 Assignee: nouveau at lists.freedesktop.org Summary: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: dirkneukirchen at web.de Hardware: x86 (IA32) Status: NEW Vers...
2015 May 12
5
[Bug 90423] New: [NVAA]: Shutdown (poweroff) get stuck when runtime PM is enabled
https://bugs.freedesktop.org/show_bug.cgi?id=90423 Bug ID: 90423 Summary: [NVAA]: Shutdown (poweroff) get stuck when runtime PM is enabled Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau...