Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_modes.c89 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
128 if (margins) { in drm_cvt_mode()
143 if (margins) in drm_cvt_mode()
304 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
367 if (margins) in drm_gtf_mode_complex()
409 if (margins) in drm_gtf_mode_complex()
504 bool lace, int margins) in drm_gtf_mode() argument
507 margins, 600, 40 * 2, 128, 20 * 2); in drm_gtf_mode()
1128 cmd->margins); in drm_mode_create_from_cmdline_mode()
1134 cmd->margins); in drm_mode_create_from_cmdline_mode()
H A Ddrm_fb_helper.c478 if (cmdline_mode->rb || cmdline_mode->margins) in drm_pick_cmdline_mode()
/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_crtc.h1036 bool reduced, bool interlaced, bool margins);
1039 bool interlaced, int margins);
1042 bool interlaced, int margins, int GTF_M,
H A DdrmP.h1024 bool margins; member