Searched refs:margins (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000VTG.c63 u32 margins = 0; SetupVTG() local
81 margins = 8; SetupVTG()
88 (pTiming->HST + (pTiming->HBP - margins) + xRes + SetupVTG()
89 (pTiming->HFP - margins))) >> 1; SetupVTG()
99 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder; SetupVTG()
102 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder + SetupVTG()
111 pTiming->VST + (pTiming->VBP - margins) + VTopBorder; SetupVTG()
114 pTiming->VST + (pTiming->VBP - margins) + VTopBorder + SetupVTG()
/linux-4.4.14/include/drm/
H A Ddrm_modes.h163 bool margins; member in struct:drm_cmdline_mode
195 bool margins);
198 bool interlaced, int margins);
202 int margins,
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_modes.c133 * @margins: whether to add margins (borders)
151 bool reduced, bool interlaced, bool margins) drm_cvt_mode()
191 if (margins) { drm_cvt_mode()
206 if (margins) drm_cvt_mode()
353 * @margins: desired margin (borders) size
369 int vrefresh, bool interlaced, int margins, drm_gtf_mode_complex()
429 if (margins) drm_gtf_mode_complex()
471 if (margins) drm_gtf_mode_complex()
541 * @margins: desired margin (borders) size
568 bool interlaced, int margins) drm_gtf_mode()
571 interlaced, margins, drm_gtf_mode()
1232 bool interlace = false, margins = false, was_digit = false; drm_mode_parse_command_line_for_connector() local
1292 margins = true; drm_mode_parse_command_line_for_connector()
1367 mode->margins = margins; drm_mode_parse_command_line_for_connector()
1393 cmd->margins); drm_mode_create_from_cmdline_mode()
1399 cmd->margins); drm_mode_create_from_cmdline_mode()
149 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) drm_cvt_mode() argument
368 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) drm_gtf_mode_complex() argument
567 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins) drm_gtf_mode() argument
H A Ddrm_crtc.c854 mode->margins ? " with margins" : "", drm_connector_get_cmdline_mode()
1551 * Other, TV specific properties: margins & TV modes. drm_mode_create_tv_properties()
H A Ddrm_fb_helper.c1646 if (cmdline_mode->rb || cmdline_mode->margins) drm_pick_cmdline_mode()
/linux-4.4.14/drivers/video/fbdev/
H A Datafb_mfb.c86 for (rows = width / 8; rows--; /* check margins */ ) { atafb_mfb_linefill()
H A Dps3fb.c285 /* minimum margins */ ps3fb_cmp_mode()
291 /* resolution + margins may not exceed native parameters */ ps3fb_cmp_mode()
384 /* minimum margins */ ps3fb_find_mode()
394 /* extra margins */ ps3fb_find_mode()
H A Datafb.c1070 /* TODO set all margins */ falcon_decode_var()
1081 /* set some minimal margins which center the screen */ falcon_decode_var()
1195 /* ! In all calculations of margins we use # of lines in half frame falcon_decode_var()
1280 /* if this happens increase margins, decrease hfreq. */ falcon_decode_var()
1339 /* Doubleline too low -> clear doubleline and enlarge margins */ falcon_decode_var()
1351 /* Doubleline too high -> enlarge margins */ falcon_decode_var()
1362 /* Interlace, too high -> enlarge margins */ falcon_decode_var()
2054 * the margins may get messed up. This is a well known problem of
H A Dpxafb.c2088 dev_warn(dev, "Upper and lower margins must be 0 in " pxafb_check_options()
H A Damifb.c354 - ami_encode_var() calculates margins with a hsync of 5320 ns and a vsync
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcvt.c294 * @margins: add margin to calculation (1.8% of xres and yres)
305 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) fb_find_mode_cvt() argument
311 if (margins) fb_find_mode_cvt()
H A Dmodedb.c657 * interlaced mode. If 'm' is present, add margins equal to 1.8%
661 * 1024x768MR-8@60m - Reduced blank with margins at 60Hz.
701 int margins = 0; fb_find_mode() local
749 margins = 1; fb_find_mode()
771 (margins) ? " with margins" : "", fb_find_mode()
784 ret = fb_find_mode_cvt(&cvt_mode, margins, rb); fb_find_mode()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtvfb.c784 /* Check the left & upper margins _ivtvfb_check_var()
785 If the margins are too large, just center the screen _ivtvfb_check_var()
786 (enforcing margins causes too many problems) */ _ivtvfb_check_var()
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Disppreview.c1812 * depending on which filters are enabled. Enforce minimum crop margins to
1829 * margins by two. preview_try_crop()
1837 * and no columns in other modes. Increase the margins based on the sink preview_try_crop()
/linux-4.4.14/drivers/tty/
H A Dtty_ioctl.c388 * desired speed. We allow small margins and preserve as much of possible
/linux-4.4.14/include/linux/
H A Dfb.h722 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
/linux-4.4.14/drivers/video/console/
H A Dfbcon.c1257 * the margins. Call clear_margins here in case the logo fbcon_clear()

Completed in 772 milliseconds