commit | 8a13398c3f01bc14369b879e9158391c0d447dcc | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Nov 05 19:36:02 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 03 12:36:40 2017 +0300 |
tree | 44c49655a9a819a135168cb658e5f4f658cd81d2 | |
parent | c283400aa5898279dbae0fe00a2ce8e0f61eb22c [diff] |
drm/omap: add dispc_ops We want to change the dispc API from plain functions to a struct with functions pointers, so that omapdrm can call either omapdss or omapdss6 depending on the platform. This patch adds 'struct dispc_ops' and adds functions to omapdss-base to set and get the ops. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>