* speed of card? @ 2017-06-19 17:00 James 2017-06-19 17:18 ` Ilia Mirkin 0 siblings, 1 reply; 6+ messages in thread From: James @ 2017-06-19 17:00 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW I have a NVE7 (GK107). How do I see the current memory/CPU speed? _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speed of card? 2017-06-19 17:00 speed of card? James @ 2017-06-19 17:18 ` Ilia Mirkin [not found] ` <CAKb7Uvhii0ST6+TH_O5EAR2Lx6j2ACSfD-W3Td5SG6-iUP_jUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Ilia Mirkin @ 2017-06-19 17:18 UTC (permalink / raw) To: James; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org cat /sys/kernel/debug/dri/0/pstate AC (or DC) line shows the current state. On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie@lockie.ca> wrote: > I have a NVE7 (GK107). > How do I see the current memory/CPU speed? > > > > _______________________________________________ > Nouveau mailing list > Nouveau@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAKb7Uvhii0ST6+TH_O5EAR2Lx6j2ACSfD-W3Td5SG6-iUP_jUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: speed of card? [not found] ` <CAKb7Uvhii0ST6+TH_O5EAR2Lx6j2ACSfD-W3Td5SG6-iUP_jUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-06-19 17:32 ` James 2017-06-19 17:38 ` Ilia Mirkin 0 siblings, 1 reply; 6+ messages in thread From: James @ 2017-06-19 17:32 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On 2017-06-19 01:18 PM, Ilia Mirkin wrote: > cat /sys/kernel/debug/dri/0/pstate > > AC (or DC) line shows the current state. > > On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie@lockie.ca> wrote: >> I have a NVE7 (GK107). >> How do I see the current memory/CPU speed? $ sudo cat /sys/kernel/debug/dri/0/pstate 07: core 324 MHz memory 648 MHz 0a: core 540 MHz memory 1620 MHz 0f: core 1058 MHz memory 5000 MHz AC: core 324 MHz memory 648 MHz Wow, it defaults to the lowest. Is there a way to change it? _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speed of card? 2017-06-19 17:32 ` James @ 2017-06-19 17:38 ` Ilia Mirkin [not found] ` <CAKb7UvhWFb5Cmf+rna-=2p2gPLzSDzgvw=QzOSLic5rbGvo8Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Ilia Mirkin @ 2017-06-19 17:38 UTC (permalink / raw) To: James; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On Mon, Jun 19, 2017 at 1:32 PM, James <bjlockie@lockie.ca> wrote: > On 2017-06-19 01:18 PM, Ilia Mirkin wrote: >> cat /sys/kernel/debug/dri/0/pstate >> >> AC (or DC) line shows the current state. >> >> On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie@lockie.ca> wrote: >>> I have a NVE7 (GK107). >>> How do I see the current memory/CPU speed? > > $ sudo cat /sys/kernel/debug/dri/0/pstate > 07: core 324 MHz memory 648 MHz > 0a: core 540 MHz memory 1620 MHz > 0f: core 1058 MHz memory 5000 MHz > AC: core 324 MHz memory 648 MHz > > Wow, it defaults to the lowest. Defaults to whatever state the VBIOS puts it into. > Is there a way to change it? echo 0a > /sys/kernel/... Note that you really want to be on kernel 4.10 or so in order for this to work well. (Working poorly = failure to reclock, or system hang afterwards.) -ilia _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAKb7UvhWFb5Cmf+rna-=2p2gPLzSDzgvw=QzOSLic5rbGvo8Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: speed of card? [not found] ` <CAKb7UvhWFb5Cmf+rna-=2p2gPLzSDzgvw=QzOSLic5rbGvo8Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-06-20 15:35 ` James 2017-06-20 15:50 ` Karol Herbst 0 siblings, 1 reply; 6+ messages in thread From: James @ 2017-06-20 15:35 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW On 2017-06-19 01:38 PM, Ilia Mirkin wrote: > On Mon, Jun 19, 2017 at 1:32 PM, James <bjlockie@lockie.ca> wrote: >> On 2017-06-19 01:18 PM, Ilia Mirkin wrote: >>> cat /sys/kernel/debug/dri/0/pstate >>> >>> AC (or DC) line shows the current state. >>> >>> On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie@lockie.ca> wrote: >>>> I have a NVE7 (GK107). >>>> How do I see the current memory/CPU speed? >> >> $ sudo cat /sys/kernel/debug/dri/0/pstate >> 07: core 324 MHz memory 648 MHz >> 0a: core 540 MHz memory 1620 MHz >> 0f: core 1058 MHz memory 5000 MHz >> AC: core 324 MHz memory 648 MHz >> >> Wow, it defaults to the lowest. > > Defaults to whatever state the VBIOS puts it into. > >> Is there a way to change it? > > echo 0a > /sys/kernel/... I did 0f. :-) The card temp (sensors) went from 44 degrees to 53. Is that still an ok temp? _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: speed of card? 2017-06-20 15:35 ` James @ 2017-06-20 15:50 ` Karol Herbst 0 siblings, 0 replies; 6+ messages in thread From: Karol Herbst @ 2017-06-20 15:50 UTC (permalink / raw) To: James; +Cc: ML nouveau On Tue, Jun 20, 2017 at 5:35 PM, James <bjlockie@lockie.ca> wrote: > On 2017-06-19 01:38 PM, Ilia Mirkin wrote: >> On Mon, Jun 19, 2017 at 1:32 PM, James <bjlockie@lockie.ca> wrote: >>> On 2017-06-19 01:18 PM, Ilia Mirkin wrote: >>>> cat /sys/kernel/debug/dri/0/pstate >>>> >>>> AC (or DC) line shows the current state. >>>> >>>> On Mon, Jun 19, 2017 at 1:00 PM, James <bjlockie@lockie.ca> wrote: >>>>> I have a NVE7 (GK107). >>>>> How do I see the current memory/CPU speed? >>> >>> $ sudo cat /sys/kernel/debug/dri/0/pstate >>> 07: core 324 MHz memory 648 MHz >>> 0a: core 540 MHz memory 1620 MHz >>> 0f: core 1058 MHz memory 5000 MHz >>> AC: core 324 MHz memory 648 MHz >>> >>> Wow, it defaults to the lowest. >> >> Defaults to whatever state the VBIOS puts it into. >> >>> Is there a way to change it? >> >> echo 0a > /sys/kernel/... > > I did 0f. :-) > The card temp (sensors) went from 44 degrees to 53. > Is that still an ok temp? > yes. Everything below 90°C is fine and the GPUs are usually setup in a way to protect themselves against overheating. > _______________________________________________ > Nouveau mailing list > Nouveau@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-06-20 15:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19 17:00 speed of card? James
2017-06-19 17:18 ` Ilia Mirkin
[not found] ` <CAKb7Uvhii0ST6+TH_O5EAR2Lx6j2ACSfD-W3Td5SG6-iUP_jUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-19 17:32 ` James
2017-06-19 17:38 ` Ilia Mirkin
[not found] ` <CAKb7UvhWFb5Cmf+rna-=2p2gPLzSDzgvw=QzOSLic5rbGvo8Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-20 15:35 ` James
2017-06-20 15:50 ` Karol Herbst
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.