Home
last modified time | relevance | path

Searched refs:cvt (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/core/
Dfbcvt.c73 static u32 fb_cvt_hperiod(struct fb_cvt_data *cvt) in fb_cvt_hperiod() argument
75 u32 num = 1000000000/cvt->f_refresh; in fb_cvt_hperiod()
78 if (cvt->flags & FB_CVT_FLAG_REDUCED_BLANK) { in fb_cvt_hperiod()
80 den = 2 * (cvt->yres/cvt->interlace + 2 * cvt->v_margin); in fb_cvt_hperiod()
83 den = 2 * (cvt->yres/cvt->interlace + cvt->v_margin * 2 in fb_cvt_hperiod()
84 + FB_CVT_MIN_VPORCH + cvt->interlace/2); in fb_cvt_hperiod()
91 static u32 fb_cvt_ideal_duty_cycle(struct fb_cvt_data *cvt) in fb_cvt_ideal_duty_cycle() argument
96 u32 h_period_est = cvt->hperiod; in fb_cvt_ideal_duty_cycle()
101 static u32 fb_cvt_hblank(struct fb_cvt_data *cvt) in fb_cvt_hblank() argument
105 if (cvt->flags & FB_CVT_FLAG_REDUCED_BLANK) in fb_cvt_hblank()
[all …]
Dmodedb.c700 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0; in fb_find_mode() local
713 if (cvt || rb) in fb_find_mode()
714 cvt = 0; in fb_find_mode()
724 if (cvt || rb) in fb_find_mode()
725 cvt = 0; in fb_find_mode()
741 cvt = 1; in fb_find_mode()
744 if (!cvt) in fb_find_mode()
748 if (!cvt) in fb_find_mode()
752 if (!cvt) in fb_find_mode()
764 if (cvt) { in fb_find_mode()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_modes.c1231 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local
1252 !yres_specified && !cvt && !rb && was_digit) { in drm_mode_parse_command_line_for_connector()
1260 if (!bpp_specified && !yres_specified && !cvt && in drm_mode_parse_command_line_for_connector()
1280 if (yres_specified || cvt || was_digit) in drm_mode_parse_command_line_for_connector()
1282 cvt = true; in drm_mode_parse_command_line_for_connector()
1285 if (yres_specified || cvt || rb || was_digit) in drm_mode_parse_command_line_for_connector()
1290 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()
1295 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()
1365 mode->cvt = cvt; in drm_mode_parse_command_line_for_connector()
1388 if (cmd->cvt) in drm_mode_create_from_cmdline_mode()
Ddrm_edid.c2352 struct cvt_timing *cvt; in drm_cvt_modes() local
2358 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
2360 if (!memcmp(cvt->code, empty, 3)) in drm_cvt_modes()
2363 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2; in drm_cvt_modes()
2364 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()
2380 if (cvt->code[2] & (1 << j)) { in drm_cvt_modes()
/linux-4.4.14/include/drm/
Ddrm_edid.h113 } __attribute__((packed)) cvt; member
146 struct cvt_timing cvt[4]; member
Ddrm_modes.h162 bool cvt; member
/linux-4.4.14/drivers/net/wireless/cw1200/
Dwsm.c45 #define __WSM_GET(buf, type, type2, cvt) \ argument
50 val = cvt(*(type2 *)(buf)->data); \
68 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument
73 *(type2 *)(buf)->data = cvt(val); \
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db93 API-drm-cvt-mode
Ddevice-drivers.xml.db837 API-v4l2-detect-cvt