diff options
author | Johan Hovold <[email protected]> | 2022-09-13 10:53:17 +0200 |
---|---|---|
committer | Abhinav Kumar <[email protected]> | 2022-09-30 16:57:53 +0000 |
commit | 16194958f888d63839042d1190f7001e5ddec47b (patch) | |
tree | 351ee6a935cfbebb8a8649f77224cf9256261cce /scripts/generate_rust_analyzer.py | |
parent | 2b57f726611e294dc4297dd48eb8c98ef1938e82 (diff) |
drm/msm/dp: fix bridge lifetime
Device-managed resources allocated post component bind must be tied to
the lifetime of the aggregate DRM device or they will not necessarily be
released when binding of the aggregate device is deferred.
This can lead resource leaks or failure to bind the aggregate device
when binding is later retried and a second attempt to allocate the
resources is made.
For the DP bridges, previously allocated bridges will leak on probe
deferral.
Fix this by amending the DP parser interface and tying the lifetime of
the bridge device to the DRM device rather than DP platform device.
Fixes: c3bf8e21b38a ("drm/msm/dp: Add eDP support via aux_bus")
Cc: [email protected] # 5.19
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Tested-by: Kuogee Hsieh <[email protected]>
Reviewed-by: Kuogee Hsieh <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/502667/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abhinav Kumar <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions