drm: s/enum_blob_list/enum_list/ in drm_property
[deliverable/linux.git] / include / uapi / drm / drm_mode.h
index a0db2d4aa5f0125349adc7ec6516fbfbda63be43..86574b0005ff0a476fa2299b8ef73de418670024 100644 (file)
@@ -286,6 +286,8 @@ struct drm_mode_get_property {
        char name[DRM_PROP_NAME_LEN];
 
        __u32 count_values;
+       /* This is only used to count enum values, not blobs. The _blobs is
+        * simply because of a historical reason, i.e. backwards compat. */
        __u32 count_enum_blobs;
 };
 
This page took 0.024563 seconds and 5 git commands to generate.