Lines Matching defs:width
2979 * @hsize: Mode width
3294 * Take the standard timing params (in this case width, aspect, and refresh)
3469 /* it is incorrect if hsync/vsync width is zero */
3471 drm_dbg_kms(dev, "[CONNECTOR:%d:%s] Incorrect Detailed timing. Wrong Hsync/Vsync pulse width\n",
3667 * GFT/CVT can't express 1366 width which isn't dividable by 8
3969 int width, height;
3981 width = height * 4 / 3;
3984 width = height * 16 / 9;
3987 width = height * 16 / 10;
3990 width = height * 15 / 9;
3996 newmode = drm_cvt_mode(dev, width, height,
4612 int width, height, vrefresh;
4635 return mode->hdisplay == stereo_mode->width &&