Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/hyperv/
Dhyperv_drm_modeset.c86 u32 pitch = w * (hv->screen_depth / 8); in hyperv_check_size()
105 hyperv_update_situation(hv->hdev, 1, hv->screen_depth, in hyperv_pipe_enable()
212 dev->mode_config.preferred_depth = hv->screen_depth; in hyperv_mode_config_init()
Dhyperv_drm.h22 u32 screen_depth; member
Dhyperv_drm_proto.c517 hv->screen_depth = SYNTHVID_DEPTH_WIN7; in hyperv_connect_vsp()
519 hv->screen_depth = SYNTHVID_DEPTH_WIN8; in hyperv_connect_vsp()
/Linux-v5.15/drivers/video/fbdev/
Dhyperv_fb.c292 static uint screen_depth; variable
675 screen_depth = SYNTHVID_DEPTH_WIN7; in synthvid_connect_vsp()
677 screen_depth = SYNTHVID_DEPTH_WIN8; in synthvid_connect_vsp()
772 (x1 * screen_depth / 8), in hvfb_update_work()
773 (x2 - x1) * screen_depth / 8); in hvfb_update_work()
831 var->bits_per_pixel != screen_depth) in hvfb_check_var()
946 x * y * screen_depth / 8 > SYNTHVID_FB_SIZE_WIN8) || in hvfb_get_option()
1071 screen_width * screen_height * screen_depth / 8; in hvfb_getmem()
1198 screen_width, screen_height, screen_depth); in hvfb_probe()
1211 info->var.bits_per_pixel = screen_depth; in hvfb_probe()
[all …]