Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dhyperv_fb.c289 static uint screen_depth; variable
664 screen_depth = SYNTHVID_DEPTH_WIN7; in synthvid_connect_vsp()
666 screen_depth = SYNTHVID_DEPTH_WIN8; in synthvid_connect_vsp()
761 (x1 * screen_depth / 8), in hvfb_update_work()
762 (x2 - x1) * screen_depth / 8); in hvfb_update_work()
820 var->bits_per_pixel != screen_depth) in hvfb_check_var()
933 (x * y * screen_depth / 8 > screen_fb_size)) || in hvfb_get_option()
935 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) || in hvfb_get_option()
1059 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1170 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe()
[all …]