]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: add omapdss-base.ko
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 5 Nov 2015 15:19:32 +0000 (17:19 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Apr 2017 09:36:40 +0000 (12:36 +0300)
commit5d31fe504ae6f6522f51219de1807e4213853b8f
treeb6ca8cf64af7f1faf65fc716d53fb1f98bdf782b
parent777ec5560f9cce93204caafb6d8030a0edd3697a
drm/omap: add omapdss-base.ko

We are working towards enabling omapdss6, which will consists of a new
dss, dispc and dpi drivers. omapdss6 will be a new module. The panel,
encoder and omapdrm will need to use either the current omapdss driver
or the new omapdss6 driver, depending on the platform.

This will be implemented with a common base module and function
pointers.

This patch adds a skeleton omapdss-base.ko module, to which we'll be
moving common dss functionality like registration of the panels.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/Kconfig
drivers/gpu/drm/omapdrm/dss/Makefile
drivers/gpu/drm/omapdrm/dss/base.c [new file with mode: 0644]