drm: omapdrm: dss: Store dispc ops in dss_device structure
Remove the global dispc ops variable by storing it in the dss_device structure. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
This commit is contained in:
committed by
Tomi Valkeinen
parent
72877cf38b
commit
d3541ca81d
@@ -271,6 +271,8 @@ struct dss_device {
|
||||
struct dss_pll *plls[4];
|
||||
struct dss_pll *video1_pll;
|
||||
struct dss_pll *video2_pll;
|
||||
|
||||
const struct dispc_ops *dispc_ops;
|
||||
};
|
||||
|
||||
/* core */
|
||||
|
||||
Reference in New Issue
Block a user