commit | 49f98bc4d44a4ee507737f8d5531d05539787319 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Wed Jul 06 14:49:24 2016 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Tue Jul 12 18:24:28 2016 +0200 |
tree | f450326225bb4215a191bf10170cbbbae8b87b04 | |
parent | e41c5c2411bca56775663a4153e0c00ea8c8f130 [diff] |
drm/imx: store internal bus configuration in crtc state The internal bus configuration is imx-drm specific crtc state. Store it in imx_crtc_state and let the encoder atomic_check callbacks determine bus_flags, bus_format and the sync pins, possibly taking into account the mode and the connector display info. The custom imx_drm_encoder structure can be replaced again with drm_encoder. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>