[Nouveau] [Bug 102236] New: Pcie link speed is gen2 instead of gen3

2017-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102236

Bug ID: 102236
   Summary: Pcie link speed is gen2 instead of gen3
   Product: xorg
   Version: 7.7 (2012.06)
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Driver/nouveau
  Assignee: nouveau@lists.freedesktop.org
  Reporter: bloblo2...@hotmail.com
QA Contact: xorg-t...@lists.x.org

Created attachment 133530
  --> https://bugs.freedesktop.org/attachment.cgi?id=133530=edit
lspci pstate 07 0f, vbios.rom nouveau, gtx770bios.rom from my gtx770 card

Hello,
Pcie link speed is gen2 instead of gen3

Kernel version: 4.10.0 (same situation with kern 4.9, 4.11, 4.13-rcx, 4.12 no
tested/remember)

My motherboard: x79 with 2 slot pci express 3 support

My graphic card: nvidia (msi) gtx 770 4 gb ddr5 oc edition twin frozr (2x fan)



Xorg: 7.7+19

Nouveau:
xserver-xorg-video-nouveau 1.0.13-3
libdrm-nouveau2 2.4.74-1

Dmesg (i compiled kernel with nouveau debug level 4 so very much info (clk, fan
etc), i pick just this:
nouveau :02:00.0: pci: pcie max speed: 5.0GT/s
nouveau :02:00.0: DRM: VRAM: 4096 MiB
nouveau :02:00.0: DRM: GART: 1048576 MiB
(clock and pstate are fine and its work)


We are 2 situation:
1- All gtx 770 have this situation (with nouveau)
or/and
2- Nvidia disable using 8 gt/s by default (in forums nvidia: is for all cards
or only for x79 motherboard maybe ? but give option to enable pci3 with grub
and for windows give a small program exe to enable pcie3
(You can default 8gt/s support but you also add nouveau.config=pcie=3 something
as nvidia method is your choice)

In attachment:
- lspci with pstate 07
- lspci with pstate 0f
- vbios.rom from nouveau, located in same path of pstate files
- gtx770bios.rom, bios rom of my gtx 770 extracted with gpuz in windows


ps: in lspci link showing max 5gt/s, but with blacklist nouveau, is show 8 gt/s

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 102234] (delete pls sorry)

2017-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102234

Ilia Mirkin  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 102234] New: x79

2017-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102234

Bug ID: 102234
   Summary: x79
   Product: xorg
   Version: 7.7 (2012.06)
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Driver/nouveau
  Assignee: nouveau@lists.freedesktop.org
  Reporter: bloblo2...@hotmail.com
QA Contact: xorg-t...@lists.x.org

Hello,

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [PATCH] drm/Makefile: Support custom output dir with O

2017-08-15 Thread Pierre Moreau
If the `O` variable from Makefile — which allows to specify the output folder
for the build process — is used when building Linux, it needs to be specified
when building Nouveau, even when out-of-tree.

This patch doesn’t fix any issues but let the developers — who uses the `O`
variable — avoid having to keep a custom patch around.

Signed-off-by: Pierre Moreau 
---
 drm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drm/Makefile b/drm/Makefile
index d5e23738..1f4ef45e 100644
--- a/drm/Makefile
+++ b/drm/Makefile
@@ -11,6 +11,9 @@ endif
 
 KBUILD_OPTS := M=$(CURDIR)/nouveau
 KBUILD_OPTS += KCPPFLAGS="-Iinclude/uapi/drm"
+ifdef OUTPUTDIR
+  KBUILD_OPTS += O=$(OUTPUTDIR)
+endif
 
 all: modules
 
-- 
2.14.1

___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau