Home
last modified time | relevance | path

Searched refs:MEMORY_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dvideo_rockchip.h20 #define MEMORY_POOL_SIZE CONFIG_DRM_MEM_RESERVED_SIZE_MBYTES * 1024 * 1024 macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.c236 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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo-uclass.c88 size = DRM_ROCKCHIP_FB_SIZE + MEMORY_POOL_SIZE + cubic_lut_size; in video_reserve()