aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-02-19 17:53:55 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-02-20 06:10:46 -0500
commitdbd124f013a23d97f06f986eccc2ceab230a238c (patch)
tree6886b11f628ce7af0e66ade6f9784d74ef0ab311 /drivers/gpu/drm/drm_modes.c
parentbbeba09fc8dcaaf9e8b69ba2fab6f653d5a2e821 (diff)
drm/doc: Polish for drm_mode_parse_command_line_for_connector
Quoting the module option format looks soo much nicer, and avoids sphinx spewing errors about markup issues. v2: Fix typo in commit message (Thierry). Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180219225356.24996-4-daniel.vetter@ffwll.ch
Diffstat (limited to 'drivers/gpu/drm/drm_modes.c')
-rw-r--r--drivers/gpu/drm/drm_modes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
index c397b523c945..5a8033fda4e3 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -1346,9 +1346,9 @@ EXPORT_SYMBOL(drm_mode_connector_list_update);
1346 * modeline in fb_mode_option will be parsed instead. 1346 * modeline in fb_mode_option will be parsed instead.
1347 * 1347 *
1348 * This uses the same parameters as the fb modedb.c, except for an extra 1348 * This uses the same parameters as the fb modedb.c, except for an extra
1349 * force-enable, force-enable-digital and force-disable bit at the end: 1349 * force-enable, force-enable-digital and force-disable bit at the end::
1350 * 1350 *
1351 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 1351 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1352 * 1352 *
1353 * The intermediate drm_cmdline_mode structure is required to store additional 1353 * The intermediate drm_cmdline_mode structure is required to store additional
1354 * options from the command line modline like the force-enable/disable flag. 1354 * options from the command line modline like the force-enable/disable flag.