Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Dhyperv_fb.c291 static uint screen_depth; variable
674 screen_depth = SYNTHVID_DEPTH_WIN7; in synthvid_connect_vsp()
676 screen_depth = SYNTHVID_DEPTH_WIN8; in synthvid_connect_vsp()
771 (x1 * screen_depth / 8), in hvfb_update_work()
772 (x2 - x1) * screen_depth / 8); in hvfb_update_work()
830 var->bits_per_pixel != screen_depth) in hvfb_check_var()
945 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) || in hvfb_get_option()
1071 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1200 screen_width, screen_height, screen_depth); in hvfb_probe()
1213 info->var.bits_per_pixel = screen_depth; in hvfb_probe()
[all …]