aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/host1x.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-06-25 12:59:35 +1000
committerDave Airlie <airlied@redhat.com>2019-06-25 12:59:43 +1000
commitdfd03396d7b66f90071aa5e8fdc0f3c4a66471c5 (patch)
tree0988d127866346fdeb1f63f9cb87266edca3fe05 /include/linux/host1x.h
parentMerge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next (diff)
parenthost1x: debugfs_create_dir() can never return NULL (diff)
downloadwireguard-linux-dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5.tar.xz
wireguard-linux-dfd03396d7b66f90071aa5e8fdc0f3c4a66471c5.zip
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/linux/host1x.h')
-rw-r--r--include/linux/host1x.h2
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)