Lines Matching refs:height
832 var->xres > fb->width || var->yres > fb->height || in drm_fb_helper_check_var()
833 var->xres_virtual > fb->width || var->yres_virtual > fb->height) { in drm_fb_helper_check_var()
838 fb->width, fb->height, fb->bits_per_pixel); in drm_fb_helper_check_var()
1178 info->var.yres_virtual = fb->height; in drm_fb_helper_fill_var()
1184 info->var.height = -1; in drm_fb_helper_fill_var()
1262 …y_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height) in drm_has_preferred_mode() argument
1268 mode->vdisplay > height) in drm_has_preferred_mode()
1283 int width, int height) in drm_pick_cmdline_mode() argument
1374 bool *enabled, int width, int height) in drm_target_cloned() argument
1401 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height); in drm_target_cloned()
1480 bool *enabled, int width, int height) in drm_target_preferred() argument
1523 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height); in drm_target_preferred()
1527 modes[i] = drm_has_preferred_mode(fb_helper_conn, width, height); in drm_target_preferred()
1549 int n, int width, int height) in drm_pick_crtcs() argument
1566 best_score = drm_pick_crtcs(fb_helper, best_crtcs, modes, n+1, width, height); in drm_pick_crtcs()
1580 if (drm_has_preferred_mode(fb_helper_conn, width, height)) in drm_pick_crtcs()
1612 width, height); in drm_pick_crtcs()
1633 int width, height; in drm_setup_crtcs() local
1639 height = dev->mode_config.max_height; in drm_setup_crtcs()
1660 enabled, width, height))) { in drm_setup_crtcs()
1666 enabled, width, height) && in drm_setup_crtcs()
1668 enabled, width, height)) in drm_setup_crtcs()
1672 width, height); in drm_setup_crtcs()
1674 drm_pick_crtcs(fb_helper, crtcs, modes, 0, width, height); in drm_setup_crtcs()
1803 max_height = fb_helper->fb->height; in drm_fb_helper_hotplug_event()