Searched refs:margins (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/kyro/ |
D | STG4000VTG.c | 63 u32 margins = 0; in SetupVTG() local 81 margins = 8; in SetupVTG() 88 (pTiming->HST + (pTiming->HBP - margins) + xRes + in SetupVTG() 89 (pTiming->HFP - margins))) >> 1; in SetupVTG() 99 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder; in SetupVTG() 102 pTiming->HST + (pTiming->HBP - margins) + HLeftBorder + in SetupVTG() 111 pTiming->VST + (pTiming->VBP - margins) + VTopBorder; in SetupVTG() 114 pTiming->VST + (pTiming->VBP - margins) + VTopBorder + in SetupVTG()
|
/linux-4.1.27/include/drm/ |
D | drm_modes.h | 163 bool margins; member 191 bool margins); 194 bool interlaced, int margins); 198 int margins,
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_modes.c | 151 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 191 if (margins) { in drm_cvt_mode() 206 if (margins) in drm_cvt_mode() 369 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 429 if (margins) in drm_gtf_mode_complex() 471 if (margins) in drm_gtf_mode_complex() 568 bool interlaced, int margins) in drm_gtf_mode() argument 571 interlaced, margins, in drm_gtf_mode() 1232 bool interlace = false, margins = false, was_digit = false; in drm_mode_parse_command_line_for_connector() local 1292 margins = true; in drm_mode_parse_command_line_for_connector() [all …]
|
D | drm_fb_helper.c | 1296 if (cmdline_mode->rb || cmdline_mode->margins) in drm_pick_cmdline_mode()
|
D | drm_crtc.c | 843 mode->margins ? " with margins" : "", in drm_connector_get_cmdline_mode()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | fbcvt.c | 305 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) in fb_find_mode_cvt() argument 311 if (margins) in fb_find_mode_cvt()
|
D | modedb.c | 701 int margins = 0; in fb_find_mode() local 749 margins = 1; in fb_find_mode() 771 (margins) ? " with margins" : "", in fb_find_mode() 784 ret = fb_find_mode_cvt(&cvt_mode, margins, rb); in fb_find_mode()
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 34 specified, add margins to the calculation (1.8% of xres rounded down to 8 37 Sample usage: 1024x768M@60m - CVT timing with margins
|
D | pxafb.txt | 31 Display margins and sync times
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 39 IO timing margins of external synchronous interfaces.
|
/linux-4.1.27/Documentation/hwmon/ |
D | smm665 | 48 that monitors, margins and cascade sequences power. The part monitors six
|
/linux-4.1.27/include/linux/ |
D | fb.h | 719 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
|