Searched refs:screen_depth (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dhyperv_fb.c236 static uint screen_depth; variable
472 screen_depth = SYNTHVID_DEPTH_WIN7; synthvid_connect_vsp()
474 screen_depth = SYNTHVID_DEPTH_WIN8; synthvid_connect_vsp()
562 var->bits_per_pixel != screen_depth) hvfb_check_var()
666 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) || hvfb_get_option()
805 screen_width, screen_height, screen_depth); hvfb_probe()
813 info->var.bits_per_pixel = screen_depth; hvfb_probe()
835 info->fix.line_length = screen_width * screen_depth / 8; hvfb_probe()

Completed in 81 milliseconds