Lines Matching defs:width
142 u32 width;
189 [VBE_DISPI_INDEX_VIRT_WIDTH] = "virt-width",
271 mode->width = vbe[VBE_DISPI_INDEX_XRES];
274 if (virt_width < mode->width)
275 virt_width = mode->width;
281 if (mode->width < 64 || mode->height < 64) {
283 __func__, mode->width, mode->height);
830 dmabuf->mode.width, dmabuf->mode.height, dmabuf->mode.stride,
1109 plane->width = 0;
1126 plane->width = dmabuf->mode.width;