Searched refs:MEMORY_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
20 #define MEMORY_POOL_SIZE CONFIG_DRM_MEM_RESERVED_SIZE_MBYTES * 1024 * 1024 macro
236 cubic_lut_memory_start = ALIGN(memory_start + MEMORY_POOL_SIZE, align_size); in init_display_buffer()244 if (roundup_memory + size > memory_start + MEMORY_POOL_SIZE) { in get_display_buffer()1130 dst = (void *)(memory_start + MEMORY_POOL_SIZE / 2); in load_kernel_bmp_logo()1185 if (size > MEMORY_POOL_SIZE) { in load_bmp_logo()1994 MEMORY_POOL_SIZE); in rockchip_display_fixup()2111 plat->size = DRM_ROCKCHIP_FB_SIZE + MEMORY_POOL_SIZE; in rockchip_display_bind()
88 size = DRM_ROCKCHIP_FB_SIZE + MEMORY_POOL_SIZE + cubic_lut_size; in video_reserve()