| commit | d0c5414d8090d505e75448c159cde10d658a79c8 | [log] [tgz] |
|---|---|---|
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | Wed Jun 07 13:38:46 2023 +0300 |
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | Wed Nov 01 12:14:25 2023 +0200 |
| tree | 6fca9e14aba099b303bb2ece058f13c7955dbd6d | |
| parent | ba0eace4a68c08dc038aa212c2d0a13e5ebbcc7a [diff] |
drm: xlnx: zynqmp_dpsub: Fix missing drm_bridge_add() call The driver creates a bridge, but never calls drm_bridge_add() when non-live input is used. This leaves the bridge's hpd_mutex uninitialized, leading to: WARNING: CPU: 0 PID: 9 at kernel/locking/mutex.c:582 __mutex_lock+0x708/0x840 Add the bridge add & remove calls so that the bridge gets managed correctly. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>