]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: fix dss_get_ctx_loss_count for DT
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 10 Dec 2012 11:52:55 +0000 (13:52 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:41 +0000 (14:00 +0300)
commit253dbf99b5a61b60f1e87f77ff5e81939ef41331
tree8e5f4c234d20f0f4cecd602110336802ff4d964b
parentab82796b285672eb0fc285e46df6ab13d62ff0e6
OMAPDSS: fix dss_get_ctx_loss_count for DT

When using DT, dss device does not have platform data. However,
dss_get_ctx_loss_count() uses dss device's platform data to find the
get_ctx_loss_count function pointer.

To fix this, dss_get_ctx_loss_count() needs to be changed to get the
platform data from the omapdss device, which is a "virtual" device and
always has platform data.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.c