Go to the documentation of this file.
51 #ifndef __GRAPHICS_SYS_DEFS_H__
52 #define __GRAPHICS_SYS_DEFS_H__
62 #define HAL_GFX_RING_BUFFER_SIZE (5*1024u)
63 #define HAL_GFX_MEM_POOL_ASSETS 0
64 #define HAL_GFX_MEM_POOL_FB 0
65 #define VMEM_BASEADDR ((uint32_t)(&s_graphics_memory_buffer[0]))
68 #define VMEM_SIZE (30*1024u)
71 #ifndef USE_TSI_MALLOC
72 #define USE_TSI_MALLOC
75 #ifndef HAL_GFX_MULTI_MEM_POOLS_CNT
76 #define HAL_GFX_MULTI_MEM_POOLS_CNT 1