disp: msm: sde: increase max size of KMS_INFO

This change increases the size of KMS_INFO which helps
to accommodate large number of timing nodes for exposure
to userspace.

Change-Id: I32b1f47a32dba8ba62731e522fabd406b023ed69
Signed-off-by: Mahadevan <mahap@codeaurora.org>
This commit is contained in:
Mahadevan 2021-07-27 12:38:30 +05:30
parent dbb61136a6
commit 2517261d34

View File

@ -478,7 +478,7 @@ void *sde_debugfs_get_root(struct sde_kms *sde_kms);
* These functions/definitions allow for building up a 'sde_info' structure
* containing one or more "key=value\n" entries.
*/
#define SDE_KMS_INFO_MAX_SIZE 4096
#define SDE_KMS_INFO_MAX_SIZE 8192
/**
* struct sde_kms_info - connector information structure container