linux/drivers/video/fbdev/omap2
Archit Taneja 630d2d0de6 OMAPDSS: DPI: Use DPI driver data
DPI related data is currently a static global struct parameter. It is accessed
directly by functions in the driver.

This method won't work if we want the driver to support multiple DPI instances.
Create struct dpi_data, and pass its pointer to functions which need to use it.

We still have a static instance defined for dpi_data, which is accessed by top
level DPI ops. This will be removed when the driver dynamically allocates
dpi_data for each DPI instance.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2014-11-12 13:39:48 +02:00
..
displays-new omap: dss: connector-analog-tv: Add missing module device table 2014-10-30 14:51:59 +02:00
dss OMAPDSS: DPI: Use DPI driver data 2014-11-12 13:39:48 +02:00
omapfb OMAPFB: fix releasing overlays 2014-10-22 11:07:08 +03:00
Kconfig
Makefile OMAPDSS: move 'compatible' converter to omapdss driver 2014-05-28 09:25:15 +03:00
vrfb.c