Lines Matching defs:width
615 u32 width, u32 height)
623 clip->x2 = max_t(u32, clip->x2, x + width);
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);
1195 var->xres_virtual = fb->width;
1201 var->width = info->var.width;
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);
1568 /* first up get a count of crtcs now in use and new min/maxes width/heights */
1803 info->var.width = connector->display_info.width_mm;
1839 unsigned int width, height;
1842 width = dev->mode_config.max_width;
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);