Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/hyperv/
Dhyperv_drm.h18 u32 screen_width_max; member
Dhyperv_drm_proto.c411 hv->screen_width_max = max_t(u32, hv->screen_width_max, in hyperv_get_supported_resolution()
526 hv->screen_width_max = SYNTHVID_WIDTH_MAX_WIN7; in hyperv_connect_vsp()
Dhyperv_drm_modeset.c209 dev->mode_config.max_width = hv->screen_width_max; in hyperv_mode_config_init()
/Linux-v5.15/drivers/video/fbdev/
Dhyperv_fb.c290 static uint screen_width_max = HVFB_WIDTH; variable
617 screen_width_max = max_t(unsigned int, screen_width_max, in synthvid_get_supported_resolution()
944 (x > screen_width_max || y > screen_height_max)) || in hvfb_get_option()