diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2017-06-15 02:18:27 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-06-15 15:16:37 +0300 |
commit | d0fbbdff2e19aabccc1107b7e12ab9f3cbf626ef (patch) | |
tree | a5f3ea968f30c1d4d1169a739d7051061e38ff3a /drivers/gpu/host1x | |
parent | 368f622c0d76a22662af33759be8c4408819295d (diff) | |
download | linux-d0fbbdff2e19aabccc1107b7e12ab9f3cbf626ef.tar.xz |
drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTL
The waitchecks along with multiple syncpoints per submit are not ready
for use yet, let's forbid them for now.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x')
-rw-r--r-- | drivers/gpu/host1x/job.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/host1x/job.h b/drivers/gpu/host1x/job.h index 878239c476d2..0debd93a1849 100644 --- a/drivers/gpu/host1x/job.h +++ b/drivers/gpu/host1x/job.h @@ -34,13 +34,6 @@ struct host1x_cmdbuf { u32 pad; }; -struct host1x_waitchk { - struct host1x_bo *bo; - u32 offset; - u32 syncpt_id; - u32 thresh; -}; - struct host1x_job_unpin_data { struct host1x_bo *bo; struct sg_table *sgt; |