ANDROID: include: drm: increase DRM max property count to 96

Increase drm property count to 96 to make room for custom
drm properties. Upstream allows 64 properties for each drm
object but it is not sufficient for all downstream QCOM
features. This change is needed in ACK tree until all
downstream features are present in upstream kernel and
max property count also updated. In parallel, we are
checking with upstream community to use dynamic property
allocation instead of static count to allow increased usage
without impacting any ACK change.

Bug: 323008142
Change-Id: I31117ed02cc248aeff4ba902ea21158cfd087109
Signed-off-by: Raviteja Tamatam <quic_travitej@quicinc.com>
This commit is contained in:
Raviteja Tamatam
2024-02-12 15:47:38 -08:00
committed by Treehugger Robot
parent 25ae6176d4
commit 6c2d99d28c
+1 -1
View File
@@ -60,7 +60,7 @@ struct drm_mode_object {
void (*free_cb)(struct kref *kref);
};
#define DRM_OBJECT_MAX_PROPERTY 64
#define DRM_OBJECT_MAX_PROPERTY 96
/**
* struct drm_object_properties - property tracking for &drm_mode_object
*/