Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c24 unsigned long display_height; variable
202 display_height = simple_strtoul(s, NULL, 10); in drv_video_init()
204 display_height = 256; in drv_video_init()
206 printf("%lu x %lu pixel matrix\n", display_width, display_height); in drv_video_init()
211 vcxk_init(display_width, display_height); in drv_video_init()
/rk3399_rockchip-uboot/drivers/video/
H A Dbus_vcxk.c94 u_long display_height; variable
128 display_height = height; in vcxk_init()
191 if ((x < display_width) && (y < display_height)) { in vcxk_setpixel()
386 if (display_height < (height + y)) in vcxk_display_bitmap()
387 c_height = display_height - y; in vcxk_display_bitmap()