summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 6317f142..7649abd6 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -981,12 +981,13 @@ struct drm_mode_property_enum {
};
struct drm_mode_property_blob {
+ uint64_t data_ptr;
uint32_t length;
};
struct drm_mode_get_property {
- uint64_t values_ptr;
- uint64_t enum_blob_ptr;
+ uint64_t values_ptr; /* values and blob lengths */
+ uint64_t enum_blob_ptr; /* enum and blob id ptrs */
unsigned int prop_id;
unsigned int flags;