commit | fecea2528d4e92db46eb11b23458ed56023301f2 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sat Aug 05 01:43:52 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 15 15:18:25 2017 +0300 |
tree | 37cf851d6544f8ecab6ca7c21674fbaf84eaa679 | |
parent | cc219afa1853f230ac35f40e6ead5b143f9614b5 [diff] |
drm: omapdrm: dss: Split operations out of dss_features structure Move the two function pointers to a new dss_ops structure. This will allow merging the dss_features and omap_dss_features structures without having to expose the DPI source selection and LCD clock muxing functions in header files. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>