You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drm: Introduce drm_connector_register_all() helper
As a pair to already existing drm_connector_unregister_all() we're adding generic implementation of what is already done in some drivers. Once this helper is implemented we'll be ready to switch existing driver-specific implementations with the generic one. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: David Airlie <airlied@linux.ie> Cc: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1461068693-11260-2-git-send-email-abrodkin@synopsys.com
This commit is contained in:
committed by
Daniel Vetter
parent
644a80508f
commit
54d2c2da09
@@ -715,7 +715,11 @@ EXPORT_SYMBOL(drm_dev_unref);
|
||||
*
|
||||
* Register the DRM device @dev with the system, advertise device to user-space
|
||||
* and start normal device operation. @dev must be allocated via drm_dev_alloc()
|
||||
* previously.
|
||||
* previously. Right after drm_dev_register() the driver should call
|
||||
* drm_connector_register_all() to register all connectors in sysfs. This is
|
||||
* a separate call for backward compatibility with drivers still using
|
||||
* the deprecated ->load() callback, where connectors are registered from within
|
||||
* the ->load() callback.
|
||||
*
|
||||
* Never call this twice on any device!
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user