diff options
author | Dave Airlie <airlied@redhat.com> | 2020-05-14 05:29:45 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-05-14 05:29:50 +0300 |
commit | 6da9b046af6f2e6b22f5f768e374ee1137dfb250 (patch) | |
tree | 297b59a0a46e0367e9490b80bc08821625dee158 /include/linux | |
parent | 0c77ca2f9d87b5ba0f93324cd678aeb5de528399 (diff) | |
parent | 4010e729349fcab69183f338fe3743df17a473a0 (diff) | |
download | linux-6da9b046af6f2e6b22f5f768e374ee1137dfb250.tar.xz |
Merge tag 'drm/tegra/for-5.7-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-fixes
drm/tegra: Fixes for v5.7
This contains a pair of patches which fix SMMU support on Tegra124 and
Tegra210 for host1x and the Tegra DRM driver.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thierry Reding <thierry.reding@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200508101355.3031268-1-thierry.reding@gmail.com
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/host1x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 62d216ff1097..c230b4e70d75 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -17,9 +17,12 @@ enum host1x_class { HOST1X_CLASS_GR3D = 0x60, }; +struct host1x; struct host1x_client; struct iommu_group; +u64 host1x_get_dma_mask(struct host1x *host1x); + /** * struct host1x_client_ops - host1x client operations * @init: host1x client initialization code |