| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_cmdline_parser_test.c | 29 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_e_only() 47 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_D_only_not_digital() 69 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_D_only_hdmi() 91 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_D_only_dvi() 109 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_d_only() 131 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_res() 153 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_res_vesa() 175 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_res_vesa_rblank() 197 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_res_rblank() 220 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_res_bpp() [all …]
|
| /linux/drivers/video/fbdev/kyro/ |
| H A 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/drivers/gpu/drm/ |
| H A D | drm_atomic_state_helper.c | 498 state->tv.margins.left = cmdline->tv_margins.left; in drm_atomic_helper_connector_tv_margins_reset() 499 state->tv.margins.right = cmdline->tv_margins.right; in drm_atomic_helper_connector_tv_margins_reset() 500 state->tv.margins.top = cmdline->tv_margins.top; in drm_atomic_helper_connector_tv_margins_reset() 501 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_margins_reset() 612 if (old_conn_state->tv.margins.left != new_conn_state->tv.margins.left || in drm_atomic_helper_connector_tv_check() 613 old_conn_state->tv.margins.right != new_conn_state->tv.margins.right || in drm_atomic_helper_connector_tv_check() 614 old_conn_state->tv.margins.top != new_conn_state->tv.margins.top || in drm_atomic_helper_connector_tv_check() 615 old_conn_state->tv.margins.bottom != new_conn_state->tv.margins.bottom || in drm_atomic_helper_connector_tv_check()
|
| H A D | drm_modes.c | 607 * @margins: whether to add margins (borders) 625 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument 669 if (margins) { in drm_cvt_mode() 684 if (margins) in drm_cvt_mode() 834 * @margins: desired margin (borders) size 850 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 914 if (margins) in drm_gtf_mode_complex() 956 if (margins) in drm_gtf_mode_complex() 1026 * @margins: desired margin (borders) size 1055 bool interlaced, int margins) in drm_gtf_mode() argument [all …]
|
| H A D | drm_atomic_uapi.c | 838 state->tv.margins.left = val; in drm_atomic_connector_set_property() 840 state->tv.margins.right = val; in drm_atomic_connector_set_property() 842 state->tv.margins.top = val; in drm_atomic_connector_set_property() 844 state->tv.margins.bottom = val; in drm_atomic_connector_set_property() 952 *val = state->tv.margins.left; in drm_atomic_connector_get_property() 954 *val = state->tv.margins.right; in drm_atomic_connector_get_property() 956 *val = state->tv.margins.top; in drm_atomic_connector_get_property() 958 *val = state->tv.margins.bottom; in drm_atomic_connector_get_property()
|
| H A D | drm_connector.c | 190 mode->margins ? " with margins" : "", in drm_connector_get_cmdline_mode() 1793 * Add margins to the connector's viewport. This is typically used to 1800 * The margins configuration might be sent to the sink, e.g. via HDMI AVI 2182 * Other, TV specific properties: margins & TV modes. in drm_mode_create_tv_properties_legacy()
|
| /linux/Documentation/fb/ |
| H A D | modedb.rst | 42 specified, add margins to the calculation (1.8% of xres rounded down to 8 45 Sample usage: 1024x768M@60m - CVT timing with margins 71 Number of pixels in the margins, typically to deal with overscan on TVs
|
| H A D | pxafb.rst | 47 Display margins and sync times
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcvt.c | 283 * @margins: add margin to calculation (1.8% of xres and yres) 294 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) in fb_find_mode_cvt() argument 300 if (margins) in fb_find_mode_cvt()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-cnf4.rst | 18 the specific sensor (actual error margins might change from sensor to sensor).
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_sp.h | 44 /* struct for defining external buffer margins */
|
| H A D | fman_port.c | 181 u32 fmbm_rim; /* Rx Internal Buffer Margins */ 182 u32 fmbm_rebm; /* Rx External Buffer Margins */ 502 /* External buffer margins */ in init_bmi_rx() 1516 * Calling this routine changes the buffer margins definitions in the internal
|
| /linux/drivers/video/fbdev/ |
| H A D | atafb_mfb.c | 85 for (rows = width / 8; rows--; /* check margins */ ) { in atafb_mfb_linefill()
|
| H A D | ps3fb.c | 286 /* minimum margins */ in ps3fb_cmp_mode() 292 /* resolution + margins may not exceed native parameters */ in ps3fb_cmp_mode() 385 /* minimum margins */ in ps3fb_find_mode() 395 /* extra margins */ in ps3fb_find_mode()
|
| H A D | atafb.c | 1029 /* TODO set all margins */ in falcon_decode_var() 1040 /* set some minimal margins which center the screen */ in falcon_decode_var() 1151 /* ! In all calculations of margins we use # of lines in half frame in falcon_decode_var() 1236 /* if this happens increase margins, decrease hfreq. */ in falcon_decode_var() 1295 /* Doubleline too low -> clear doubleline and enlarge margins */ in falcon_decode_var() 1307 /* Doubleline too high -> enlarge margins */ in falcon_decode_var() 1318 /* Interlace, too high -> enlarge margins */ in falcon_decode_var() 2010 * the margins may get messed up. This is a well known problem of
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 493 bool margins); 496 bool interlaced, int margins); 500 int margins,
|
| H A D | gud.h | 183 /* Margins in pixels to deal with overscan, range 0-100 */
|
| /linux/drivers/thunderbolt/ |
| H A D | debugfs.c | 723 seq_puts(s, "# returns minimum between high and low voltage margins\n"); in margining_caps_show() 729 seq_puts(s, "# returns both high and low margins\n"); in margining_caps_show() 732 …seq_puts(s, "# returns minimum between high and low voltage margins in both lower and upper eye\n"… in margining_caps_show() 735 seq_puts(s, "# returns both high and low margins of both upper and lower eye\n"); in margining_caps_show() 751 seq_puts(s, "# returns minimum between left and right time margins\n"); in margining_caps_show() 757 seq_puts(s, "# returns both left and right margins\n"); in margining_caps_show() 760 …seq_puts(s, "# returns minimum between left and right time margins in both lower and upper eye\n"); in margining_caps_show() 763 seq_puts(s, "# returns both left and right margins of both upper and lower eye\n"); in margining_caps_show()
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-st.txt | 38 IO timing margins of external synchronous interfaces.
|
| /linux/drivers/tty/ |
| H A D | tty_baudrate.c | 119 * desired speed. We allow small margins and preserve as much of possible
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 770 /* Check the left & upper margins in _ivtvfb_check_var() 771 If the margins are too large, just center the screen in _ivtvfb_check_var() 772 (enforcing margins causes too many problems) */ in _ivtvfb_check_var()
|
| /linux/drivers/power/supply/ |
| H A D | intel_dc_ti_battery.c | 266 * We need to read the stored offset and gain margins and need in dc_ti_battery_hw_init()
|
| /linux/kernel/time/ |
| H A D | clocksource.c | 499 * on account of fixed margins being used. in clocksource_watchdog() 1181 * margins to be specified by the caller for testing purposes, in __clocksource_update_freq_scale() 1184 * Bottom line: The sum of the uncertainty margins of the in __clocksource_update_freq_scale()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | isppreview.c | 67 * Margins and image size limits. 1813 * depending on which filters are enabled. Enforce minimum crop margins to 1830 * margins by two. in preview_try_crop() 1838 * and no columns in other modes. Increase the margins based on the sink in preview_try_crop()
|
| /linux/Documentation/ |
| H A D | conf.py | 474 # Set document margins
|