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
3b54befd
Commit
3b54befd
authored
May 30, 2020
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/mmu: make a couple of functions static
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
94cad89a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c
+1
-1
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/tu102.c
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/tu102.c
+1
-1
No files found.
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.c
View file @
3b54befd
...
...
@@ -61,7 +61,7 @@ nvkm_mmu_ptp_put(struct nvkm_mmu *mmu, bool force, struct nvkm_mmu_pt *pt)
kfree
(
pt
);
}
struct
nvkm_mmu_pt
*
st
atic
st
ruct
nvkm_mmu_pt
*
nvkm_mmu_ptp_get
(
struct
nvkm_mmu
*
mmu
,
u32
size
,
bool
zero
)
{
struct
nvkm_mmu_pt
*
pt
;
...
...
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/tu102.c
View file @
3b54befd
...
...
@@ -27,7 +27,7 @@
#include <nvif/class.h>
const
u8
*
static
const
u8
*
tu102_mmu_kind
(
struct
nvkm_mmu
*
mmu
,
int
*
count
,
u8
*
invalid
)
{
static
const
u8
...
...
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