projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47ac10
)
gpu: host1x: Remove unused 'struct host1x_cmdbuf'
author
Dmitry Osipenko
<digetx@gmail.com>
Wed, 14 Jun 2017 23:18:40 +0000
(
02:18
+0300)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 15 Jun 2017 12:24:59 +0000
(14:24 +0200)
The struct host1x_cmdbuf is unused, let's remove it.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/job.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/job.h
b/drivers/gpu/host1x/job.h
index
0debd93
..
4bda51d
100644
(file)
--- a/
drivers/gpu/host1x/job.h
+++ b/
drivers/gpu/host1x/job.h
@@
-27,13
+27,6
@@
struct host1x_job_gather {
bool handled;
};
-struct host1x_cmdbuf {
- u32 handle;
- u32 offset;
- u32 words;
- u32 pad;
-};
-
struct host1x_job_unpin_data {
struct host1x_bo *bo;
struct sg_table *sgt;