Skip to content
Commit 1f2db303 authored by Rob Herring's avatar Rob Herring Committed by Sean Paul
Browse files

drm: of: introduce drm_of_find_panel_or_bridge



Many drivers have a common pattern of searching the OF graph for either an
attached panel or bridge and then finding the DRM struct for the panel
or bridge. Also, most drivers need to handle deferred probing when the
DRM device is not yet instantiated. Create a common function,
drm_of_find_panel_or_bridge, to find the connected node and the
associated DRM panel or bridge device.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
[seanpaul dropped extern from drm_of.h]
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
parent b61c8d5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment