summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/hub.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-01-15 09:21:22 +0300
committerDave Airlie <airlied@redhat.com>2020-01-15 09:21:28 +0300
commitfd7226fbb25724bbafb236c520f5c02a8a37deec (patch)
tree05f96c9ff43ea5b0305c1c8318ee95bd7506bddc /drivers/gpu/drm/tegra/hub.h
parent688486a49cf500a193dfe15be9eb5aa468887769 (diff)
parent033ccdb7f6b11701623507339646013b4ce389d3 (diff)
downloadlinux-fd7226fbb25724bbafb236c520f5c02a8a37deec.tar.xz
Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/tegra: Changes for v5.6-rc1 This contains a small set of mostly fixes and some minor improvements. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thierry Reding <thierry.reding@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200111004835.2412858-1-thierry.reding@gmail.com
Diffstat (limited to 'drivers/gpu/drm/tegra/hub.h')
-rw-r--r--drivers/gpu/drm/tegra/hub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/hub.h b/drivers/gpu/drm/tegra/hub.h
index 767a60d9313c..3efa1be07ff8 100644
--- a/drivers/gpu/drm/tegra/hub.h
+++ b/drivers/gpu/drm/tegra/hub.h
@@ -17,7 +17,7 @@ struct tegra_windowgroup {
struct mutex lock;
unsigned int index;
- struct device *parent;
+ struct host1x_client *parent;
struct reset_control *rst;
};