summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/dss/dss.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2014-05-30 16:26:22 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-11-12 13:39:48 +0200
commit630d2d0de6b113748ce08d5f69e094eeed24accc (patch)
tree16b2423cd91d161609aa4fd89ee29302967bef19 /drivers/video/fbdev/omap2/dss/dss.c
parent0df1f2487d2f0d04703f142813d53615d62a1da4 (diff)
downloadop-kernel-dev-630d2d0de6b113748ce08d5f69e094eeed24accc.zip
op-kernel-dev-630d2d0de6b113748ce08d5f69e094eeed24accc.tar.gz
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>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/dss.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud