summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-03-07 05:01:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-27 09:03:24 -0200
commit32d640dea87bc973b91975ea408a04c6dcca3f45 (patch)
tree1195d55177035a54f14f5f15261d58d3e56703da /kernel
parent4e44cd08d9581423f10df7887ffeff685571122a (diff)
[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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions