Lines Matching defs:height
615 u32 width, u32 height)
624 clip->y2 = max_t(u32, clip->y2, y + height);
629 u32 width, u32 height)
631 drm_fb_helper_add_damage_clip(helper, x, y, width, height);
687 void drm_fb_helper_damage_area(struct fb_info *info, u32 x, u32 y, u32 width, u32 height)
691 drm_fb_helper_damage(fb_helper, x, y, width, height);
1196 var->yres_virtual = fb->height;
1200 var->height = info->var.height;
1255 var->xres > fb->width || var->yres > fb->height ||
1256 var->xres_virtual > fb->width || var->yres_virtual > fb->height) {
1257 drm_dbg_kms(dev, "fb requested width/height/bpp can't fit in current fb "
1261 fb->width, fb->height, bpp);
1640 drm_dbg_kms(dev, "Fbdev over-allocation too large; clamping height to %d\n",
1804 info->var.height = connector->display_info.height_mm;
1839 unsigned int width, height;
1843 height = dev->mode_config.max_height;
1845 drm_client_modeset_probe(&fb_helper->client, width, height);
1986 drm_client_modeset_probe(&fb_helper->client, fb_helper->fb->width, fb_helper->fb->height);