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

Commit a5f50d30 authored by Nilaan Gunabalachandran's avatar Nilaan Gunabalachandran Committed by Gerrit - the friendly Code Review server
Browse files

disp: msm: increase size of sde_kms_info



With requirements to support an increased number of display modes,
the current size of sde_kms_info is insufficient. This change
increases the sde_kms_info max size.

Change-Id: Ie0f29003732870dad9ce31ee7d484e84f12ba542
Signed-off-by: default avatarNilaan Gunabalachandran <quic_ngunabal@quicinc.com>
parent 315c86a3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -464,7 +464,11 @@ 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
#if IS_ENABLED(CONFIG_DRM_LOW_MSM_MEM_FOOTPRINT)
#define SDE_KMS_INFO_MAX_SIZE	(1 << 12)
#else
#define SDE_KMS_INFO_MAX_SIZE	(1 << 14)
#endif

/**
 * struct sde_kms_info - connector information structure container