* demmio
@ 2014-12-02 13:38 poma
[not found] ` <547DC0C8.4090201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: poma @ 2014-12-02 13:38 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Is this expected result for Chipset: G98 (NV98)?
$ modinfo nvidia -F version
304.123
$ stat -c %s mmiotrace.log
134659197
$ file mmiotrace.log
mmiotrace.log: ASCII text
$ grep -i lost mmiotrace.log ; echo $?
1
$ ./envytools/rnn/demmio -f mmiotrace.log | perl -e 'open($fh409c, ">fuc409c"); open($fh409d, ">fuc409d"); open($fh41ac, ">fuc41ac"); open($fh41ad, ">fuc41ad");%m = ("0x409184" => $fh409c, "0x4091c4" => $fh409d, "0x41a184" => $fh41ac, "0x41a1c4" => $fh41ad);while (<>) { exit if (/0x409840/); next if (!/W (0x4(?:09|1a)1[c8]4) .* <= (?:.*0x)?(.*)/); print { $m{$1} } pack "I", hex($2);}'
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
I don't know which chipset variant to use!
$ file fuc4*
fuc409c: empty
fuc409d: empty
fuc41ac: empty
fuc41ad: empty
Ref.
http://nouveau.freedesktop.org/wiki/NVC0_Firmware
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <547DC0C8.4090201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: demmio [not found] ` <547DC0C8.4090201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-12-02 13:40 ` Ilia Mirkin [not found] ` <CAKb7UvgcUS1v1KK8o+_GCrK5LGfonmErbuaoY+7qLVZrqJwymA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Ilia Mirkin @ 2014-12-02 13:40 UTC (permalink / raw) To: poma; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On Tue, Dec 2, 2014 at 8:38 AM, poma <pomidorabelisima@gmail.com> wrote: > Is this expected result for Chipset: G98 (NV98)? Yep, 100% expected. [Perhaps you might glance at the wiki page you got that from for clues as to why.] > > $ modinfo nvidia -F version > 304.123 > > $ stat -c %s mmiotrace.log > 134659197 > > $ file mmiotrace.log > mmiotrace.log: ASCII text > > $ grep -i lost mmiotrace.log ; echo $? > 1 > > $ ./envytools/rnn/demmio -f mmiotrace.log | perl -e 'open($fh409c, ">fuc409c"); open($fh409d, ">fuc409d"); open($fh41ac, ">fuc41ac"); open($fh41ad, ">fuc41ad");%m = ("0x409184" => $fh409c, "0x4091c4" => $fh409d, "0x41a184" => $fh41ac, "0x41a1c4" => $fh41ad);while (<>) { exit if (/0x409840/); next if (!/W (0x4(?:09|1a)1[c8]4) .* <= (?:.*0x)?(.*)/); print { $m{$1} } pack "I", hex($2);}' > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > I don't know which chipset variant to use! > > $ file fuc4* > fuc409c: empty > fuc409d: empty > fuc41ac: empty > fuc41ad: empty > > > Ref. > http://nouveau.freedesktop.org/wiki/NVC0_Firmware > _______________________________________________ > Nouveau mailing list > Nouveau@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CAKb7UvgcUS1v1KK8o+_GCrK5LGfonmErbuaoY+7qLVZrqJwymA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: demmio [not found] ` <CAKb7UvgcUS1v1KK8o+_GCrK5LGfonmErbuaoY+7qLVZrqJwymA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2014-12-02 13:50 ` poma [not found] ` <547DC38B.2000808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: poma @ 2014-12-02 13:50 UTC (permalink / raw) To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On 02.12.2014 14:40, Ilia Mirkin wrote: > On Tue, Dec 2, 2014 at 8:38 AM, poma <pomidorabelisima@gmail.com> wrote: >> Is this expected result for Chipset: G98 (NV98)? > > Yep, 100% expected. [Perhaps you might glance at the wiki page you got > that from for clues as to why.] > "You basically never need to do the mmiotrace, unless you're a nouveau developer."? I did everything by the book[1]. Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. Bummer. [1] https://wiki.ubuntu.com/X/MMIOTracing >> >> $ modinfo nvidia -F version >> 304.123 >> >> $ stat -c %s mmiotrace.log >> 134659197 >> >> $ file mmiotrace.log >> mmiotrace.log: ASCII text >> >> $ grep -i lost mmiotrace.log ; echo $? >> 1 >> >> $ ./envytools/rnn/demmio -f mmiotrace.log | perl -e 'open($fh409c, ">fuc409c"); open($fh409d, ">fuc409d"); open($fh41ac, ">fuc41ac"); open($fh41ad, ">fuc41ad");%m = ("0x409184" => $fh409c, "0x4091c4" => $fh409d, "0x41a184" => $fh41ac, "0x41a1c4" => $fh41ad);while (<>) { exit if (/0x409840/); next if (!/W (0x4(?:09|1a)1[c8]4) .* <= (?:.*0x)?(.*)/); print { $m{$1} } pack "I", hex($2);}' >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> I don't know which chipset variant to use! >> >> $ file fuc4* >> fuc409c: empty >> fuc409d: empty >> fuc41ac: empty >> fuc41ad: empty >> >> >> Ref. >> http://nouveau.freedesktop.org/wiki/NVC0_Firmware >> _______________________________________________ >> Nouveau mailing list >> Nouveau@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <547DC38B.2000808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: demmio [not found] ` <547DC38B.2000808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-12-02 13:52 ` Ilia Mirkin 2014-12-02 13:59 ` demmio poma 0 siblings, 1 reply; 6+ messages in thread From: Ilia Mirkin @ 2014-12-02 13:52 UTC (permalink / raw) To: poma; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On Tue, Dec 2, 2014 at 8:50 AM, poma <pomidorabelisima@gmail.com> wrote: > On 02.12.2014 14:40, Ilia Mirkin wrote: >> On Tue, Dec 2, 2014 at 8:38 AM, poma <pomidorabelisima@gmail.com> wrote: >>> Is this expected result for Chipset: G98 (NV98)? >> >> Yep, 100% expected. [Perhaps you might glance at the wiki page you got >> that from for clues as to why.] >> > > "You basically never need to do the mmiotrace, unless you're a nouveau developer."? > > I did everything by the book[1]. > Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. > Bummer. You don't just not need it -- you can't possibly use it. Context switching firmware of this sort only exists on nvc0+ (fermi and newer). As the page you got the instructions from suggests (NVC0_Firmware). -ilia _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: demmio 2014-12-02 13:52 ` demmio Ilia Mirkin @ 2014-12-02 13:59 ` poma [not found] ` <547DC5D0.2040000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: poma @ 2014-12-02 13:59 UTC (permalink / raw) To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On 02.12.2014 14:52, Ilia Mirkin wrote: > On Tue, Dec 2, 2014 at 8:50 AM, poma <pomidorabelisima@gmail.com> wrote: >> On 02.12.2014 14:40, Ilia Mirkin wrote: >>> On Tue, Dec 2, 2014 at 8:38 AM, poma <pomidorabelisima@gmail.com> wrote: >>>> Is this expected result for Chipset: G98 (NV98)? >>> >>> Yep, 100% expected. [Perhaps you might glance at the wiki page you got >>> that from for clues as to why.] >>> >> >> "You basically never need to do the mmiotrace, unless you're a nouveau developer."? >> >> I did everything by the book[1]. >> Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. >> Bummer. > > You don't just not need it -- you can't possibly use it. Context > switching firmware of this sort only exists on nvc0+ (fermi and > newer). As the page you got the instructions from suggests > (NVC0_Firmware). > > -ilia > AHA! Maxwell and Maxwell only. Bummer. _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <547DC5D0.2040000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: demmio [not found] ` <547DC5D0.2040000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-12-02 21:25 ` poma 0 siblings, 0 replies; 6+ messages in thread From: poma @ 2014-12-02 21:25 UTC (permalink / raw) To: Ilia Mirkin; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org On 02.12.2014 14:59, poma wrote: > On 02.12.2014 14:52, Ilia Mirkin wrote: >> On Tue, Dec 2, 2014 at 8:50 AM, poma <pomidorabelisima@gmail.com> wrote: >>> On 02.12.2014 14:40, Ilia Mirkin wrote: >>>> On Tue, Dec 2, 2014 at 8:38 AM, poma <pomidorabelisima@gmail.com> wrote: >>>>> Is this expected result for Chipset: G98 (NV98)? >>>> >>>> Yep, 100% expected. [Perhaps you might glance at the wiki page you got >>>> that from for clues as to why.] >>>> >>> >>> "You basically never need to do the mmiotrace, unless you're a nouveau developer."? >>> >>> I did everything by the book[1]. >>> Though I don't need this, I still wanted to see how it works with 'nouveau.config=NvGrUseFW=1'. >>> Bummer. >> >> You don't just not need it -- you can't possibly use it. Context >> switching firmware of this sort only exists on nvc0+ (fermi and >> newer). As the page you got the instructions from suggests >> (NVC0_Firmware). >> >> -ilia >> > > AHA! Maxwell and Maxwell only. > Bummer. > Pardon me, Fermi, Kepler and Maxwell only. Bummer^3. _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-12-02 21:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 13:38 demmio poma
[not found] ` <547DC0C8.4090201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-02 13:40 ` demmio Ilia Mirkin
[not found] ` <CAKb7UvgcUS1v1KK8o+_GCrK5LGfonmErbuaoY+7qLVZrqJwymA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-02 13:50 ` demmio poma
[not found] ` <547DC38B.2000808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-02 13:52 ` demmio Ilia Mirkin
2014-12-02 13:59 ` demmio poma
[not found] ` <547DC5D0.2040000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-02 21:25 ` demmio poma
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.