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:
Benet Clark 2016-11-16 15:33:23 -08:00 committed by Gopikrishnaiah Anandan
parent 90607cb04f
commit 9c89407f8c

View file

@ -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.