commit | 4a9fab3d816447a2a3ea1492c7ba684b07d94970 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sat Aug 05 01:44:00 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 15 15:18:25 2017 +0300 |
tree | 5aceac2066fb5aaede0c6c837a676f08338aa1ae | |
parent | 24ab1df3665e52eda64508a2bf7c2cc688285ccc [diff] |
drm: omapdrm: dss: Initialize DSS internal features at probe time The DSS internal features are derived from the platform device compatible string which is available at probe time. Don't delay initialization until bind time. This prepares for the merge of the two DSS features structures that will be needed before the DSS is bound. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>