All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 71994] New: Can't set performance level on Fermi card, Linux 3.13
@ 2013-11-25 14:34 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-71994-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2013-11-25 14:34 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

          Priority: medium
            Bug ID: 71994
          Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
           Summary: Can't set performance level on Fermi card, Linux 3.13
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: anakin.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
          Hardware: Other
            Status: NEW
           Version: 9.2
         Component: Drivers/DRI/nouveau
           Product: Mesa

Created attachment 89753
  --> https://bugs.freedesktop.org/attachment.cgi?id=89753&action=edit
kernel log

I guess reclocking is supposed to work with Linux 3.13 with Fermi cards (I have
a GT 540M), but it doesn't seem to on mine:

# cat /sys/class/drm/card0/device/pstate 
03: core 50 MHz memory 135 MHz
07: core 202 MHz memory 324 MHz
0f: core 672 MHz memory 800 MHz
--: core 0 MHz memory 0 MHz *

# echo "0f" > /sys/class/drm/card0/device/pstate 
bash: echo: erreur d'écriture : Fonction non implantée

It means in English:
bash: echo: write error : Function not implemented

Am I doing anything wrong ?

I'm on ArchLinux.
linux-mainline 3.13rc1-1
nouveau-dri 9.2.3-2

Best regards,

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

[-- Attachment #1.2: Type: text/html, Size: 2813 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] 3+ messages in thread

* [Bug 71994] Can't set performance level on Fermi card, Linux 3.13
       [not found] ` <bug-71994-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2013-11-25 17:35   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2013-11-25 18:08   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2013-11-25 17:35 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

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

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

--- Comment #1 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Nope, not supposed to work.

Feel free to apply the equivalent of
http://cgit.freedesktop.org/~darktama/nouveau/commit/?h=devel-pm&id=ffbf93ba1eb5f05d22bd5419e5f314188801155b
to your kernel, and if you want memory reclocking in addition to engine
reclocking, you can boot with nouveau.config=NvMemExec=1. However at this point
we're not interested in whether it works or not -- it (probably) doesn't on a
whole bunch of cards.

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

[-- Attachment #1.2: Type: text/html, Size: 2517 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] 3+ messages in thread

* [Bug 71994] Can't set performance level on Fermi card, Linux 3.13
       [not found] ` <bug-71994-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2013-11-25 17:35   ` [Bug 71994] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2013-11-25 18:08   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2013-11-25 18:08 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

--- Comment #2 from anakin.cs-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org ---
Thanks. It doesn't work on my 8800GT either (used to work with the older
performance_level setting), I guess this'll solve it as well?

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

[-- Attachment #1.2: Type: text/html, Size: 1116 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] 3+ messages in thread

end of thread, other threads:[~2013-11-25 18:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 14:34 [Bug 71994] New: Can't set performance level on Fermi card, Linux 3.13 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-71994-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2013-11-25 17:35   ` [Bug 71994] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2013-11-25 18:08   ` 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.