Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c64 static unsigned long memory_end; variable
307 memory_end = memory_start; in init_display_buffer()
313 unsigned long roundup_memory = roundup(memory_end, PAGE_SIZE); in get_display_buffer()
322 memory_end = roundup_memory + size; in get_display_buffer()
329 return memory_end - memory_start; in get_display_size()
2606 aligned_memory_size = (u64)ALIGN(memory_end - vidcon_fb_addr, align_size); in rockchip_display_fixup()