commit | b528ae7190867cd079bae5d6cf48c17d673428ae | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Apr 23 11:52:10 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 05 23:14:42 2014 +0200 |
tree | 2ade312fd9bfb755b94f1b545cf60ce6a181be3f | |
parent | c6a1af8a1621913e2658eaff419bab7028b2c42c [diff] |
drm: Document how to register devices without struct drm_bus With the recent addition of the drm_set_unique() function, devices can now be registered without requiring a drm_bus. Add a brief description to the DRM docbook to show how that can be achieved. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thierry Reding <treding@nvidia.com>