Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nouveau
wiki
Commits
99e79382
Commit
99e79382
authored
Aug 24, 2014
by
imirkin
Committed by
nouveau
Aug 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
9b3638ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NVC0_Firmware.mdwn
NVC0_Firmware.mdwn
+1
-1
No files found.
NVC0_Firmware.mdwn
View file @
99e79382
...
...
@@ -74,7 +74,7 @@ and put them in binary files in `/lib/firmware/nouveau/`
Alternatively you can use this perl snippet in combination with demmio:
demmio -f mmiotrace
-VP5
.log.xz | 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) .* <= (.*)/); print { $m{$1} } pack "I", hex($2);}'
demmio -f mmiotrace.log.xz | 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) .* <= (.*)/); print { $m{$1} } pack "I", hex($2);}'
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment