Home
last modified time | relevance | path

Searched refs:margins (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/kyro/
DSTG4000VTG.c63 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/
Ddrm_modes.h163 bool margins; member
191 bool margins);
194 bool interlaced, int margins);
198 int margins,
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modes.c151 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 …]
Ddrm_fb_helper.c1296 if (cmdline_mode->rb || cmdline_mode->margins) in drm_pick_cmdline_mode()
Ddrm_crtc.c843 mode->margins ? " with margins" : "", in drm_connector_get_cmdline_mode()
/linux-4.1.27/drivers/video/fbdev/core/
Dfbcvt.c305 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()
Dmodedb.c701 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/
Dmodedb.txt34 specified, add margins to the calculation (1.8% of xres rounded down to 8
37 Sample usage: 1024x768M@60m - CVT timing with margins
Dpxafb.txt31 Display margins and sync times
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt39 IO timing margins of external synchronous interfaces.
/linux-4.1.27/Documentation/hwmon/
Dsmm66548 that monitors, margins and cascade sequences power. The part monitors six
/linux-4.1.27/include/linux/
Dfb.h719 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);