commit | ca8e2ad71013049bc88a10b11d83712bfe56cdd4 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Apr 11 15:23:00 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 05 23:14:32 2014 +0200 |
tree | a49755ebe6640e63d9c30d0e3df608f1ad8c26b8 | |
parent | 0c7dfd36b73be6d2755f7b724e5ce0bffaf04dd3 [diff] |
drm: Introduce drm_dev_set_unique() Add a helper function that allows drivers to statically set the unique name of the device. This will allow platform and USB drivers to get rid of their DRM bus implementations and directly use drm_dev_alloc() and drm_dev_register(). Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>