diff options
author | Dave Airlie <airlied@redhat.com> | 2019-06-25 12:59:35 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-06-25 12:59:43 +1000 |
commit | dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5 (patch) | |
tree | 0988d127866346fdeb1f63f9cb87266edca3fe05 /include | |
parent | 9b75276e4fb190b47ed62693cc4d9549a45c76a2 (diff) | |
parent | eb7cf945a8dac8603e6d0759023e9b6cfed7a008 (diff) |
Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/tegra: Changes for v5.3-rc1
This contains a couple of small improvements and cleanups for 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/20190621150753.19550-1-thierry.reding@gmail.com
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/host1x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index cfff30b9a62e..e6eea45e1154 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -297,6 +297,8 @@ struct host1x_device { struct list_head clients; bool registered; + + struct device_dma_parameters dma_parms; }; static inline struct host1x_device *to_host1x_device(struct device *dev) |