Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/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-2.6.39/drivers/gpu/drm/
Ddrm_modes.c87 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
126 if (margins) { in drm_cvt_mode()
141 if (margins) in drm_cvt_mode()
302 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
362 if (margins) in drm_gtf_mode_complex()
404 if (margins) in drm_gtf_mode_complex()
500 bool lace, int margins) in drm_gtf_mode() argument
503 margins, 600, 40 * 2, 128, 20 * 2); in drm_gtf_mode()
Ddrm_fb_helper.c93 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0, margins = 0; in drm_fb_helper_connector_parse_command_line() local
155 margins = 1; in drm_fb_helper_connector_parse_command_line()
187 "", (margins) ? " with margins" : "", (interlace) ? in drm_fb_helper_connector_parse_command_line()
1144 if (cmdline_mode->rb || cmdline_mode->margins) in drm_pick_cmdline_mode()
1171 cmdline_mode->margins); in drm_pick_cmdline_mode()
1177 cmdline_mode->margins); in drm_pick_cmdline_mode()
/linux-2.6.39/include/drm/
Ddrm_fb_helper.h54 bool margins; member
Ddrm_crtc.h788 bool reduced, bool interlaced, bool margins);
791 bool interlaced, int margins);
794 bool interlaced, int margins, int GTF_M,
/linux-2.6.39/drivers/video/
Dmodedb.c591 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0, margins = 0; in fb_find_mode() local
636 margins = 1; in fb_find_mode()
657 "", (margins) ? " with margins" : "", (interlace) ? in fb_find_mode()
670 ret = fb_find_mode_cvt(&cvt_mode, margins, rb); in fb_find_mode()
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()
/linux-2.6.39/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-2.6.39/Documentation/hwmon/
Dsmm66548 that monitors, margins and cascade sequences power. The part monitors six
/linux-2.6.39/include/linux/
Dfb.h1101 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);