]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Export the command-line mode parser
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 17 Apr 2011 06:43:32 +0000 (07:43 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Apr 2011 04:56:23 +0000 (14:56 +1000)
commit903ab15da25015d120290747fa6ac1f7662d00b0
treeea8d035a218a0cb0ee83443b3c25bd8df25567e2
parentb2c7527d8cd187f6a3e73d72c72b6e0dd3137d6d
drm: Export the command-line mode parser

In the absence of configuration data for providing the fixed mode for
a panel, I would like to be able to pass such modes along a separate
module paramenter. To do so, I then need to parse a modeline from a
string, which drm is already capable of. Export that capability to the
drivers.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c
drivers/gpu/drm/drm_modes.c
include/drm/drmP.h
include/drm/drm_fb_helper.h