| commit | 463e206484cdb66533d499c46dc596a581e63d08 | [log] [tgz] |
|---|---|---|
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | Tue Jan 21 02:14:36 2020 +0100 |
| committer | Sebastian Reichel <sre@kernel.org> | Thu Feb 13 23:17:18 2020 +0100 |
| tree | 1477432976c9e0d9d77db8cc11aa26a0d3e3dd98 | |
| parent | fae59aab7949f11f2ca005100665aa5cd8ee0033 [diff] |
drm/omap: handle encoder/connector in DSI code Add direct support for drm_encoder and drm_connector in the DSI code. This makes it possible to properly expose the encoder as DSI type and implement sane hotplug handling (e.g. due to removing the panel module). This is also the first step to merge omapdrm with the dss sub-driver, which would simplify the driver by removing one (mostly useless) layer of abstraction. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>