drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Feb 2016 14:54:36 +0000 (16:54 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:21 +0000 (17:38 +0200)
commit35a339acca695126b57ef7b7d2d3aaa208c93967
tree4524ac6c466a2688043b6fb83ca0be35f03c4191
parent33c06b6f7ebdc3443e8030353d21b21f2b721387
drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb

omapdrm and omapfb still share the same include/video/omapdss.h. We need
to change that so that we can proceed with omapdrm work.

However, it's not trivial to make separate omapfb and omapdrm versions
of omapdss.h, as that file is also included in other places like arch
code, audio code and omap_vout code. So we'll do it piece by piece.

This patch makes private versions of all the dispc function declarations
that are in omapdss.h. For omapdrm we create a new file,
drivers/gpu/drm/omapdrm/dss/omapdss.h, which will contain headers meant
to be visible outside omapdss.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dss.h
drivers/gpu/drm/omapdrm/dss/omapdss.h [new file with mode: 0644]
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/video/fbdev/omap2/omapfb/dss/dispc.h
drivers/video/fbdev/omap2/omapfb/dss/dss.h
include/video/omapdss.h