Lines Matching defs:width
2217 * @hsize: Mode width
2442 * drm_mode_std - convert standard mode info (width, height, refresh) into mode
2447 * Take the standard timing params (in this case width, aspect, and refresh)
2640 /* it is incorrect if hsync/vsync width is zero */
2643 "Wrong Hsync/Vsync pulse width\n");
2829 * GFT/CVT can't express 1366 width which isn't dividable by 8
3105 int width, height;
3117 width = height * 4 / 3;
3120 width = height * 16 / 9;
3123 width = height * 16 / 10;
3126 width = height * 15 / 9;
3132 newmode = drm_cvt_mode(dev, width, height,
3812 int width, height, vrefresh;
3835 return mode->hdisplay == stereo_mode->width &&