Searched refs:MEMORY_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
23 #define MEMORY_POOL_SIZE CONFIG_DRM_MEM_RESERVED_SIZE_MBYTES * 1024 * 1024 macro
88 size = DRM_ROCKCHIP_FB_SIZE + MEMORY_POOL_SIZE + cubic_lut_size; in video_reserve()
308 cubic_lut_memory_start = ALIGN(memory_start + MEMORY_POOL_SIZE, align_size); in init_display_buffer()316 if (roundup_memory + size > memory_start + MEMORY_POOL_SIZE) { in get_display_buffer()1237 dst = (void *)(memory_start + MEMORY_POOL_SIZE / 2); in load_kernel_bmp_logo()1293 if (size > MEMORY_POOL_SIZE) { in load_bmp_logo_legacy()2633 MEMORY_POOL_SIZE); in rockchip_display_fixup()2748 plat->size = DRM_ROCKCHIP_FB_SIZE + MEMORY_POOL_SIZE; in rockchip_display_bind()