diff options
| author | Nikita Yushchenko <[email protected]> | 2021-12-25 09:31:51 +0300 |
|---|---|---|
| committer | Paul Cercueil <[email protected]> | 2022-03-04 19:34:24 +0000 |
| commit | 09077bc3116581f4d1cb961ec359ad56586e370b (patch) | |
| tree | 8e93a9bd5cf609788730dd76340da61eaf7fb77c /tools/perf/scripts/python | |
| parent | fc3785fb56a27304c769af730d079f4337d4dc76 (diff) | |
drm/bridge_connector: enable HPD by default if supported
Hotplug events reported by bridge drivers over drm_bridge_hpd_notify()
get ignored unless somebody calls drm_bridge_hpd_enable(). When the
connector for the bridge is bridge_connector, such a call is done from
drm_bridge_connector_enable_hpd().
However drm_bridge_connector_enable_hpd() is never called on init paths,
documentation suggests that it is intended for suspend/resume paths.
In result, once encoders are switched to bridge_connector,
bridge-detected HPD stops working.
This patch adds a call to that API on init path.
This fixes HDMI HPD with rcar-du + adv7513 case when adv7513 reports HPD
events via interrupts.
Fixes: c24110a8fd09 ("drm: rcar-du: Use drm_bridge_connector_init() helper")
Signed-off-by: Nikita Yushchenko <[email protected]>
Signed-off-by: Paul Cercueil <[email protected]>
Tested-by: Kieran Bingham <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions