commit | 8a7eda7686675b73d74c22c0d5b83059f9d783f6 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Feb 13 14:00:43 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 01 09:18:18 2018 +0200 |
tree | 2b659bc7ac91467e707cc26014ef7a828aef3db3 | |
parent | 50638ae569dc097a95218eb70140e68aa213b07c [diff] |
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions This removes the need to access the global DISPC private data in those functions (both for the current accesses and the future ones that will be introduced when allocating the DISPC private data dynamically). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>