Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
8b962dc4
Commit
8b962dc4
authored
May 30, 2020
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/nvfw/acr: make lsb_header_tail_dump static
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
f612b0f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c
drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c
+2
-3
No files found.
drivers/gpu/drm/nouveau/nvkm/nvfw/acr.c
View file @
8b962dc4
...
...
@@ -45,9 +45,8 @@ wpr_header_v1_dump(struct nvkm_subdev *subdev, const struct wpr_header_v1 *hdr)
nvkm_debug
(
subdev
,
"
\t
status : %d
\n
"
,
hdr
->
status
);
}
void
lsb_header_tail_dump
(
struct
nvkm_subdev
*
subdev
,
struct
lsb_header_tail
*
hdr
)
static
void
lsb_header_tail_dump
(
struct
nvkm_subdev
*
subdev
,
struct
lsb_header_tail
*
hdr
)
{
nvkm_debug
(
subdev
,
"lsbHeader
\n
"
);
nvkm_debug
(
subdev
,
"
\t
ucodeOff : 0x%x
\n
"
,
hdr
->
ucode_off
);
...
...
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