summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2014-04-01 20:16:57 -0400
committerRob Clark <robdclark@gmail.com>2014-04-01 20:18:16 -0400
commit9922ab5a7e4a4e089b2abfb1425590b97a7a90a3 (patch)
tree5433db8d25b85f30ad9246821215812cc7d1b1ad /include/drm/drm_crtc.h
parentdc415ff97d6b8f21cc6d264962f3a857a8d44650 (diff)
downloadop-kernel-dev-9922ab5a7e4a4e089b2abfb1425590b97a7a90a3.zip
op-kernel-dev-9922ab5a7e4a4e089b2abfb1425590b97a7a90a3.tar.gz
drm: Add plane type property (v2)
Add a plane type property to allow userspace to distinguish plane types. v2: Driver-specific churn eliminated now that drm_plane_init() and drm_universal_plane_init() were separated out in a previous patch. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 201d8c2..4c4f792 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -771,6 +771,7 @@ struct drm_mode_config {
struct list_head property_blob_list;
struct drm_property *edid_property;
struct drm_property *dpms_property;
+ struct drm_property *plane_type_property;
/* DVI-I properties */
struct drm_property *dvi_i_subconnector_property;
OpenPOWER on IntegriCloud