X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Fdrm%2Fdrm_mode_config.h;h=5764ee3c7453e4f9f23b9fb96096207211cdca06;hp=7f60e8eb269acdaff4d5151e8b5b73b8a3bf7d09;hb=585b000de23ba06818975734da2303bd6ba2dcdd;hpb=a9dce6679d736cb3d612af39bab9f31f8db66f9b diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h index 7f60e8eb269a..5764ee3c7453 100644 --- a/include/drm/drm_mode_config.h +++ b/include/drm/drm_mode_config.h @@ -836,6 +836,12 @@ struct drm_mode_config { */ struct drm_property *writeback_out_fence_ptr_property; + /** + * @content_protection_property: DRM ENUM property for content + * protection. See drm_connector_attach_content_protection_property(). + */ + struct drm_property *content_protection_property; + /* dumb ioctl parameters */ uint32_t preferred_depth, prefer_shadow;