gpu: host1x: Remove unused 'struct host1x_cmdbuf'
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>
This commit is contained in:
Родитель
a47ac10e6e
Коммит
03ebcaa3de
|
@ -27,13 +27,6 @@ struct host1x_job_gather {
|
||||||
bool handled;
|
bool handled;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct host1x_cmdbuf {
|
|
||||||
u32 handle;
|
|
||||||
u32 offset;
|
|
||||||
u32 words;
|
|
||||||
u32 pad;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct host1x_job_unpin_data {
|
struct host1x_job_unpin_data {
|
||||||
struct host1x_bo *bo;
|
struct host1x_bo *bo;
|
||||||
struct sg_table *sgt;
|
struct sg_table *sgt;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче