diff options
author | Dave Airlie <airlied@redhat.com> | 2020-06-25 06:17:18 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-06-25 06:50:46 +0200 |
commit | a1cd3486d7b37dbdc76ac0770a22e763c4d4271f (patch) | |
tree | 0a18035877a81b3909bf7195a53f8296df2dd63e /include | |
parent | Merge tag 'du-fixes-20200621' of git://linuxtv.org/pinchartl/media into drm-f... (diff) | |
parent | drm/tegra: Add zpos property for cursor planes (diff) | |
download | linux-a1cd3486d7b37dbdc76ac0770a22e763c4d4271f.tar.xz linux-a1cd3486d7b37dbdc76ac0770a22e763c4d4271f.zip |
Merge tag 'drm/tegra/for-5.8-rc3' of git://anongit.freedesktop.org/tegra/linux into drm-fixes
drm/tegra: Fixes for v5.8-rc3
This contains a fairly random assortment of fixes for various minor
issues.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thierry Reding <thierry.reding@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200624165254.2763104-1-thierry.reding@gmail.com
Diffstat (limited to 'include')
-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 c230b4e70d75..a3a568bf9686 100644 --- a/include/linux/host1x.h +++ b/include/linux/host1x.h @@ -48,6 +48,9 @@ struct host1x_client_ops { * @channel: host1x channel associated with this client * @syncpts: array of syncpoints requested for this client * @num_syncpts: number of syncpoints requested for this client + * @parent: pointer to parent structure + * @usecount: reference count for this structure + * @lock: mutex for mutually exclusive concurrency */ struct host1x_client { struct list_head list; |