aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_file.h
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2018-02-28 14:11:23 +0000
committerLiviu Dudau <Liviu.Dudau@arm.com>2018-06-20 15:30:20 +0100
commitd67b6a2065076d763c7df626b8c54f16038ad862 (patch)
treefb7d98ec56e8a726aa2ea0696c55b6702265729e /include/drm/drm_file.h
parentdrm: writeback: Add out-fences for writeback connectors (diff)
downloadwireguard-linux-d67b6a2065076d763c7df626b8c54f16038ad862.tar.xz
wireguard-linux-d67b6a2065076d763c7df626b8c54f16038ad862.zip
drm: writeback: Add client capability for exposing writeback connectors
Due to the fact that writeback connectors behave in a special way in DRM (they always report being disconnected) we might confuse some userspace. Add a client capability for writeback connectors that will filter them out for clients that don't understand the capability. Changelog: - only accept the capability if the client has already set the DRM_CLIENT_CAP_ATOMIC one. Cc: Sean Paul <seanpaul@chromium.org> Cc: Brian Starkey <brian.starkey@arm.com> Signed-off-by: Liviu Dudau <liviu.dudau@arm.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Brian Starkey <brian.starkey@arm.com> Link: https://patchwork.freedesktop.org/patch/229038/
Diffstat (limited to 'include/drm/drm_file.h')
-rw-r--r--include/drm/drm_file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h
index 027ac16da3d1..26485acc51d7 100644
--- a/include/drm/drm_file.h
+++ b/include/drm/drm_file.h
@@ -193,6 +193,13 @@ struct drm_file {
unsigned aspect_ratio_allowed:1;
/**
+ * @writeback_connectors:
+ *
+ * True if client understands writeback connectors
+ */
+ unsigned writeback_connectors:1;
+
+ /**
* @is_master:
*
* This client is the creator of @master. Protected by struct