Home
last modified time | relevance | path

Searched refs:cvt (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h123 } __attribute__((packed)) cvt; member
156 struct cvt_timing cvt[4]; member
H A Ddrm_connector.h1155 * @cvt:
1160 bool cvt; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1487 bool rb = false, cvt = false; in drm_mode_parse_cmdline_res_mode() local
1516 cvt = true; in drm_mode_parse_cmdline_res_mode()
1540 mode->cvt = cvt; in drm_mode_parse_cmdline_res_mode()
1886 if (cmd->cvt) { in drm_mode_create_from_cmdline_mode()
H A Ddrm_edid.c2899 case 0x04: /* cvt, only in 1.4+ */ in do_inferred_modes()
3065 struct cvt_timing *cvt; in drm_cvt_modes() local
3072 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
3074 if (!memcmp(cvt->code, empty, 0x3)) { in drm_cvt_modes()
3078 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 0x4) + 1) * 0x2; in drm_cvt_modes()
3079 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()
3097 if (cvt->code[0x2] & (1 << j)) { in drm_cvt_modes()

Completed in 15 milliseconds