Lines Matching refs:screen_depth
281 static uint screen_depth; variable
650 screen_depth = SYNTHVID_DEPTH_WIN8; in synthvid_connect_vsp()
744 (x1 * screen_depth / 8), in hvfb_update_work()
745 (x2 - x1) * screen_depth / 8); in hvfb_update_work()
809 var->bits_per_pixel != screen_depth) in hvfb_check_var()
915 (x * y * screen_depth / 8 > screen_fb_size)) || in hvfb_get_option()
917 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8)) { in hvfb_get_option()
1045 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1147 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe()
1158 info->var.bits_per_pixel = screen_depth; in hvfb_probe()
1180 info->fix.line_length = screen_width * screen_depth / 8; in hvfb_probe()