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
fef1c0ef
Commit
fef1c0ef
authored
Oct 31, 2019
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/gr/gf100-: remove dtor
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
0514a6b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
+0
-2
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h
+0
-1
No files found.
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
View file @
fef1c0ef
...
...
@@ -2031,8 +2031,6 @@ gf100_gr_dtor(struct nvkm_gr *base)
{
struct
gf100_gr
*
gr
=
gf100_gr
(
base
);
if
(
gr
->
func
->
dtor
)
gr
->
func
->
dtor
(
gr
);
kfree
(
gr
->
data
);
nvkm_falcon_del
(
&
gr
->
gpccs
.
falcon
);
...
...
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h
View file @
fef1c0ef
...
...
@@ -157,7 +157,6 @@ struct gf100_gr_func_zbc {
};
struct
gf100_gr_func
{
void
(
*
dtor
)(
struct
gf100_gr
*
);
void
(
*
oneinit_tiles
)(
struct
gf100_gr
*
);
void
(
*
oneinit_sm_id
)(
struct
gf100_gr
*
);
int
(
*
init
)(
struct
gf100_gr
*
);
...
...
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