commit | 1794d257fa7bab3ea5162f8abdca749996b65343 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Apr 17 07:43:32 2011 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Apr 28 14:56:23 2011 +1000 |
tree | ea8d035a218a0cb0ee83443b3c25bd8df25567e2 | |
parent | bbb0aef5cfe95fe9b51a7eeba4a440b69037b01f [diff] |
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>