Searched refs:screen_depth (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_modeset.c | 90 u32 pitch = w * (hv->screen_depth / 8); in hyperv_check_size() 109 hyperv_update_situation(hv->hdev, 1, hv->screen_depth, in hyperv_pipe_enable() 219 dev->mode_config.preferred_depth = hv->screen_depth; in hyperv_mode_config_init()
|
H A D | hyperv_drm.h | 22 u32 screen_depth; member
|
H A D | hyperv_drm_proto.c | 510 hv->screen_depth = SYNTHVID_DEPTH_WIN8; in hyperv_connect_vsp()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 289 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() 826 var->bits_per_pixel != screen_depth) in hvfb_check_var() 939 (x * y * screen_depth / 8 > screen_fb_size)) || in hvfb_get_option() 941 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) || in hvfb_get_option() 1065 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1176 screen_width, screen_height, screen_depth, screen_fb_siz in hvfb_probe() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 282 static uint screen_depth; variable 649 screen_depth = SYNTHVID_DEPTH_WIN8; in synthvid_connect_vsp() 743 (x1 * screen_depth / 8), in hvfb_update_work() 744 (x2 - x1) * screen_depth / 8); in hvfb_update_work() 808 var->bits_per_pixel != screen_depth) in hvfb_check_var() 922 (x * y * screen_depth / 8 > screen_fb_size)) || in hvfb_get_option() 924 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8)) { in hvfb_get_option() 1043 screen_width * screen_height * screen_depth / 8; in hvfb_getmem() 1153 screen_width, screen_height, screen_depth, screen_fb_size); in hvfb_probe() 1164 info->var.bits_per_pixel = screen_depth; in hvfb_probe() [all...] |
Completed in 7 milliseconds