Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c90 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 Dhyperv_drm.h22 u32 screen_depth; member
H A Dhyperv_drm_proto.c510 hv->screen_depth = SYNTHVID_DEPTH_WIN8; in hyperv_connect_vsp()
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c282 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 …]