Lines Matching defs:width
58 u32 *image, u32 width, u32 height,
65 u32 image_size = width * height * 4;
81 cmd->cursor.width = width;
93 u32 width, u32 height,
104 kmap_num = (width*height*4 + PAGE_SIZE - 1) >> PAGE_SHIFT;
117 ret = vmw_cursor_update_image(dev_priv, virtual, width, height,
913 surface->metadata.base_size.width < mode_cmd->width ||
1017 norect.x2 = framebuffer->width;
1181 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp;
1274 * @width: requested width
1280 vmw_kms_srf_ok(struct vmw_private *dev_priv, uint32_t width, uint32_t height)
1282 if (width > dev_priv->texture_max_width ||
1317 if (vmw_kms_srf_ok(dev_priv, mode_cmd->width, mode_cmd->height) &&
1319 mode_cmd->width > 64 && /* Don't create a proxy for cursor */
1401 !vmw_kms_srf_ok(dev_priv, mode_cmd->width, mode_cmd->height)) {
1872 unsigned width, unsigned height, unsigned pitch,
1880 vmw_write(vmw_priv, SVGA_REG_WIDTH, width);
2535 if (clips->x1 > size->width || clips->x2 > size->width ||