Searched refs:xres (Results 1 – 5 of 5) sorted by relevance
211 if ( framebuffer_size < bytes_per_pixel * videomode->xres * videomode->yres ) in video_init()225 memset(lfb, 0x00, bytes_per_pixel * videomode->xres * videomode->yres); in video_init()233 HDLCD[HDLCD_LINELENGTH] = videomode->xres * bytes_per_pixel; in video_init()235 HDLCD[HDLCD_LINEPITCH] = videomode->xres * bytes_per_pixel; in video_init()246 HDLCD[HDLCD_HDATA] = videomode->xres - 1; in video_init()261 lfbp.bytes_per_line = bytes_per_pixel*videomode->xres; in video_init()262 lfbp.width = videomode->xres; in video_init()265 lfbp.text_columns = videomode->xres / 8; in video_init()
34 uint32_t xres; member
180 Upon enabling a mode, this will be set to the current xres208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers
243 static void dispi_set_xres(xres) in dispi_set_xres() argument244 Bit16u xres; in dispi_set_xres()256 mov ax, 4[bp] ; xres751 ; then multiply by xres
88 ###`video=gfx-<xres>[x<yres>[x<depth>]]`
Completed in 12 milliseconds