tune constants

This commit is contained in:
Vincent Wei
2021-03-28 16:50:45 +08:00
parent 3a3d77042a
commit 5f854d75c7
+3 -3
View File
@@ -109,7 +109,7 @@ enum {
#endif
#if IS_COMPOSITING_SCHEMA
/* max number of shared surfaces */
/* max number of shared surfaces (512) */
# define MAX_NR_SHARED_SURF (DEF_NR_NORMALS * (MAX_NR_LAYERS >> 1))
#endif
@@ -148,8 +148,8 @@ enum {
#define SIZE_QMSG_HEAP 32
#else
#define DEF_MSGQUEUE_LEN NR_BITS_DWORD
#define SIZE_CLIPRECTHEAP 256
#define SIZE_INVRECTHEAP 128
#define SIZE_CLIPRECTHEAP NR_BITS_DWORD
#define SIZE_INVRECTHEAP NR_BITS_DWORD
#define SIZE_QMSG_HEAP NR_BITS_DWORD
#endif