Lines Matching defs:height
2218 * @vsize: Mode height
2442 * drm_mode_std - convert standard mode info (width, height, refresh) into mode
2562 * encoded. Our internal representation is of frame height, but some
2563 * HDTV detailed timings are encoded as field height.
3105 int width, height;
3112 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2;
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;
3836 mode->vdisplay == stereo_mode->height &&