diff options
author | Tomi Valkeinen <[email protected]> | 2023-09-06 09:50:51 +0300 |
---|---|---|
committer | Robert Foss <[email protected]> | 2023-09-20 13:48:38 +0200 |
commit | 66962d5c3c51377b9b90cae35b7e038950438e02 (patch) | |
tree | ac111d99b4acd26a4bc15f334fec0297f49fb975 /lib/crypto/mpi/mpi-sub-ui.c | |
parent | aa23099f4733a2e0d270c6c02d7a7503c70cdcf0 (diff) |
drm/bridge: tc358768: Fix bit updates
The driver has a few places where it does:
if (thing_is_enabled_in_config)
update_thing_bit_in_hw()
This means that if the thing is _not_ enabled, the bit never gets
cleared. This affects the h/vsyncs and continuous DSI clock bits.
Fix the driver to always update the bit.
Fixes: ff1ca6397b1d ("drm/bridge: Add tc358768 driver")
Reviewed-by: Peter Ujfalusi <[email protected]>
Tested-by: Maxim Schwalm <[email protected]> # Asus TF700T
Tested-by: Marcel Ziswiler <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Robert Foss <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions