Displaying 4 results from an estimated 4 matches for "nvf1".
Did you mean:
nvc1
2015 Apr 26
2
[Bug 90181] New: [NVF1] native cs:go crashes when its about to load up a map.
https://bugs.freedesktop.org/show_bug.cgi?id=90181
Bug ID: 90181
Summary: [NVF1] native cs:go crashes when its about to load up
a map.
Product: Mesa
Version: 10.5
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/D...
2014 May 12
1
[PATCH 1/2] device/nvf1: add support for 0xf1 (gk110b)
Signed-off-by: John Rowley <john.rowley08 at gmail.com>
---
nvkm/engine/device/nve0.c | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/nvkm/engine/device/nve0.c b/nvkm/engine/device/nve0.c
index 964c183..6e72f9c 100644
--- a/nvkm/engine/device/nve0.c
+++ b/nvkm/engine/device/nve0.c
@@ -208,6 +208,41 @@ nve0_identify(struct nouveau_device *device)
2014 Sep 17
10
[Bug 83992] New: [NVE0][NVF1] regression, linux 3.17 causes gpu lockups
https://bugs.freedesktop.org/show_bug.cgi?id=83992
Priority: medium
Bug ID: 83992
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE0][NVF1] regression, linux 3.17 causes gpu lockups
QA Contact: xorg-team at lists.x.org
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: tomenglund26 at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
V...
2014 May 12
0
[PATCH 2/2] device/nvf0: enable video decoding engines on gk110/gk208
Only tested on nvf1, was advised to enable on all.
Signed-off-by: John Rowley <john.rowley08 at gmail.com>
---
nvkm/engine/device/nve0.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/nvkm/engine/device/nve0.c b/nvkm/engine/device/nve0.c
index 6e72f9c..459099e 100644
--- a/nvkm/engine/device/nve0.c
+...