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
f612b0f6
Commit
f612b0f6
authored
May 30, 2020
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/gr/gf100-: make some functions static
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
8869dff1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
+3
-3
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
+3
-3
No files found.
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
View file @
f612b0f6
...
...
@@ -741,7 +741,7 @@ gf100_gr_fecs_ctrl_ctxsw(struct gf100_gr *gr, u32 mthd)
return
-
ETIMEDOUT
;
}
int
static
int
gf100_gr_fecs_start_ctxsw
(
struct
nvkm_gr
*
base
)
{
struct
gf100_gr
*
gr
=
gf100_gr
(
base
);
...
...
@@ -756,7 +756,7 @@ gf100_gr_fecs_start_ctxsw(struct nvkm_gr *base)
return
ret
;
}
int
static
int
gf100_gr_fecs_stop_ctxsw
(
struct
nvkm_gr
*
base
)
{
struct
gf100_gr
*
gr
=
gf100_gr
(
base
);
...
...
@@ -2032,7 +2032,7 @@ gf100_gr_fini(struct nvkm_gr *base, bool suspend)
return
0
;
}
void
*
static
void
*
gf100_gr_dtor
(
struct
nvkm_gr
*
base
)
{
struct
gf100_gr
*
gr
=
gf100_gr
(
base
);
...
...
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
View file @
f612b0f6
...
...
@@ -33,7 +33,7 @@ struct gk20a_fw_av
u32
data
;
};
int
static
int
gk20a_gr_av_to_init
(
struct
gf100_gr
*
gr
,
const
char
*
path
,
const
char
*
name
,
int
ver
,
struct
gf100_gr_pack
**
ppack
)
{
...
...
@@ -83,7 +83,7 @@ struct gk20a_fw_aiv
u32
data
;
};
int
static
int
gk20a_gr_aiv_to_init
(
struct
gf100_gr
*
gr
,
const
char
*
path
,
const
char
*
name
,
int
ver
,
struct
gf100_gr_pack
**
ppack
)
{
...
...
@@ -126,7 +126,7 @@ gk20a_gr_aiv_to_init(struct gf100_gr *gr, const char *path, const char *name,
return
ret
;
}
int
static
int
gk20a_gr_av_to_method
(
struct
gf100_gr
*
gr
,
const
char
*
path
,
const
char
*
name
,
int
ver
,
struct
gf100_gr_pack
**
ppack
)
{
...
...
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