Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2517261d authored by Mahadevan's avatar Mahadevan
Browse files

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: default avatarMahadevan <mahap@codeaurora.org>
parent dbb61136
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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