Lines Matching defs:width
634 u32 width, u32 height)
646 clip->x2 = max_t(u32, clip->x2, x + width);
737 rect->width, rect->height);
753 area->width, area->height);
769 image->width, image->height);
785 rect->width, rect->height);
801 area->width, area->height);
817 image->width, image->height);
1292 var->xres > fb->width || var->yres > fb->height ||
1293 var->xres_virtual > fb->width || var->yres_virtual > fb->height) {
1294 drm_dbg_kms(dev, "fb requested width/height/bpp can't fit in current fb "
1298 fb->width, fb->height, fb->format->cpp[0] * 8);
1302 var->xres_virtual = fb->width;
1585 /* first up get a count of crtcs now in use and new min/maxes width/heights */
1677 info->var.xres_virtual = fb->width;
1757 info->var.width = connector->display_info.width_mm;
1794 unsigned int width, height;
1797 width = dev->mode_config.max_width;
1800 drm_client_modeset_probe(&fb_helper->client, width, height);
1947 drm_client_modeset_probe(&fb_helper->client, fb_helper->fb->width, fb_helper->fb->height);
2089 drm_dbg_kms(dev, "surface width(%d), height(%d) and bpp(%d)\n",