Lines Matching defs:height
634 u32 width, u32 height)
647 clip->y2 = max_t(u32, clip->y2, y + height);
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);
1303 var->yres_virtual = fb->height;
1678 info->var.yres_virtual = fb->height;
1758 info->var.height = connector->display_info.height_mm;
1794 unsigned int width, height;
1798 height = dev->mode_config.max_height;
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",
2108 fbi->screen_size = fb->height * fb->pitches[0];