All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 75094] New: NV92 is faster and runs games fine than NVE6, why?
@ 2014-02-17 13:50 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-17 13:50 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 884 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

          Priority: medium
            Bug ID: 75094
          Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
           Summary: NV92 is faster and runs games fine than NVE6, why?
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: fast.rizwaan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/DRI/nouveau
           Product: Mesa

Created attachment 94204
  --> https://bugs.freedesktop.org/attachment.cgi?id=94204&action=edit
9800 glxinfo - games and 3d performance is great

9800GT (nv92) looks more compatible, wine and other games performs better with
9800GT than nvidia 650ti (nve6)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2319 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75094] NV92 is faster and runs games fine than NVE6, why?
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2014-02-17 13:52   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18  4:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-17 13:52 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 499 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

--- Comment #1 from Asif Ali Rizvan <fast.rizwaan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
Created attachment 94205
  --> https://bugs.freedesktop.org/attachment.cgi?id=94205&action=edit
650ti glxinfo - graphics are misisng and performance is somewhat poor

I'm just wondering, when it is using nouveau and has all the GL_ features, why
9800 works better than 650ti?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1479 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75094] NV92 is faster and runs games fine than NVE6, why?
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2014-02-17 13:52   ` [Bug 75094] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-18  4:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18 18:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-18  4:59 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 1256 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Asif, I understand your frustration. However this is due to the lack of
reclocking in nouveau. Kepler cards are, by default, usually clocked at ~50MHz,
while your 9800 probably runs at 1GHz+. Since we can't (currently, reliably)
change clocks, you end up running at that default frequency, and it's no
surprise that the Kepler card is slower when its clocks are 1/20th of the speed
of the 9800.

There _is_ highly experimental reclocking available, feel free to try it out,
but this is a "will void warranty" type situation :) You'll need to grab the
latest 3.14-rc, remove the "return -ENOSYS" in the pstate update handler, and
potentially boot with nouveau.config=NvMemExec=1 if you're feeling particularly
adventurous.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2692 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75094] NV92 is faster and runs games fine than NVE6, why?
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2014-02-17 13:52   ` [Bug 75094] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18  4:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-18 18:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18 19:19   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18 19:26   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-18 18:59 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

--- Comment #3 from Matthias Nagel <matthias.h.nagel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
A pose this question only to make things more clear to me, because I own a
650TI, too. I have the following dmesg output during boot:

nouveau  [     DRM] 4 available performance level(s)
nouveau  [     DRM] 0: core 162MHz shader 324MHz memory 648MHz voltage 100mV
nouveau  [     DRM] 1: core 405MHz shader 810MHz memory 1080MHz voltage 80mV
nouveau  [     DRM] 2: core 1502MHz shader 3004MHz memory 1080MHz voltage 60mV
nouveau  [     DRM] 3: core 1502MHz shader 3004MHz memory 1080MHz voltage 40mV

Do I understand you correctly: Nouveau always uses level 0, this is to say
162MHz (for core), 324MHz (for shader) and 648MHz (for memory) regardless how
much work the card is faced with?

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1724 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75094] NV92 is faster and runs games fine than NVE6, why?
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2014-02-18 18:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-18 19:19   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-02-18 19:26   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-18 19:19 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 1278 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

--- Comment #4 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
(In reply to comment #3)
> A pose this question only to make things more clear to me, because I own a
> 650TI, too. I have the following dmesg output during boot:
> 
> nouveau  [     DRM] 4 available performance level(s)
> nouveau  [     DRM] 0: core 162MHz shader 324MHz memory 648MHz voltage 100mV
> nouveau  [     DRM] 1: core 405MHz shader 810MHz memory 1080MHz voltage 80mV
> nouveau  [     DRM] 2: core 1502MHz shader 3004MHz memory 1080MHz voltage
> 60mV
> nouveau  [     DRM] 3: core 1502MHz shader 3004MHz memory 1080MHz voltage
> 40mV

With newer kernels (3.13+), the output is a little different and you'll also
see a 'c' line which indicates the current speed. (I believe with pre-3.13 you
also saw a 'c' line but it was probably empty for Kepler cards.) I'm not sure
how accurate those readouts are for kepler on pre-3.13.

Like I said, nouveau can't change clock frequencies, so it'll be in whatever
level the vbios leaves it in. (Which might not be one of the listed levels at
all!) Often, for Fermi and newer, it's the lowest or second-lowest one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2171 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 75094] NV92 is faster and runs games fine than NVE6, why?
       [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (3 preceding siblings ...)
  2014-02-18 19:19   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-02-18 19:26   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-02-18 19:26 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=75094

--- Comment #5 from Matthias Nagel <matthias.h.nagel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
Thanks, that's all I wanted to know. And you are right. The line that starts
with "c" is empty on a 3.12.9 kernel.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1153 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-18 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 13:50 [Bug 75094] New: NV92 is faster and runs games fine than NVE6, why? bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-75094-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-02-17 13:52   ` [Bug 75094] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-18  4:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-18 18:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-18 19:19   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-02-18 19:26   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.