Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / include / drm / drm_mode_config.h
index 1b37368..0b4ac2e 100644 (file)
@@ -429,19 +429,6 @@ struct drm_mode_config {
         */
        struct list_head encoder_list;
 
-       /**
-        * @num_overlay_plane:
-        *
-        * Number of overlay planes on this device, excluding primary and cursor
-        * planes.
-        *
-        * Track number of overlay planes separately from number of total
-        * planes.  By default we only advertise overlay planes to userspace; if
-        * userspace sets the "universal plane" capability bit, we'll go ahead
-        * and expose all planes. This is invariant over the lifetime of a
-        * device and hence doesn't need any locks.
-        */
-       int num_overlay_plane;
        /**
         * @num_total_plane:
         *