]> Pileus Git - ~andy/linux/commit
[media] omap_vout: Set DSS overlay_info only if paddr is non zero
authorArchit Taneja <archit@ti.com>
Wed, 7 Mar 2012 08:01:16 +0000 (05:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Oct 2012 11:03:24 +0000 (09:03 -0200)
commit32d640dea87bc973b91975ea408a04c6dcca3f45
tree1195d55177035a54f14f5f15261d58d3e56703da
parent4e44cd08d9581423f10df7887ffeff685571122a
[media] omap_vout: Set DSS overlay_info only if paddr is non zero

The omap_vout driver tries to set the DSS overlay_info using set_overlay_info()
when the physical address for the overlay is still not configured. This happens
in omap_vout_probe() and vidioc_s_fmt_vid_out().
The calls to omapvid_init(which internally calls set_overlay_info()) are removed
from these functions. They don't need to be called as the omap_vout_device
struct anyway maintains the overlay related changes made. Also, remove the
explicit call to set_overlay_info() in vidioc_streamon(), this was used to set
the paddr, this isn't needed as omapvid_init() does the same thing later.
These changes are required as the DSS2 driver since 3.3 kernel doesn't let you
set the overlay info with paddr as 0.

Signed-off-by: Archit Taneja <archit@ti.com>
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap/omap_vout.c