Lines Matching defs:cvt
2339 * standard_timing_level - get std. timing level(CVT/GTF/DMT)
2374 * and convert them into a real mode using CVT/GTF/DMT.
2420 * rate (because it came from detailed or CVT info), use that
2679 /* 1.4 with CVT support gives us real precision, yay */
2756 * GFT/CVT can't express 1366 width which isn't dividable by 8
2849 case 0x04: /* cvt, only in 1.4+ */
2986 * GTF or CVT. Grab them from @edid and add them to the list.
3023 struct cvt_timing *cvt;
3029 cvt = &(timing->data.other_data.data.cvt[i]);
3031 if (!memcmp(cvt->code, empty, 3))
3034 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2;
3035 switch (cvt->code[1] & 0x0c) {
3051 if (cvt->code[2] & (1 << j)) {
3087 /* XXX should also look for CVT codes in VTB blocks */
5164 * - CVT 3-byte code modes
5167 * - modes inferred from GTF or CVT range information