drm: fb_get_options() can just use the unmodified connector-name.
authorImre Vadasz <imre@vdsz.com>
Wed, 2 Dec 2015 21:55:12 +0000 (22:55 +0100)
committerImre Vadász <imre@vdsz.com>
Wed, 2 Dec 2015 22:27:53 +0000 (23:27 +0100)
commit17707afb124f9fe484dbaed452ae09e5c0b61267
tree2e048d65c9dce10f80b19b98fd1d8a8fcfba3fd8
parent0cf7fc2c82ff74133aba14fda9c476d564ce3506
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.
share/man/man4/drm.4
sys/dev/drm/drm_dragonfly.c