drm: Increase max number of DRM object properties
The maximum number of properties that can be created for a DRM object needs to be increased. Change-Id: Ic0f6d9ec73a6071dbb397b924a4389a9afb81bdc Signed-off-by: Benet Clark <benetc@codeaurora.org>
This commit is contained in:
parent
90607cb04f
commit
9c89407f8c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ struct drm_mode_object {
|
|||
struct drm_object_properties *properties;
|
||||
};
|
||||
|
||||
#define DRM_OBJECT_MAX_PROPERTY 24
|
||||
#define DRM_OBJECT_MAX_PROPERTY 64
|
||||
struct drm_object_properties {
|
||||
int count, atomic_count;
|
||||
/* NOTE: if we ever start dynamically destroying properties (ie.
|
||||
|
|
Loading…
Add table
Reference in a new issue