git: drm: fb_get_options() can just use the unmodified connector-name.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Wed Dec 2 14:31:16 PST 2015
commit 17707afb124f9fe484dbaed452ae09e5c0b61267
Author: Imre Vadasz <imre at vdsz.com>
Date: Wed Dec 2 22:55:12 2015 +0100
drm: fb_get_options() can just use the unmodified connector-name.
There was apparently never an actual need for using a modified connector
name in the video mode tunable.
e.g. instead of drm.video.dvid1="1024x768" one can just use
drm.video.DVI-D-1="1024x768" which is more similar to the Linux
command line option.
Summary of changes:
share/man/man4/drm.4 | 3 +--
sys/dev/drm/drm_dragonfly.c | 22 +++++-----------------
2 files changed, 6 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/17707afb124f9fe484dbaed452ae09e5c0b61267
--
DragonFly BSD source repository
More information about the Commits
mailing list