Searched refs:cvt (Results 1 – 2 of 2) sorted by relevance
142 } __packed cvt; member176 struct cvt_timing cvt[4]; member
4211 struct cvt_timing *cvt; in drm_cvt_modes() local4218 cvt = &timing->data.other_data.data.cvt[i]; in drm_cvt_modes()4220 if (!memcmp(cvt->code, empty, 3)) in drm_cvt_modes()4223 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2; in drm_cvt_modes()4224 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()4240 if (cvt->code[2] & (1 << j)) { in drm_cvt_modes()