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
4bb4a746
Commit
4bb4a746
authored
May 19, 2017
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
7eaf1198
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
+1
-1
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
+1
-1
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
+1
-1
No files found.
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/init.h
View file @
4bb4a746
...
...
@@ -17,5 +17,5 @@ struct nvbios_init {
};
int
nvbios_exec
(
struct
nvbios_init
*
);
int
nvbios_
ini
t
(
struct
nvkm_subdev
*
,
bool
execute
);
int
nvbios_
pos
t
(
struct
nvkm_subdev
*
,
bool
execute
);
#endif
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c
View file @
4bb4a746
...
...
@@ -2290,7 +2290,7 @@ nvbios_exec(struct nvbios_init *init)
}
int
nvbios_
ini
t
(
struct
nvkm_subdev
*
subdev
,
bool
execute
)
nvbios_
pos
t
(
struct
nvkm_subdev
*
subdev
,
bool
execute
)
{
struct
nvkm_bios
*
bios
=
subdev
->
device
->
bios
;
int
ret
=
0
;
...
...
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c
View file @
4bb4a746
...
...
@@ -393,7 +393,7 @@ nv04_devinit_pll_set(struct nvkm_devinit *devinit, u32 type, u32 freq)
int
nv04_devinit_post
(
struct
nvkm_devinit
*
init
,
bool
execute
)
{
return
nvbios_
ini
t
(
&
init
->
subdev
,
execute
);
return
nvbios_
pos
t
(
&
init
->
subdev
,
execute
);
}
void
...
...
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