diff options
| author | John Stultz <[email protected]> | 2022-05-11 01:26:12 +0000 |
|---|---|---|
| committer | Robert Foss <[email protected]> | 2022-05-23 12:17:50 +0200 |
| commit | 649eb3828fb22e829e222ebd83f4e11dc503a565 (patch) | |
| tree | 4bc3aa10f786648f148723a862d9bb2568cabe8c /tools/perf/scripts/python/stackcollapse.py | |
| parent | 1ff72d434b40d221e2583fab5e1203031d05c059 (diff) | |
drm/bridge: lt9611: Use both bits for HDMI sensing
In commit 19cf41b64e3b ("lontium-lt9611: check a different
register bit for HDMI sensing"), the bit flag used to detect
HDMI cable connect was switched from BIT(2) to BIT(0) to improve
compatibility with some monitors that didn't seem to set BIT(2).
However, with that change, I've seen occasional issues where the
detection failed, because BIT(2) was set, but not BIT(0).
Unfortunately, as I understand it, the bits and their function
was never clearly documented. So lets instead check both
(BIT(2) | BIT(0)) when checking the register.
Cc: Yongqin Liu <[email protected]>
Cc: Amit Pundir <[email protected]>
Cc: Peter Collingbourne <[email protected]>
Cc: Vinod Koul <[email protected]>
Cc: Bjorn Andersson <[email protected]>
Cc: Robert Foss <[email protected]>
Cc: [email protected]
Fixes: 19cf41b64e3b ("lontium-lt9611: check a different register bit for HDMI sensing")
Signed-off-by: John Stultz <[email protected]>
Reviewed-by: Robert Foss <[email protected]>
Signed-off-by: Robert Foss <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions