diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-02-13 07:00:42 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2018-03-01 02:18:18 -0500 |
commit | 50638ae569dc097a95218eb70140e68aa213b07c (patch) | |
tree | ee05794dd9530d70183c7e3f5d649e2a95940e12 /drivers/gpu/drm/omapdrm/omap_drv.h | |
parent | d3541ca81dbddeefa0c42df448211a9dbaef0843 (diff) |
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
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).
In order to allow the omapdrm side to call the dispc_ops with a DISPC
pointer, we also introduce a new function dss_get_dispc() to retrieve
the DISPC corresponding to the DSS.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h index a7962c14fc7c..6eaee4df4559 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.h +++ b/drivers/gpu/drm/omapdrm/omap_drv.h | |||
@@ -51,6 +51,7 @@ struct omap_drm_private { | |||
51 | u32 omaprev; | 51 | u32 omaprev; |
52 | 52 | ||
53 | struct dss_device *dss; | 53 | struct dss_device *dss; |
54 | struct dispc_device *dispc; | ||
54 | const struct dispc_ops *dispc_ops; | 55 | const struct dispc_ops *dispc_ops; |
55 | 56 | ||
56 | unsigned int num_crtcs; | 57 | unsigned int num_crtcs; |